上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 57 下一页
摘要: CRAWLING SUMMARY Our crawler so far can guess: Subdomains. Directories. Files. Advantages: ->Discover "hidden" paths/paths admin does not want us to k 阅读全文
posted @ 2019-10-19 22:03 晨风_Eric 阅读(105) 评论(0) 推荐(0)
摘要: CRAWING DIRECTORIES Directories/folders inside the web root. Can contain files or other directories. Ex: target.com/directory plus.google.com/discover 阅读全文
posted @ 2019-10-19 21:36 晨风_Eric 阅读(101) 评论(0) 推荐(0)
摘要: WHAT IS A WEBSITE Computer with OS and some servers. Apache, MySQL ...etc. Cotains web application. PHP, Python ...etc. Web application is executed he 阅读全文
posted @ 2019-10-19 21:03 晨风_Eric 阅读(139) 评论(0) 推荐(0)
摘要: Converting Python Programs to Linux Executables Note: You can not execute the program on Linux by double click. Install the PyInstaller. Covert the Py 阅读全文
posted @ 2019-10-17 22:34 晨风_Eric 阅读(109) 评论(0) 推荐(0)
摘要: Convert Python Programs to OS X Executables https://files.pythonhosted.org/packages/4a/08/6ca123073af4ebc4c5488a5bc8a010ac57aa39ce4d3c8a931ad504de4185 阅读全文
posted @ 2019-10-15 21:58 晨风_Eric 阅读(149) 评论(0) 推荐(0)
摘要: Spoofing File Extention - A trick. Use the Kali Linux Program - Characters 1. Open the program. 2. Find Right-to-left Override. 3. Copy Character and 阅读全文
posted @ 2019-10-13 17:21 晨风_Eric 阅读(107) 评论(0) 推荐(0)
摘要: Adding Icons to Generated Executables Prepare a proper icon file. https://www.iconfinder.com/ Convert the downloaded png file to an icon file. https:/ 阅读全文
posted @ 2019-10-13 16:40 晨风_Eric 阅读(114) 评论(0) 推荐(0)
摘要: BYPASSING ANTI-VIRUS PROGRAMS AV programs detect viruses based on: 1. Code - compare files to huge databases of signatures. ->Use own code, obfuscatio 阅读全文
posted @ 2019-10-13 16:13 晨风_Eric 阅读(368) 评论(0) 推荐(0)
摘要: DOWNLOAD & EXECUTE PAYLOAD A generic executable that downloads & executes files. Disadvantages: User needs internet connection. Files have to be uploa 阅读全文
posted @ 2019-10-13 15:35 晨风_Eric 阅读(165) 评论(0) 推荐(0)
摘要: TROJANS A trojan is a file that looks and functions as a normal file(image, pdf, song ..etc). When executed: 1. Opens the normal file that the user ex 阅读全文
posted @ 2019-10-13 14:11 晨风_Eric 阅读(137) 评论(0) 推荐(0)
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 57 下一页