diff --git a/README.md b/README.md index 6de0378..0eba320 100644 --- a/README.md +++ b/README.md @@ -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] diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0e2276f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +Flask==1.0.2 +requests==2.21.0