文件名称:Batch-identification-of-website-CMS-fingerprints:批量识别网站CMS指纹
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-28 18:19:17
Python
0x01 概述 一个批量识别网站 CMS 的工具 使用Python3开发 结果导出为csv文件 使用在线平台()进行指纹识别 两个版本,一个版本直接导入url.txt使用,另外一个版本需要结合鬼麦子的子域名扫描工具使用 0x02 使用方法 git clone https://github.com/teamssix/Batch-identification-of-website-CMS-fingerprints.git cd Batch-identification-of-website-CMS-fingerprints pip3 install -r requirements.txt python3 Batch_CMS_identification.py url.txt output_filename python3 DB_Batch_CMS_identification.py db_na
【文件预览】:
Batch-identification-of-website-CMS-fingerprints-master
----Batch_CMS_identification.py(2KB)
----DB_Batch_CMS_identification.py(3KB)
----requirements.txt(24B)
----README.md(3KB)
----.gitignore(1KB)