/sub-hunter

BASH script to automate starting tasks of bug-bounty like finding subdomain, JS files, fuzzing directories

Primary LanguageShell

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:
Output files after running tool



This BASH wrapper uses following tools to find subdomains, javascript files and directories in a website provided by user.

  1. assetfinder
  2. Sublist3r
  3. subjs
  4. httprobe
  5. dirsearch

An useful wrapper for bug bounty and penetration testing.