File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change 11# sqlmap-ui
2- sqlmap ui, using PyGObject(gtk3)
2+ sqlmap 简易 ui, using PyGObject(gtk+3)
3+
4+
5+ ### screenshort
6+ ![ screenshot] ( https://github.com/needle-wang/sqlmap-ui/blob/master/screenshots/sqlmap-ui1.png )
7+ ### Installation
8+
9+ #### required:
10+ python3.5+
11+ pygobject: ` pip3 install PyGObject ` or ` apt-get install python3-gi `
12+ [ sqlmap] ( https://github.com/sqlmapproject/sqlmap ) : ` pip2 install sqlmap `
13+ #### get:
14+ ` git clone https://github.com/needle-wang/sqlmap-ui.git `
15+ #### run:
16+ ` ./sqlmap_ui.py `
17+
18+ #### about
19+ 1 . VERSION: 0.1
20+ 2018年 09月 03日 星期一 03:34:31 CST
21+ 作者: needle wang (
[email protected] )
22+ 2 . 使用PyGObject(Gtk+3: python3-gi)重写sqm.py
23+ 3 . 感谢sqm( https://github.com/kxcode/gui-for-sqlmap )的作者: [ KINGX] ( https://github.com/kxcode )
24+ (sqm UI 使用的是python2 + tkinter)
25+
26+ #### Reference:
27+ 1 . Gtk+3教程: https://python-gtk-3-tutorial.readthedocs.io/en/latest/
28+ 2 . Gtk+3 API: https://lazka.github.io/pgi-docs/Gtk-3.0/
You can’t perform that action at this time.
0 commit comments