Added pip requirements.txt file and updated README install
parent
a8811b1a91
commit
9e9041c692
|
@ -11,6 +11,7 @@ Basic install from the Github repository.
|
||||||
```powershell
|
```powershell
|
||||||
git clone https://github.com/swisskyrepo/SSRFmap
|
git clone https://github.com/swisskyrepo/SSRFmap
|
||||||
cd SSRFmap/
|
cd SSRFmap/
|
||||||
|
pip3 install requirements.txt
|
||||||
python3 ssrfmap.py
|
python3 ssrfmap.py
|
||||||
|
|
||||||
usage: ssrfmap.py [-h] [-r REQFILE] [-p PARAM] [-m MODULES] [--lhost LHOST] [--lport LPORT] [--level LEVEL]
|
usage: ssrfmap.py [-h] [-r REQFILE] [-p PARAM] [-m MODULES] [--lhost LHOST] [--lport LPORT] [--level LEVEL]
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
Flask==1.0.2
|
||||||
|
requests==2.21.0
|
Loading…
Reference in New Issue