File tree 1 file changed +3
-27
lines changed
1 file changed +3
-27
lines changed Original file line number Diff line number Diff line change @@ -40,37 +40,13 @@ I started this project on 2.2.2022
40
40
41
41
# HOW TO SETUP:
42
42
43
- pip3 install requests
43
+ chmod +x install.sh
44
44
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
70
46
71
47
And you're done, now just launch the app using PYTHON3
72
48
73
- python3 ssb.py
49
+ python3 ssb
74
50
75
51
# Usage:
76
52
-h, --help show this help message and exit
You can’t perform that action at this time.
0 commit comments