Home
Tuesday, 14 November 2017 15:07
Tuesday, 14 November 2017 10:51

Install Python :

Download and install the python interpreter from https://www.python.org/

Since we will be using python from command line we want to add it to the PATH environment variable.

Tuesday, 14 November 2017 07:04

Make sure Python is installed :

installing-python-on-windows

Install SQLMAP:

Download the sqlmap zip file from http://sqlmap.org/

Unzip to a location on your drive and add to the path Variable as with python in installing-python-on-windows (add the path to sqlmap as done for C:\Python27 e.g C:\PenTest\sqlmap).