This script wraps multiple tools into the below categories.
- Subdomain enumeration
- sublist3r
- Amass
- Assetfinder
- Http probes and Screenshots
- httprobe, assetfinder, hakrawler
- Eyewitness
- Aquatone
- Port scan
- Nmap
- Directory search
- gobuster
- ffuf
There are two ways to invoke the script
- By providing domain name
./myReconwrapper.py -d <domain-to-test> - By providing a list of domains
./myReconwrapper.py -f domains.txt
This script is work in progress. It is lacking a lot of clean up and addition of tools.
This script will produce a lot of traffic. Use it wisely. Feel free to comment out the tools invocation in the script. I am not responsible for misuse of this repository. Use at your own risk.