Skip to content

Commit 572289d

Browse files
authored
Update README.md
1 parent bb01f2c commit 572289d

File tree

1 file changed

+3
-27
lines changed

1 file changed

+3
-27
lines changed

README.md

+3-27
Original file line numberDiff line numberDiff line change
@@ -40,37 +40,13 @@ I started this project on 2.2.2022
4040

4141
# HOW TO SETUP:
4242

43-
pip3 install requests
43+
chmod +x install.sh
4444

45-
pip3 install termcolor
46-
47-
pip3 install ftplib
48-
49-
pip3 install paramiko
50-
51-
sudo apt-get install libmariadb3 libmariadb-dev
52-
53-
pip3 install mariadb
54-
55-
pip3 install smbprotocol
56-
57-
pip3 install telnetlib
58-
59-
apt install assetfinder
60-
61-
wget https://github.com/findomain/findomain/releases/latest/download/findomain-linux
62-
63-
chmod +x findomain-linux
64-
65-
cp findomain-linux /usr/bin/findomain
66-
67-
git clone https://github.com/signedsecurity/sigurlfind3r.git && \
68-
cd sigurlfind3r/cmd/sigurlfind3r/ && \
69-
go build; mv sigurlfind3r /usr/local/bin/
45+
./install.sh
7046

7147
And you're done, now just launch the app using PYTHON3
7248

73-
python3 ssb.py
49+
python3 ssb
7450

7551
# Usage:
7652
-h, --help show this help message and exit

0 commit comments

Comments
 (0)