Skip to content

Commit b88fa75

Browse files
committed
完善README
1 parent beff49b commit b88fa75

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,28 @@
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/

0 commit comments

Comments
 (0)