File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,11 @@ pip3 install termcolor
3
3
pip3 install ftplib
4
4
pip3 install paramiko
5
5
sudo apt-get install libmariadb3 libmariadb-dev
6
+ apt install golang
6
7
pip3 install mariadb
7
8
pip3 install smbprotocol
8
9
pip3 install telnetlib
9
- apt install assetfinder
10
- wget https://github.com/findomain/findomain/releases/latest/download/findomain-linux
11
- chmod +x findomain-linux
12
- cp findomain-linux /usr/bin/findomain
13
- git clone https://github.com/signedsecurity/sigurlfind3r.git &&
14
- cd sigurlfind3r/cmd/sigurlfind3r/ &&
15
- go build; mv sigurlfind3r /usr/local/bin/
16
- echo " SSB INSTALLED!"
10
+ go get -u github.com/tomnomnom/assetfinder
11
+ wget https://github.com/findomain/findomain/releases/latest/download/findomain-linux && chmod +x findomain-linux && cp findomain-linux /usr/bin/findomain
12
+ git clone https://github.com/signedsecurity/sigurlfind3r.git && cd sigurlfind3r/cmd/sigurlfind3r/ && go build; mv sigurlfind3r /usr/local/bin/
13
+ echo " SSB INSTALLED!"
You can’t perform that action at this time.
0 commit comments