bash script for Subdomain Enumeration using 4 tools and 3 APIs, you have to install these tools by yourself to be able to use SubEnum.sh
- Tools:
- Findomain
- SubFinder
- Amass
- AssetFinder
- Httprobe, To Probe For Working HTTP and HTTPS Subdomains.
- APIs:
$ subenum -d target.com
$ subenum -d target.com -r
$ subenum -l domains.txt -r
$ subenum -d target.com -e Amass,wayback
$ subenum -d target.com -u Findomain,Subfinder
exclude and use can be used with list of domains too
$ subenum -l domains.txt -u crt,bufferover
happy hacking!
@secfb: for the idea of adding the option -r/--resolve
to resolve the found subdomains, issue.