Added pip requirements.txt file and updated README install

pull/7/head
derpadoo 2019-01-30 10:04:53 -06:00
parent a8811b1a91
commit 9e9041c692
2 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Basic install from the Github repository.
```powershell
git clone https://github.com/swisskyrepo/SSRFmap
cd SSRFmap/
pip3 install requirements.txt
python3 ssrfmap.py
usage: ssrfmap.py [-h] [-r REQFILE] [-p PARAM] [-m MODULES] [--lhost LHOST] [--lport LPORT] [--level LEVEL]

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
Flask==1.0.2
requests==2.21.0