diff --git a/README.md b/README.md index f37e3fc..9794b23 100644 --- a/README.md +++ b/README.md @@ -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 +```