Bug Bounty Recon VPS - tools install
Rodar tudo como root!
sudo su
Adicionar ao /etc/apt/sources.list
printf "#Repositórios do Kali\ndeb http://http.kali.org/kali kali-rolling main non-free contrib\ndeb-src http://http.kali.org/kali kali-rolling main non-free contrib\n" >> /etc/apt/sources.list
Adicionar a chave e atualizar
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com ED444FF07D8D0BF6
apt-get update && apt-get update && apt-get install net-tools -y
echo 'ClientAliveInterval 60' >> /etc/ssh/sshd_config && service ssh restart
mkdir downloads && mkdir tools && mkdir tests && mkdir hackerOne && mkdir bugCrowd
apt-get install python3 python3-pip -y
Conferir última versão do Go em https://golang.org/doc/install
cd ~ && wget https://golang.org/dl/go1.16.4.linux-amd64.tar.gz && tar xvf go1.16.4.linux-amd64.tar.gz && rm -r go1.16.4.linux-amd64.tar.gz
chown -R root:root ./go && mv go /usr/local
Setando o Path:
echo '# Setando GoPath' >>~/.bashrc && echo 'export GOROOT=/usr/local/go' >>~/.bashrc && echo 'export GOPATH=/root/go' >>~/.bashrc &&
echo 'export PATH=$PATH:/usr/local/go/bin:/root/go/bin' >>~/.bashrc && echo '' >>~/.bashrc && echo '# Meus Aliases' >>~/.bashrc && echo "alias lista='wc -l *'" >>~/.bashrc && source ~/.bashrc && go version
apt-get install nmap dirb dnsenum wafw00f whois sqlmap wpscan sublist3r -y
git clone https://github.com/m4ll0k/SecretFinder.git && cd SecretFinder && pip3 install -r requirements.txt
git clone https://github.com/GerbenJavado/LinkFinder.git && cd LinkFinder && python3 setup.py install
git clone https://github.com/gwen001/github-search.git && cd github-search && pip3 install -r requirements3.txt
go get -v github.com/projectdiscovery/subfinder/cmd/subfinder && go get -u github.com/tomnomnom/assetfinder && go get -v github.com/OWASP/Amass/v3/... && go get github.com/tomnomnom/waybackurls && go get github.com/003random/getJS && go get -u github.com/hiddengearz/jsubfinder && go get -v github.com/projectdiscovery/httpx/cmd/httpx && go get -u github.com/tomnomnom/fff && go get -u github.com/tomnomnom/anew && go get -v github.com/hahwul/dalfox/v2 && go get -u github.com/jaeles-project/gospider && go get -u github.com/tomnomnom/hacks/html-tool && go get -u github.com/tomnomnom/httprobe && go get -u github.com/tomnomnom/hacks/html-tool
go get -v github.com/projectdiscovery/subfinder/cmd/subfinder
go get -u github.com/tomnomnom/assetfinder
go get -v github.com/OWASP/Amass/v3/...
go get github.com/tomnomnom/waybackurls
go get github.com/003random/getJS
go get -u github.com/hiddengearz/jsubfinder
go get -v github.com/projectdiscovery/httpx/cmd/httpx
go get -u github.com/tomnomnom/httprobe
go get -u github.com/tomnomnom/hacks/html-tool
go get -u github.com/tomnomnom/fff
go get -u github.com/tomnomnom/anew
go get -v github.com/hahwul/dalfox/v2
go get -u github.com/jaeles-project/gospider
git clone https://github.com/chrispetrou/FDsploit.git && cd FDsploit && pip3 install -r requirements.txt
go get -u github.com/tomnomnom/hacks/html-tool