Displaying items by tag: sqlmap
Tuesday, 14 November 2017 07:04

Install sqlmap on windows

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).

 

Published in Penetration Testing