Menu

#44 Add SQLMAP plugin for burp

WTF 2.2
open
nobody
None
1
2013-10-29
2012-09-15
No

Discussion

  • natedmac

    natedmac - 2012-09-17

    Here is a quick guide to setup the SQLMAP plugin for Burp.
    Download the latest version from http://code.google.com/p/gason/downloads/list currently gason-0.9.5.zip.

    Extract the jar file from the zip and place it in the /usr/share/burpsuite directory. Set the permissions accordingly.

    change the last line in /usr/bin/burpsuite from java ${JMEM} -jar burpsuite.jar $* to java ${JMEM} -classpath gason-0.9.5.jar:"burpsuite.jar" burp.StartBurp

     
  • Justin Searle

    Justin Searle - 2013-05-01
    • Group: WTF 1.0 --> WTF 2.1
     
  • Raul Siles

    Raul Siles - 2013-10-29
    • Group: WTF 2.1 --> WTF 2.2
     

Log in to post a comment.