Download and install python
Since sqlmap is written in python, the first thing you need is the python interpreter. Download the python interpreter from python.org. Download and install Python version 2.7.x. Sqlmap have to run with version 2.7.x on Windows 7 (tested). At last you need to append some strings like C:\Python to PATH variable in Environment Variables Setting follow these steps below:
1. Open the Start Menu and right click on Computer. Select Properties.
2. Select Advanced
system settings.
3. In the Advanced
tab, select Environment Variables
4. Edit PATH variable,
append path to your Python installation folder (ex: C:\Python27)
5. Just save it and
open cmd and type python, if it works it will show you the screen like this:
Download and install sqlmap
Next download the sqlmap zip file from sqlmap.org. Extract the zip files in any directory. Launch the dos prompt and navigate to the directory of sqlmap. Now run the sqlmap.py script with the python interpreter.
C:\sqlmap>python ./sqlmap.py Usage: ./sqlmap.py [options] sqlmap.py: error: missing a mandatory option (-d, -u, -l, -m, -r, -g, -c, --wiza rd, --update, --purge-output or --dependencies), use -h for basic or -hh for adv anced help Press Enter to continue...
That was easy! Sqlmap is asking for some parameters so that it can hack something.
Done. Enjoy it!
Source from www.binarytides.com
with modification from me!
when i run file"sqlmap.py" i got a command message
ReplyDeleteUsage: sqlmap.py [options]
sqlmap.py: error: missing a mandatory option (-d, -u, -l, -m, -r, -g, -c, -x, --wizard, --update, --purge-output or --dependencies), use -h for basic or -hh for advanced help
Press Enter to continue...
But when i press Enter the sqlmap.py promt command will close down...
PLS I NEED HELP
Of course it will close because you didn't provide any paramaters for it when run sqlmap.py
DeleteJust provide the parameter or run this command: python sqlmap.py -h
It will work.
Regards,
after giving python sqlmap.py -h
Deletethis command in my system the cmd prompt shows
�python: can't open file 'sqlmap.py': [Errno 2] No such file or directory�
A
�now what Ihaveto do??
You need to change directory to where you extracted sqlmap. Like this: C:\sqlmap>python ./sqlmap.py
DeleteRegards,
first you need to set environment variable for python and then using CMD redirect in Sqlmap.py and run command then cmd not getting exit automatically.
ReplyDeletehttps://www.welookups.com/sql/default.html
ReplyDelete