# GUI_Tools 渗透工具 **Repository Path**: foxfei0921/gui--tools---penetration-tools ## Basic Information - **Project Name**: GUI_Tools 渗透工具 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-09-07 - **Last Updated**: 2025-02-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GUI_Tools ![](https://img.shields.io/github/stars/ghealer/GUI_Tools) ![](https://img.shields.io/github/forks/ghealer/GUI_Tools) ![](https://img.shields.io/github/issues/ghealer/GUI_Tools) > 一个由各种图形化渗透工具组成的工具集,环境已配置完成,自带Java1.8与Java9 工具会持续添加,欢迎提交新工具到 Issues ### ✨ Demo ![](https://raw.githubusercontent.com/ghealer/GUI_Tools/main/img/demo.png) ### 🚀 快速使用 - 下载程序源代码 `git clone https://github.com/ghealer/GUI_Tools.git` `pip install wxPython==4.1.1` `wxpython 的具体安装方法和使用可以参照官网 https://www.wxpython.org` - 下载工具包 `工具包下载链接上传完成以后贴上` 将工具包放在GUI_Tools根目录下 - 目录结构 ```markdown ├── GUI_Tools.py ├── GUI_Tools_wxpython_gui.py ├── JAR_Management.fbp ├── gui_other ├── gui_scan ├── gui_shouji ├── gui_webshell ├── java9 ├── java_1.8 └── setting.py ``` - 执行程序 `python3 GUI_Tools.py` - 问题反馈 - 如有问题请提交 Issues,我看到会及时解决。 - 工具刚写出来,可能BUG比较多,还望各位大佬多多包涵。 - 后面会定期更新添加工具,各位在使用的时候如果有什么比较好用的想要添加到工具里的也可以提交 Issues。 - 后面会出一个纯命令行的工具集,尽情期待。