Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kh4sh3i authored Nov 23, 2022
1 parent d924535 commit 9c4daf0
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/bin/bash

sudo apt-get -y update
# sudo apt-get -y upgrade


sudo apt-get install -y libcurl4-openssl-dev
Expand Down Expand Up @@ -103,21 +102,6 @@ echo "done"



# echo "installing httprobe"
# go install github.com/tomnomnom/httprobe@latest
# echo "done"



# echo "installing EyeWitness"
# git clone https://github.com/FortyNorthSecurity/EyeWitness.git
# cd EyeWitness/Python/setup/
# sudo ./setup.sh
# cd ~/tools/
# echo "done"



echo "installing gowitness"
go install github.com/sensepost/gowitness@latest
echo "done"
Expand All @@ -135,11 +119,6 @@ go install github.com/projectdiscovery/httpx/cmd/httpx@latest
echo "done"


# echo "installing smartrecon"
# git clone https://github.com/kh4sh3i/smartrecon.git
# cd ~/tools/
# echo "done"


echo "installing feroxbuster"
curl -sL https://raw.githubusercontent.com/epi052/feroxbuster/master/install-nix.sh | bash
Expand All @@ -158,8 +137,6 @@ echo "done"


echo "installing Gf-Patterns"
# echo 'source $GOPATH/pkg/mod/github.com/tomnomnom/gf*/gf-completion.bash' >> ~/.bashrc
# source ~/.bashrc
mkdir .gf
sudo cp -r $GOPATH/pkg/mod/github.com/tomnomnom/gf*/examples/ ~/.gf
git clone https://github.com/1ndianl33t/Gf-Patterns
Expand Down Expand Up @@ -206,11 +183,6 @@ echo "done"



# echo "installing deduplicate"
# go install github.com/nytr0gen/deduplicate@latest
# echo "done"


echo "installing dalfox"
go install github.com/hahwul/dalfox/v2@latest
echo "done"
Expand Down

0 comments on commit 9c4daf0

Please sign in to comment.