(This is a post just to have it officially somewhere)

In order to run sqlmap under Windows you should do several things:

0) download and unzip sqlmap (latest stable version is located at
http://downloads.sourceforge.net/sqlmap/sqlmap-0.9.zip) to local directory
1) download Python v2.7 for your platform and install it (32-bit version
http://www.python.org/ftp/python/2.7.2/python-2.7.2.msi or 64-bit version
http://www.python.org/ftp/python/2.7.2/python-2.7.2.amd64.msi)
2) setup environment variable PATH to look into installation directory
containing python.exe (
http://showmedo.com/videotutorials/video?name=960000&fromSeriesID=96)
3) click on Command Prompt icon inside Start menu
4) change directory to sqlmap directory containing file sqlmap.py (e.g. cd
D:\Work\sqlmap)
5) run sqlmap by typing: python sqlmap.py

Kind regards,
Miroslav Stampar

p.s. you are advised to checkout latest revision from our SVN repository to
keep up with updates:

A) download & install TortoiseSVN from http://tortoisesvn.net/downloads.html
B) press right mouse button inside Explorer where you want to contain sqlmap
C) choose "SVN Checkout..."
D) use https://svn.sqlmap.org/sqlmap/trunk/sqlmap as the "URL of repository"
E) press OK
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
sqlmap-users mailing list
sqlmap-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlmap-users

Reply via email to