BOOK THIS SPACE FOR AD
ARTICLE ADbbhrecon script:
Automation ScriptThis is our simple bash script. Let me give a brief explanation on what this script actually do. You can download the script from my GitHub repo https://github.com/rejinold/BugBountyAutomation
First our script will gonna create a directory with the target domain name. Then its gonna find all the publicly available subdomains. After that, its will validate all the http and https domains and pipe it into a new file called valid domains. By doing this we can avoid mail servers or some other servers other that http and https to avoid duplicates. Now its gonna use aquatone to get all the screenshots, requests and responses and also its gonna use waybackurls to fetch all those juicy endpoints of all of the valid_domains in a file called urls.txt inside fingerprint directory.
Usage:
$ chmod +x bbhrecon
$ bbcrecon example.com
Run the script. Go and get some coffee and come back. Now you with Recon!
So, This is basically a very basic bash script that can do more powerful stuffs. I appreciate you to build your own script by taking this as an idea. Happy Hacking : )