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
10 changes: 5 additions & 5 deletions install.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sudo apt-get install -y xargs
echo "installing bash_profile aliases from recon_profile"
git clone https://github.com/nahamsec/recon_profile.git
cd recon_profile
cat bash_profile >> ~/.bash_profile
cat .bash_profile >> ~/.bash_profile
source ~/.bash_profile
cd ~/tools/
echo "done"
Expand Down Expand Up @@ -74,7 +74,7 @@ cd ~/tools/

#install aquatone
echo "Installing Aquatone"
go get github.com/michenriksen/aquatone
go install github.com/michenriksen/aquatone@latest
echo "done"

#install chromium
Expand Down Expand Up @@ -161,15 +161,15 @@ cd ~/tools/
echo "done"

echo "installing httprobe"
go get -u github.com/tomnomnom/httprobe
go install github.com/tomnomnom/httprobe@latest
echo "done"

echo "installing unfurl"
go get -u github.com/tomnomnom/unfurl
go install github.com/tomnomnom/unfurl@latest
echo "done"

echo "installing waybackurls"
go get github.com/tomnomnom/waybackurls
go install github.com/tomnomnom/waybackurls@latest
echo "done"

echo "installing crtndstry"
Expand Down