This repository contains various dockerized tools used in security assesments.
-
Keep container size in mind. nmap/searchsploit is 3G big.
-
https://github.com/blaCCkHatHacEEkr/PENTESTING-BIBLE
- https://github.com/projectdiscovery/subfinder
- https://github.com/projectdiscovery/naabu
- https://github.com/projectdiscovery/nuclei
- https://github.com/jcesarstef/dotdotslash
- https://github.com/evyatarmeged/Raccoon
- https://github.com/googleinurl/SCANNER-INURLBR
- https://github.com/urbanadventurer/WhatWeb
- https://github.com/rezasp/joomscan
- https://github.com/AlisamTechnology/ATSCAN what?
- https://github.com/darkoperator/dnsrecon
- https://github.com/droope/droopescan
- https://github.com/eschultze/URLextractor
- https://github.com/Dionach/CMSmap
- https://github.com/hatlord/Spiderpig
- https://github.com/hatlord/snmpwn
- https://github.com/Nekmo/dirhunt/tree/master
- https://github.com/m4ll0k/WAScan
- https://github.com/s0md3v/XSStrike
- https://github.com/s0md3v/Photon
- https://github.com/s0md3v/Arjun
- https://github.com/urbanadventurer/WhatWeb
- https://github.com/jobertabma/relative-url-extractor
- https://github.com/Cillian-Collins/dirscraper
- https://github.com/Bo0oM/fuzz.txt
- https://github.com/Team-Firebugs/Burp-LFI-tests
- https://github.com/swisskyrepo/PayloadsAllTheThings
- https://github.com/danielmiessler/SecLists
- https://github.com/payloadbox
- https://github.com/foospidy/payloads
- https://github.com/1N3/IntruderPayloads
- https://github.com/pgaijin66/XSS-Payloads
- https://github.com/RenwaX23/XSS-Payloads
- https://github.com/cujanovic/CRLF-Injection-Payloads
- https://github.com/trietptm/SQL-Injection-Payloads
- https://github.com/cujanovic/Open-Redirect-Payloads
Build the Docker image
docker build -t tool - < ./tool/tool.dockefile
Share you current directory with the /data
directory inside the container
docker run --rm -i --mount type=bind,source="$(pwd)",target=/data tool --args