Awesome
Description:
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> <!-- ALL-CONTRIBUTORS-BADGE:END -->bash script for Subdomain Enumeration using 4 tools and 3 online services, you have to install these tools by yourself to be able to use SubEnum.sh, or use setup.sh script to install them.
Available Tools and online services:
- Tools:
- online services:
Installation:
to install the dependencies run:
$ git clone https://github.com/bing0o/SubEnum.git
$ cd SubEnum
$ chmod +x setup.sh
$ ./setup.sh
Usage:
Basic usage:
$ subenum -d target.com
Resolve The Found Subdomains:
$ subenum -d target.com -r
Agains a list of domains
$ subenum -l domains.txt -r
Exclude:
$ subenum -d target.com -e Amass,wayback
Use:
$ 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
Parallel:
the tool parallel
must be installed on you system, it runs all the functions at the same time which make the results faster, doesn't work with -u/--use or -e/--exclude options.
$ subenum -d target.com -p
Silent:
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!
Spport:
You can support me here:
<a href="https://www.buymeacoffee.com/bing0o" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-yellow.png" alt="Buy Me A Coffee" height="41" width="174"></a>
Contributors ✨
Thanks goes to these wonderful people (emoji key):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <table> <tbody> <tr> <td align="center" valign="top" width="14.28%"><a href="https://github.com/secfb"><img src="https://avatars2.githubusercontent.com/u/38748801?v=4?s=100" width="100px;" alt="Never Mind"/><br /><sub><b>Never Mind</b></sub></a><br /><a href="https://github.com/bing0o/SubEnum/commits?author=secfb" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/mehedi1194"><img src="https://avatars2.githubusercontent.com/u/54717234?v=4?s=100" width="100px;" alt="Mehedi Hasan Remon"/><br /><sub><b>Mehedi Hasan Remon</b></sub></a><br /><a href="https://github.com/bing0o/SubEnum/commits?author=mehedi1194" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="http://alins.ir"><img src="https://avatars.githubusercontent.com/u/67107893?v=4?s=100" width="100px;" alt="alins.ir"/><br /><sub><b>alins.ir</b></sub></a><br /><a href="https://github.com/bing0o/SubEnum/commits?author=alins1r" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://0xhunster.github.io"><img src="https://avatars.githubusercontent.com/u/46501627?v=4?s=100" width="100px;" alt="Akash Sarkar"/><br /><sub><b>Akash Sarkar</b></sub></a><br /><a href="https://github.com/bing0o/SubEnum/commits?author=0xhunster" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://twitter.com/cihanmehmets"><img src="https://avatars.githubusercontent.com/u/7144304?v=4?s=100" width="100px;" alt="Cihan Mehmet DOĞAN (CMD)"/><br /><sub><b>Cihan Mehmet DOĞAN (CMD)</b></sub></a><br /><a href="https://github.com/bing0o/SubEnum/commits?author=cihanmehmet" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://github.com/Q0120S"><img src="https://avatars.githubusercontent.com/u/72891022?v=4?s=100" width="100px;" alt="NoobHunter"/><br /><sub><b>NoobHunter</b></sub></a><br /><a href="https://github.com/bing0o/SubEnum/commits?author=Q0120S" title="Code">💻</a></td> <td align="center" valign="top" width="14.28%"><a href="https://bug-hunter.tk"><img src="https://avatars.githubusercontent.com/u/94289484?v=4?s=100" width="100px;" alt="Sharo_k_h"/><br /><sub><b>Sharo_k_h</b></sub></a><br /><a href="https://github.com/bing0o/SubEnum/commits?author=SharokhAtaie" title="Code">💻</a></td> </tr> </tbody> </table> <!-- markdownlint-restore --> <!-- prettier-ignore-end --> <!-- ALL-CONTRIBUTORS-LIST:END -->This project follows the all-contributors specification. Contributions of any kind welcome!