How To Run The SQL MAP In Your Windows Machine

Steps for the installation:

  • Download the python from https://www.python.org/downloads/ and install it after completion of the downloading.
  • Download the sqlmap zip file from https://sqlmap.org/ and extract the downloaded zip folder after completion of the downloading.
  • Open the extracted zip file of the sqlmap and access the command prompt from the same path.
  • Type python ./sqlmap.py in the command prompt and press enter.

You’re done.

So, We have set up the SQLMAP.

Note: After adding parameter you can give the configured proxy of burp suite to monitor at backed like (--proxy=http://127.0.0.1:8080) in the SQLMAP.

Happy Hacking!

--

--