├── CNAME ├── _config.yml └── README.md /CNAME: -------------------------------------------------------------------------------- 1 | pentestwithdocker.io -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-midnight -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Docker Pentest Lists 2 | Docker Pentest Lists is a collection of links to various dockerfiles used in Penetration Tests. Not all of these dockerfiles have been vetted and there may be a better version out there. If you find a problem or have a dockerfile that's better than what's listed below, let me know. If you wish to contribute, I welcome your Pull Requests, suggestions, comments and banter. 3 | 4 | ### Operating Systems 5 | * Kali Linux 6 | * Pentoo 7 | 8 | ### Information Gathering 9 | * Recon-ng 10 | * Intrigue-Core 11 | 12 | ### Web Application Analysis 13 | * Burp-Free 14 | * ZAP 15 | * WpScan 16 | * SSLScan 17 | 18 | ### Wireless Attacks 19 | * HostApd-WPE 20 | * GTC-Downgrade 21 | * Captive Portal 22 | 23 | 24 | ### Reverse Engineering 25 | 26 | 27 | ### Sniffing & Spoofing 28 | 29 | ### Exploitation 30 | * MSF-Nightly 31 | * Metasploit 32 | 33 | ### Post Exploitation 34 | 35 | ### Mobile Frameworks 36 | * Mobile Security Framework 37 | * IDB 38 | --------------------------------------------------------------------------------