11#! /bin/bash
22
33sudo apt-get -y update
4- # sudo apt-get -y upgrade
54
65
76sudo apt-get install -y libcurl4-openssl-dev
@@ -103,21 +102,6 @@ echo "done"
103102
104103
105104
106- # echo "installing httprobe"
107- # go install github.com/tomnomnom/httprobe@latest
108- # echo "done"
109-
110-
111-
112- # echo "installing EyeWitness"
113- # git clone https://github.com/FortyNorthSecurity/EyeWitness.git
114- # cd EyeWitness/Python/setup/
115- # sudo ./setup.sh
116- # cd ~/tools/
117- # echo "done"
118-
119-
120-
121105echo " installing gowitness"
122106go install github.com/sensepost/gowitness@latest
123107echo " done"
@@ -135,11 +119,6 @@ go install github.com/projectdiscovery/httpx/cmd/httpx@latest
135119echo " done"
136120
137121
138- # echo "installing smartrecon"
139- # git clone https://github.com/kh4sh3i/smartrecon.git
140- # cd ~/tools/
141- # echo "done"
142-
143122
144123echo " installing feroxbuster"
145124curl -sL https://raw.githubusercontent.com/epi052/feroxbuster/master/install-nix.sh | bash
@@ -158,8 +137,6 @@ echo "done"
158137
159138
160139echo " installing Gf-Patterns"
161- # echo 'source $GOPATH/pkg/mod/github.com/tomnomnom/gf*/gf-completion.bash' >> ~/.bashrc
162- # source ~/.bashrc
163140mkdir .gf
164141sudo cp -r $GOPATH /pkg/mod/github.com/tomnomnom/gf* /examples/ ~ /.gf
165142git clone https://github.com/1ndianl33t/Gf-Patterns
@@ -206,11 +183,6 @@ echo "done"
206183
207184
208185
209- # echo "installing deduplicate"
210- # go install github.com/nytr0gen/deduplicate@latest
211- # echo "done"
212-
213-
214186echo " installing dalfox"
215187go install github.com/hahwul/dalfox/v2@latest
216188echo " done"
0 commit comments