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:
- APIs:
to install the dependencies run:
$ git clone https://github.com/bing0o/SubEnum.git
$ cd SubEnum
$ chmod +x setup.sh
$ ./setup.sh
$ 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
this option helps when you want to pipe the results to another tool, or just to avoid the useless output.
$ subenum -d target.com -s
dev.target.com
admin.target.com
api.target.com
..
..
happy hacking!
You can support me here:
Thanks goes to these wonderful people (emoji key):
Never Mind 💻 |
Mehedi Hasan Remon 💻 |
alins.ir 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!