sub-hunter
BASH script to automate starting tasks of bug-bounty like finding subdomain, JS files, fuzzing directories And saves results in dedicated directory.
Before running the hunter script run install.sh file to download and setup dependencies.
$ ./sub-hunter example.com
Demo output files:
This BASH wrapper uses following tools to find subdomains, javascript files and directories in a website provided by user.
- assetfinder
- Sublist3r
- subjs
- httprobe
- dirsearch
An useful wrapper for bug bounty and penetration testing.