A one-command installer and recon automation toolkit for bug bounty hunters and penetration testers.
This project installs 100+ recon, fuzzing, and vulnerability discovery tools and provides an automated recon pipeline.
✔ Install 100+ bug bounty tools automatically ✔ Automated recon pipeline ✔ Subdomain enumeration ✔ URL discovery & crawling ✔ Parameter discovery ✔ JS endpoint extraction ✔ Secret detection ✔ Directory brute forcing ✔ Vulnerability scanning with Nuclei ✔ Screenshot capture ✔ Organized recon output
Run directly:
bash <(curl -s https://raw.githubusercontent.com/ahmed7307/elite-bugbounty-installer/main/install_recon_elite.sh)This will install:
- Go
- Python dependencies
- Wordlists
- Recon tools
- Vulnerability scanners
Clone repository:
git clone https://github.com/ahmed7307/elite-bugbounty-installer.git
cd elite-bugbounty-installerRun installer:
chmod +x install_recon_elite.sh
./install_recon_elite.shAfter installing tools you can run the automated recon framework.
chmod +x recon_pipeline.sh
./recon_pipeline.sh example.comExample with options:
./recon_pipeline.sh example.com -o results -t 100Example output:
recon_example.com
├ subdomains
├ urls
├ params
├ js
├ screenshots
├ nuclei
├ alive_hosts.txt
└ report.html
- subfinder
- assetfinder
- amass
- dnsgen
- shuffledns
- puredns
- katana
- gau
- waybackurls
- gospider
- hakrawler
- ffuf
- feroxbuster
- dirsearch
- nuclei
- dalfox
- sqlmap
- XSStrike
- LinkFinder
- SecretFinder
- subjs
- trufflehog
- regex secret scanner
target
↓
subdomain discovery
↓
alive hosts detection
↓
URL collection
↓
parameter discovery
↓
XSS / SQL testing
↓
directory fuzzing
↓
nuclei scan
↓
report
Linux / Kali / Ubuntu recommended.
Minimum requirements:
- Go
- Python3
- Git
- curl
- jq
Pull requests are welcome.
You can contribute by:
- adding new recon tools
- improving automation
- improving reporting
- fixing bugs
This tool is intended for authorized security testing and bug bounty programs only.
The author is not responsible for misuse of this tool.