# InformationDisclosureDetector **Repository Path**: jsmth/InformationDisclosureDetector ## Basic Information - **Project Name**: InformationDisclosureDetector - **Description**: 基于Google Hacker方式对指定的域名、资产进行信息泄漏的自动化分析,包含自动化页面内容判断和针对不同文件解析内容的判断 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # InformationDisclosureDetector ## Readme English Version ### Introduction Automated analysis of Information Disclosure for specified domain names based on Google Hacker , including automatic web page content and file contents judgment. ### Attention 1. The project is still under construction 2. Please follow the GPL v3 license ### Warning Please follow the 《[Cybersecurity Law of the People's Republic of China](http://www.npc.gov.cn/npc/xinwen/2016-11/07/content_2001605.htm)》. DO NOT use it for any unauthorized testing. I will not be responsible for it. ### Usage **The project is still under construction** pip install -r requirements.txt $python[3] run.py DomainName ## Readme 中文版 ### 简介 基于Google Hacker方式对指定的域名、资产进行信息泄漏的自动化分析,包含自动化页面内容判断和针对不同文件解析内容的判断 ### 特别提示 1. 项目仍在建设中 2. 请遵守GPL v3 许可证 ### 警告 **请使用者遵守《[中华人民共和国网络安全法](http://www.npc.gov.cn/npc/xinwen/2016-11/07/content_2001605.htm)》,勿用于非授权的测试,本人不负任何连带法律责任。** ### 使用说明 **建设中** pip install -r requirements.txt $python[3] run.py DomainName