Skip to content

Commit 67c2651

Browse files
committed
merge mvc
2 parents 5253323 + 98c087c commit 67c2651

File tree

6 files changed

+1446
-1417
lines changed

6 files changed

+1446
-1417
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,24 @@ sqlmap ui, using PyGObject(gtk+3)
88
#### INSTALLATION
99

1010
1. **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...
1414
2. **GET**
1515
- `git clone https://github.com/needle-wang/sqlmap-ui.git`
1616
3. **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啥的)~~
2323
4. 打从加了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
3231
1. branch: mvc: V0.3

0 commit comments

Comments
 (0)