Skip to content

W0x404/SQLmap_GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Social

SQLmap_GUI

Version Gui for SQLmap tool ( python 2.7, Tkinter, only for Linux )

Help you to start a terminal with the right options. You keep using SQLmap in CLI but you start the tool easily & fastly.

Save time. Keep the control.

GitHub Logo

How to Install ?

  • SQLmap_GUI use the default path of SQLmap : /usr/share/sqlmap/sqlmap.py. This is the same pass under kalilinux. You must install or re-copy SQLmap to this directory.

  • Install tkinter if not yet : sudo apt-get install python-tk (python 3: sudo apt-get install python3-tk)

  • If you got the import error, change this:

Python 2 Python 3
Tkinter tkinter
Tix tkinter.tix
ttk tkinter.ttk
tkMessageBox tkinter.messagebox
tkColorChooser tkinter.colorchooser
tkFileDialog tkinter.filedialog
tkCommonDialog tkinter.commondialog
tkSimpleDialog tkinter.simpledialog
tkFont tkinter.font
Tkdnd tkinter.dnd
ScrolledText tkinter.scrolledtext
  • Run the .py

About

[BETA] GUI for SQLmap tool ( python 2.7, Tkinter, only for Linux )

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages