Last active
July 8, 2022 14:10
-
-
Save j3rrykh4n/963067698346820bee1f53e2c041ea2c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "you should die now :3 it'll be take some time" | |
#@Tomnomnom | |
go get -u -v github.com/tomnomnom/anew | |
go get -u -v github.com/tomnomnom/httprobe | |
go get -u -v github.com/tomnomnom/assetfinder | |
go get -u -v github.com/tomnomnom/waybackurls | |
go get -u -v github.com/tomnomnom/fff | |
go get -u -v github.com/tomnomnom/qsreplace | |
go get -u -v github.com/tomnomnom/unfurl | |
#@ProjectDiscovery | |
go get -u -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder | |
go get -u -v github.com/projectdiscovery/naabu/v2/cmd/naabu | |
go get -u -v github.com/projectdiscovery/httpx/cmd/httpx | |
go get -u -v github.com/projectdiscovery/shuffledns/cmd/shuffledns | |
#owasp | |
go get -v github.com/OWASP/Amass/v3/... | |
#URL and Parameter Discovery: | |
go get -u -v github.com/hakluke/hakrawler | |
go get -u -v github.com/jaeles-project/gospider | |
#paramspider | |
git clone https://github.com/devanshbatham/ParamSpider | |
cd ParamSpider | |
pip3 install -r requirements.txt | |
cd .. | |
go get -u -v github.com/lc/gau | |
#fuzzing Endpoint | |
go get -u -v github.com/OJ/gobuster | |
go get -u -v github.com/ffuf/ffuf | |
#dirseaech | |
git clone https://github.com/maurosoria/dirsearch.git | |
cd dirsearch | |
chmod +x dirsearch.py | |
cd .. | |
#subDomain Takeover | |
go get -u -v github.com/lukasikic/subzy | |
#automated scanner | |
go get -u -v github.com/noobexploiter/xssXD | |
go get -u -v github.com/noobexploiter/headerssrfXD | |
go get -u -v github.com/noobexploiter/gofinder | |
go get -u -v github.com/noobexploiter/ssrfXD | |
go get -u -v github.com/noobexploiter/openredirectXD | |
go get -u -v github.com/dwisiswant0/crlfuzz/cmd/crlfuzz | |
#burp plugin | |
https://github.com/sting8k/BurpSuite_403Bypasser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment