Gabumon is a tool that will help you to automate some Bug Bounty tasks
Usage: python3 gabumon.py -m DNS -d [DNS] -o [OUTFILE]
OR python3 gabumon.py -m HTML -u [URL]
python3 gabumon.py -m DIR -u [URL] -i /path/to/wordlist
This Mode will do DNS enumration for the target and dump the result to a file
This Mode will scan the provided file and extracts all js files from it and other useful links
Added Directory Brute-Forcing but still under development
Gabumon is a tool that will help you to automate some Bug Bounty tasks
Usage: python3 gabumon.py -m DNS -d [DNS] -o [OUTFILE]
OR python3 gabumon.py -m HTML -u [URL]
, Also please note that it's in development phase.