Skip to content

Commit f58b755

Browse files
authored
Update README.md
1 parent e9e82fe commit f58b755

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@ Companies provide this service for money, so I decided to do it on my own.<br>
77
<b>Please use it responsibly.<b>
88

99
### Examples
10-
10+
```bash
11+
git clone [email protected]:avilum/smart-url-fuzzer.git && cd smart-url-fuzzer
12+
pip install -r requirements.txt
13+
```
1114
```bash
1215
# This will find all the active endpoints in https://www.example.com
13-
$ python fuzz.py
16+
$ ./fuzz
1417
```
1518

1619
### Custom words lists
1720
```bash
21+
$ # Or, Using Python
1822
$ python fuzz.py --help
1923
Usage: fuzz.py -u https://example.com/
2024

0 commit comments

Comments
 (0)