@@ -8,25 +8,24 @@ sqlmap ui, using PyGObject(gtk+3)
88#### INSTALLATION
99
10101 . ** REQUIRED**
11- - python3.5+
11+ - GTK+3.22(which is hard to install at win), python3.5+
1212 - pygobject: ` pip3 install PyGObject ` or ` apt-get install python3-gi `
13- - [ sqlmap] ( https://github.com/sqlmapproject/sqlmap ) : ` pip2 install sqlmap `
13+ - [ sqlmap] ( https://github.com/sqlmapproject/sqlmap ) : ` pip2 install sqlmap ` #hope sqlmap ports to python3 in future...
14142 . ** GET**
1515 - ` git clone https://github.com/needle-wang/sqlmap-ui.git `
16163 . ** RUN**
1717 - ` ./sqlmap_ui.py `
1818
1919#### TODO
20- 1 . UI重新排版(ok)
21- 2 . 分离并完善tooltip等提示信息(ok)
22- 3 . 细节优化(margin, padding啥的)(ok)
20+ 1 . ~~ UI重新排版~~
21+ 2 . ~~ 分离并完善tooltip等提示信息~~
22+ 3 . ~~ 细节优化(margin, padding啥的)~~
23234 . 打从加了filechooserbutton起, 启动就慢了一倍:
2424 根据line_profiler输出: gtk.FileChooserButton()有性能问题!
25- 5 . 重构(ok), 还能再优化嘛?比如handlers文件(yield)
26- 6 . 添加session功能(v0.2.2, ok)
27- 7 . 重构成MVC模式(结构改动很大~ , v0.3, ok)
28- 8 . 写好(linux和win下的)安装及使用指南
29- 9 . 将管道流集成到UI里?(难度过大, 放弃)
25+ 5 . ~~ 重构~~
26+ 6 . ~~ 添加session功能(v0.2.2)~~
27+ 7 . ~~ 重构成MVC模式(结构改动很大~ , v0.3)~~
28+ 8 . ~~ 将管道流集成到UI里(难度过大, 放弃)~~
3029
3130#### ABOUT
32311 . branch: mvc: V0.3
0 commit comments