Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install.sh #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
36 changes: 19 additions & 17 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# amass, subfinder, snapd, aquatone, project sonar, grepcidr, gobuster, masscan, nmap, sensitive.py, curl, CRLF-Injection-Scanner, otxurls, waybackurls, DirSearch, LinkFinder, VHostScan

apt-get install pv curl wget grepcidr snapd nmap masscan sublist3r
apt-get install pv curl wget grepcidr snapd nmap masscan sublist3r pigz golang sublist3r xsltproc

export PATH=$PATH:/snap/bin #setup snap
service snapd start #starting snap services
Expand All @@ -15,34 +15,36 @@ go get github.com/OJ/gobuster
go get github.com/lc/otxurls
go get github.com/tomnomnom/waybackurls
go get github.com/hacks/filter-resolved

#Sensitive-File-Explorer
git clone https://github.com/phspade/Sensitive-File-Explorer.git ~/tools/Sensitive-File-Explorer
pip install BeautifulSoup os sys commands argparse base64
go get github.com/Ice3man543/SubOver
go get github.com/haccer/subjack
go get github.com/michenriksen/aquatone
go get github.com/ffuf/ffuf
go get -u github.com/OWASP/Amass/...
gem install aquatone
pip3 install dnsgen

# Findomain
sudo wget https://github.com/Edu4rdSHL/findomain/releases/latest/download/findomain-linux -O /usr/bin/findomain
sudo chmod +x /usr/bin/findomain

#Massdns
git clone https://github.com/blechschmidt/massdns.git ~/tools/massdns
cd ~/tools/massdns
make
sudo cp ~/tools/massdns/bin/massdns /usr/bin

#CRLF-Scanner
git clone https://github.com/random-robbie/CRLF-Injection-Scanner.git ~/tools/CRLF-Injection-Scanner
cd ~/tools/CRLF-Injection-Scanner
pip3 install -r requirements.txt
sudo ln -sf ~/tools/massdns/bin/massdns /usr/bin/massdns

#dirsearch
git clone https://github.com/maurosoria/dirsearch.git
ln -sf ~/dirsearch/dirsearch.py /usr/bin/dirsearch

#changeme
git clone https://github.com/ztgrace/changeme ~/tools/changeme
cd ~/tools/changeme
python3 -m pip install -r requirements.txt
python3 -m pip install -r dev-requirements.txt

#linkfinder
git clone https://github.com/GerbenJavado/LinkFinder.git ~/tools/LinkFinder
cd ~/tools/LinkFinder
python setup.py install
pip3 install -r requirements.txt

#vhostscan
git clone https://github.com/codingo/VHostScan.git ~/tools/VHostScan
cd ~/tools/VHostScan
python3 setup.py install
pip3 install -r requirements.txt