# 基于Web的自动渗透测试系统 **Repository Path**: ygsiete/web_scanner ## Basic Information - **Project Name**: 基于Web的自动渗透测试系统 - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2022-03-19 - **Last Updated**: 2024-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 基于Web的自动渗透测试系统 该系统为网页端,采用django框架,html5语言编写,python进行脚本编写,数据库为mysql 实现的功能为 1.网站TCP端口扫描 2.对FTP Server进行暴力破解 3.网页的账号密码爆破 4.生成XML格式渗透报告界面 在demo文件夹里运行命令python3 manage.py runserver运行网页 #在/demo/urls.py #/dic里为爆破用的密码字典 #/app01/views.py里为脚本文件 #tel.xml为生成的xml格式报告 #/templates为h5的网页