formats

GUI for sqlmap

Published on July 2, 2012, by + in linux, sysadmin.





An excellent python based GUI for sqlmap is available here:

https://code.google.com/p/gui-for-sqlmap/


On Debian or Ubuntu, here is how to install:

$ sudo apt-get install python-tk python2.7 sakura


$ git clone git://github.com/sqlmapproject/sqlmap.git


$ cd sqlmap


$ wget http://gui-for-sqlmap.googlecode.com/files/sqm-17612.zip


$ unzip sqm-17612.zip


$ python2.7 sqm.pyw




sqlmap-gui



Cool!

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Notify me of followup comments via e-mail. You can also subscribe without commenting.

Home linux GUI for sqlmap