-
-
Save minkione/c7971c448566ff0478058a893faf8556 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 | |
apt update | |
apt install wget curl python python3 python-pip python3-pip python-dev zip git phantomjs whatweb python-virtualenv bc locate dnsutils apache2 tree jq | |
pip install boto wfuzz google wafw00f truffleHog | |
#install golang phantomjs | |
#golang profile... | |
#export GOPATH=$HOME/go | |
#export GOBIN=$GOPATH/bin | |
#tomnomnom | |
go get github.com/tomnomnom/waybackurls | |
go get -u github.com/tomnomnom/meg | |
go get -u github.com/tomnomnom/httprobe | |
go get -u github.com/tomnomnom/assetfinder | |
go get -u github.com/tomnomnom/dnsgrep | |
go get -u github.com/tomnomnom/gf | |
go get -u github.com/tomnomnom/unfurl | |
go get -u github.com/tomnomnom/hacks/ettu | |
go get -u github.com/tomnomnom/hacks/html-tool | |
go get -u github.com/lc/gau | |
go get -u github.com/lc/secretz | |
GO111MODULE=on go get -u -v github.com/projectdiscovery/httpx/cmd/httpx | |
GO111MODULE=on go get -v github.com/projectdiscovery/naabu/cmd/naabu | |
GO111MODULE=on go get -u -v github.com/projectdiscovery/subfinder/cmd/subfinder | |
GO111MODULE=on go get -u -v github.com/projectdiscovery/nuclei/cmd/nuclei | |
GO111MODULE=on go get -u -v github.com/projectdiscovery/dnsprobe | |
GO111MODULE=on go get -u -v github.com/projectdiscovery/shuffledns/cmd/shuffledns | |
#subdomain & port & dns | |
go get github.com/subfinder/subfinder | |
git clone https://github.com/aboul3la/Sublist3r.git | |
git clone https://github.com/robertdavidgraham/masscan.git | |
git clone https://github.com/blechschmidt/massdns.git | |
git clone https://github.com/x90skysn3k/brutespray.git | |
git clone https://github.com/Ucnt/aws-s3-bruteforce.git | |
git clone https://github.com/TheRook/subbrute.git | |
git clone https://github.com/mandatoryprogrammer/cloudflare_enum.git | |
git clone https://github.com/jordanpotti/CloudScraper.git | |
git clone https://github.com/presidentbeef/brakeman.git | |
git clone https://github.com/craighays/bucketkicker.git | |
git clone https://github.com/infosec-au/altdns.git | |
#directories | |
git clone https://github.com/maurosoria/dirsearch.git | |
go get github.com/ffuf/ffuf | |
go get github.com/OJ/gobuster | |
#subdomain-takeover | |
go get github.com/Ice3man543/SubOver | |
go get github.com/haccer/subjack | |
git clone https://github.com/antichown/subdomain-takeover.git | |
git clone https://github.com/antichown/takeover.git | |
#payload | |
git clone https://github.com/foospidy/payloads.git | |
#dorking | |
git clone https://github.com/s0md3v/goop.git | |
git clone https://github.com/1N3/Goohak.git | |
git clone https://github.com/LuD1161/GoogD0rker.git | |
#screenshot | |
git clone https://github.com/FortyNorthSecurity/EyeWitness.git | |
#manual task | |
git clone https://github.com/zseano/JS-Scan.git | |
git clone https://github.com/GerbenJavado/LinkFinder.git | |
git clone https://github.com/s0md3v/goop.git | |
git clone https://github.com/maK-/parameth.git | |
go get -u github.com/zricethezav/gitleaks | |
go get https://github.com/antichown/gobackupscan.git | |
#wordlist | |
wget "https://drive.google.com/uc?export=download&id=1X1TTZhxfiLyqrI1Vrw0_DdhFfl3LzsbX" -O all_resolvers.zip | |
wget "https://drive.google.com/uc?export=download&id=1KbxiE_RFZCDpBDKAJbWeG6NXe7YNtCIc" -O all_wordlists.zip | |
# cat targets.txt | while read line; do gobuster -f -k -e -to 5s -t 40 -w ~/tools/wordlists/starter.txt -u "$line" | tee out.txt ; done | |
#experiment | |
git clone https://github.com/arbazkiraak/certasset.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment