Skip to content

Commit 9c4daf0

Browse files
authored
Update install.sh
1 parent d924535 commit 9c4daf0

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

install.sh

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

33
sudo apt-get -y update
4-
# sudo apt-get -y upgrade
54

65

76
sudo 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-
121105
echo "installing gowitness"
122106
go install github.com/sensepost/gowitness@latest
123107
echo "done"
@@ -135,11 +119,6 @@ go install github.com/projectdiscovery/httpx/cmd/httpx@latest
135119
echo "done"
136120

137121

138-
# echo "installing smartrecon"
139-
# git clone https://github.com/kh4sh3i/smartrecon.git
140-
# cd ~/tools/
141-
# echo "done"
142-
143122

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

159138

160139
echo "installing Gf-Patterns"
161-
# echo 'source $GOPATH/pkg/mod/github.com/tomnomnom/gf*/gf-completion.bash' >> ~/.bashrc
162-
# source ~/.bashrc
163140
mkdir .gf
164141
sudo cp -r $GOPATH/pkg/mod/github.com/tomnomnom/gf*/examples/ ~/.gf
165142
git 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-
214186
echo "installing dalfox"
215187
go install github.com/hahwul/dalfox/v2@latest
216188
echo "done"

0 commit comments

Comments
 (0)