Summary

  • The blog post teaches members how to run SQLMAP from anywhere on Windows CMD helping them to save time and effort.
  • Members need to start by downloading SQLMAP from GitHub and extracting the folder on their computers.
  • The blogger advises to create a shortcut on the desktop for easy access and then to edit the PATH environment variable to include the sqlmap folder.
  • They should hit Start then Settings then System and finally Advanced System Settings to open the System Properties and Environment Variables.
  • Under System Variables, they should choose Edit and thenNew Variable to create a new system variable called SQLMAP with the value as the location of the extracted folder.
  • To check it, they should open a new CMD window and type sqlmap and hit Enter. If it shows the sqlmap prompt, it means it has worked.

By Devansh Patel

Original Article