Skip to content
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
23 changes: 17 additions & 6 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,10 @@ sudo python setup.py install
cd ~/tools/
echo "done"

echo "installing Sublist3r"
git clone https://github.com/aboul3la/Sublist3r.git
cd Sublist3r*
pip install -r requirements.txt
cd ~/tools/
echo "installing Subfinder"
go get -v github.com/projectdiscovery/subfinder/cmd/subfinder
echo "done"


echo "installing teh_s3_bucketeers"
git clone https://github.com/tomdev/teh_s3_bucketeers.git
cd ~/tools/
Expand Down Expand Up @@ -176,6 +172,21 @@ echo "installing crtndstry"
git clone https://github.com/nahamsec/crtndstry.git
echo "done"

echo "installing Subfinder"
go get -v github.com/projectdiscovery/subfinder/cmd/subfinder
echo "done"


echo "installing Arjun"
git clone https://github.com/s0md3v/Arjun.git
cd ~/tools/
echo "done"


echo "installing ffuf"
go get github.com/ffuf/ffuf
echo "done"

echo "downloading Seclists"
cd ~/tools/
git clone https://github.com/danielmiessler/SecLists.git
Expand Down