Skip to content

gelosecurity/ABG-HUNTER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

ABG-HUNTER

Automated Bug Gathering Hunter

image

This tool automates the process of bug bounty recon and vulnerability scanning. It requires all the tools to be in the user's local bin path. Also, Nuclei is hardcoded to throttle requests at a reasonable speed. Feel free to change this based off the bounty program's requirements.

Usage

python3 ABG-Hunter.py -d <domain> [-e <exclude_file>]

Arguments

  • -d, --domain: The target domain (required)
  • -e, --exclude-list: File containing out of scope domains

Tools Used

  • Amass
  • Subfinder
  • Aquatone
  • Httpx
  • Naabu
  • Nuclei

Output

The output of the tool is saved in the following directories:

  • subdomains: contains the combined and uniqued subdomains of the target domain
  • aquatone: contains the output of Aquatone
  • httpx: contains the output of Httpx
  • naabu: contains the output of Naabu
  • nuclei: contains the output of Nuclei

About

Automated Bug Gathering Hunter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages