Skip to content

Commit 65164ec

Browse files
authored
Update README.md
1 parent a334e81 commit 65164ec

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
# thinkphp_gui_tools
1+
# thinkphp_gui_tools
2+
3+
本项目是采用 JDK8 + javafx 开发的 ThinkPHP 图形化综合利用工具, 参考了其他大佬项目的部分代码。
4+
5+
JDK8可以直接运行,JDK11 因为去除了javafx这个依赖,需要自己再加上参数加入模块
6+
7+
```
8+
java -Dfile.encoding="UTF-8" --module-path "C:\Program Files\Java\javafx-sdk-11.0.2\lib" --add-modules "javafx.controls,javafx.fxml,javafx.web" -jar "xxx.jar"
9+
```
10+
11+
* 支持大部分ThinkPHP漏洞检测,整合20多个payload
12+
* 支持部分漏洞执行命令
13+
* 支持单一漏洞批量检测
14+
* 支持TP3和TP5自定义路径日志遍历
15+

0 commit comments

Comments
 (0)