Skip to content

needle-wang/sqlmap-gtk

Repository files navigation

sqlmap-gtk

sqlmap GUI, using PyGObject(gtk+3)

supports linux, test on Mint 20, kali 2020.4
sqlmap-wx on win, which needs to improve.
sqlmap has port to python3.
don't use python2 any more please.

SCREENSHOT

screenshot

HOW-TO

  1. Prerequisites
  • python3.6+, GTK+3.20 above(linux has contained)
  • sqlmap: (choose one)
    • pip3 install sqlmap(suggestion)
    • git clone https://github.com/sqlmapproject/sqlmap.git
  • pygobject: (choose one)
    • apt-get install python3-gi(suggestion)
    • pip3 install PyGObject
  • requests: pip3 install requests
  1. Download
  • git clone https://github.com/needle-wang/sqlmap-gtk.git
  1. Run
  • ./sqlmap_gtk.py

FUNCTION

  • all sqlmap(1.4.12.45#dev) options(except --all)
  • built-in terminal
  • sqlmapapi client
  • built-in mini wiki(tooltip and placeholder)
  • session: autosave current options before quit, autoload last used options
  • language switch(see ABOUT page): English, Chinese
    if you don't need zh lang at all:
    rm -r static/{zh_CN.po,locale}
    it works fine.

ABOUT

REFERENCE