<h1 align="center" >Welcome to CodeTest</h1>
### :point_right:关于本项目
>本项目的主要目的: 针对日常收集的Python POC\EXP测试脚本,使用可视化界面统一执行入口,方便运行。
>
>本项目适合人群: 有Python基础的渗透测试人员(工具自带简易编辑器,可修改脚本内参数,重新加载后可灵活使用脚本进行测试)
>
>可视化界面开发库: Tkinter
>
>python版本: 3.5+
### :bulb:POC\EXP 参考链接
```
https://github.com/Ascotbe/Medusa
https://github.com/zhzyker/vulmap
https://github.com/Python3WebSpider/ProxyPool
```
### :book:使用说明
```
(一)下载文件
git clone https://github.com/codeyso/CodeTest.git
cd CodeTest
(二)安装依赖
pip3 install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
注意: ~\Python3\Lib\site-packages,找到这个路径,下面有一个文件夹叫做crypto,将小写c改成大写C
注意: 建议安装之前更新pip (python -m pip install --upgrade pip)
(三)使用工具
1) 双击 CodeTest.bat
2) pythonw3 -B CodeTest.pyw
(四)备注: 如果GitHub图片显示不出来,修改hosts
C:\Windows\System32\drivers\etc\hosts
在文件末尾添加
# GitHub Start
192.30.253.112 Build software better, together
192.30.253.119 gist.github.com
151.101.184.133 assets-cdn.github.com
151.101.184.133 raw.githubusercontent.com
151.101.184.133 gist.githubusercontent.com
151.101.184.133 cloud.githubusercontent.com
151.101.184.133 camo.githubusercontent.com
151.101.184.133 avatars0.githubusercontent.com
151.101.184.133 avatars1.githubusercontent.com
151.101.184.133 avatars2.githubusercontent.com
151.101.184.133 avatars3.githubusercontent.com
151.101.184.133 avatars4.githubusercontent.com
151.101.184.133 avatars5.githubusercontent.com
151.101.184.133 avatars6.githubusercontent.com
151.101.184.133 avatars7.githubusercontent.com
151.101.184.133 avatars8.githubusercontent.com
# GitHub End
```
### :checkered_flag:模板
#### POC
```
def check(**kwargs):
url = kwargs['url']#/*str*/
print('输出结果')
print(url)
'''此处的返回状态码用于批量验证
if True:
return 1
else:
return
'''
```
#### EXP
```
有专用的EXP生成界面
```
### :clipboard:功能界面
#### 漏洞扫描界面

#### 漏洞利用界面

### :open_file_folder:使用示例
>案例参考:https://mp.weixin.qq.com/s/xwh81ZeE0Lgx-iIpqZI1_g

2501_91880063
- 粉丝: 794
最新资源
- 关于网络的测试方法.pdf
- 中小企业网络规划方案(2).doc
- 国家开放大学电大《关系营销》网络课形考网考作业及答案.docx
- 项目管理可行性分析案例.doc
- 网络营销拓展.docx
- 2022年系统集成项目管理工程师重点系统集成工程师考试专供.doc
- 2022年通信联络应急预案讲述讲解.doc
- 项目管理策划书西双版纳展示中心.docx
- 网络信息安全承诺书(锦集4篇).docx
- 基于单片机的1602液晶显示电路设计.doc
- 投资建设项目管理师宏观经济政策考试模拟题.docx
- 综合布线系统方案设计及预算案例讲解.ppt
- 互联网环境下企业会计毕业分析【精品发布】.doc
- 基于GIS的空间统计分析在奶牛地氟病监测中的应用.pdf
- 网络推广100招推广精髓一网打尽.docx
- 企业信息管理与企业信息化.ppt
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈


