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.
-
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
