Skip to content

Commit bee3840

Browse files
authored
Update README.md
1 parent 39fec66 commit bee3840

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,13 @@ Update: Mark_v13.3.2: Added target list mode, colored errors, fixed alot of stuf
3939
I started this project on 2.2.2022
4040

4141
# HOW TO SETUP:
42-
42+
```
4343
chmod +x install.sh
44-
4544
./install.sh
46-
45+
```
4746
And you're done, now just launch the app using PYTHON3
4847

49-
python3 ssb
48+
`python3 ssb`
5049

5150
# Usage:
5251
```
@@ -83,13 +82,13 @@ python3 ssb
8382
```
8483
# Examples:
8584
```
86-
python3 ssb.py -t somerandomassdomain.com -s 1 --scan-type scan
85+
./ssb -t somerandomassdomain.com -s 1 --scan-type scan
8786
88-
python3 ssb.py -t somerandomassdomain.com -s 2 -w subdomains.txt --scan-type light_scan
87+
./ssb -t somerandomassdomain.com -s 2 -w subdomains.txt --scan-type light_scan
8988
90-
python3 ssb.py -t somerandomassdomain.com -s 1 --scan-type validate
89+
./ssb -t somerandomassdomain.com -s 1 --scan-type validate
9190
92-
python3 ssb.py -tl hosts.txt -s 4 --scan-type scan
91+
./ssb -tl hosts.txt -s 4 --scan-type scan
9392
```
9493
# Features:
9594
<img src="https://user-images.githubusercontent.com/72181445/153476377-b250f42b-b0c0-4153-bc58-e42a9146d960.png" width=200></img>

0 commit comments

Comments
 (0)