Skip to content

Commit 80d64f8

Browse files
authored
Update README.md
1 parent ffd723b commit 80d64f8

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,13 @@ git clone https://github.com/errorfiathck/ssrf-exploit.git
208208
```sh
209209
cd ssrf-exploit
210210
```
211-
3. run the script as example:
211+
212+
3. Once on your system, you'll need to install the Python dependencies.
213+
```sh
214+
pip3 install -r requirements.txt
215+
```
216+
217+
5. run the script as example:
212218
```sh
213219
python3 ssrf-exploition.py --help
214220
```

0 commit comments

Comments
 (0)