
Website Sensitive Personal Information Hunter 网站个人敏感信息文件扫描器

Website Personal Sensitive Information File Scanner
The Education Industry Vulnerability Reporting Platform is a vulnerability reporting platform for the entire education industry. The platform aims to gather multiple forces to help improve the information system security of schools and units associated with the education system, escorting the advancement of education informatization.


# 下载
git clone https://github.com/jerrychan807/WSPIH.git
# 进入项目目录
cd WSPIH
# 安装依赖模块
pip3 install -r requirements.txt
# 修改配置文件(若不修改,则使用默认配置)
vi config.py
# 使用
python3 SensitivesHunter.py 目标文件 结果文件夹
# 示例
python3 SensitivesHunter.py targets/http-src-1-100.txt src
If sensitive files are scanned...
result_folder/corresponding_domain.file_links.json, sensitive results result.json# 输出最终汇总的结果
python3 CombineResult.py 结果文件夹
# 示例
python3 CombineResult.py src
all_result.txt