Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 25 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,34 @@ Bug Bounty Hunting Tools is a script to install the most popular tools used whil

# Tools

- dirsearch
- JSParser
- knockpy
- lazys3
- recon_profile
- sqlmap-dev
- Sublist3r
- teh_s3_bucketeers
- virtual-host-discovery
- wpscan
- webscreenshot
- Massdns
- Asnlookup
- Unfurl
- Waybackurls
- Httprobe
- Seclists collection

- [dirsearch](https://github.com/maurosoria/dirsearch)
- [JSParser](https://github.com/nahamsec/JSParser)
- [knockpy](https://github.com/guelfoweb/knock)
- [lazys3](https://github.com/nahamsec/lazys3)
- [recon_profile](https://github.com/nahamsec/recon_profile)
- [sqlmap-dev](https://github.com/sqlmapproject/sqlmap)
- [Sublist3r](https://github.com/aboul3la/Sublist3r)
- [teh_s3_bucketeers](https://github.com/tomdev/teh_s3_bucketeers)
- [virtual-host-discovery](https://github.com/jobertabma/virtual-host-discovery)
- [wpscan](https://github.com/wpscanteam/wpscan)
- [webscreenshot](https://github.com/maaaaz/webscreenshot)
- [Massdns](https://github.com/blechschmidt/massdns)
- [Asnlookup](https://github.com/yassineaboukir/Asnlookup)
- [Unfurl](https://github.com/tomnomnom/unfurl)
- [Waybackurls](https://github.com/tomnomnom/waybackurls)
- [Httprobe](https://github.com/tomnomnom/httprobe)
- [Seclists](https://github.com/danielmiessler/SecLists)


This script also grabs the aliases created and published here:
https://github.com/nahamsec/recon_profile


# Installing
- git clone https://github.com/nahamsec/bbht.git
- cd bbht
- chmod +x install.sh
- ./install.sh
```
git clone https://github.com/nahamsec/bbht.git
cd bbht
chmod +x install.sh
./install.sh
```