Skip to content

动态多线程敏感信息泄露检测工具

Notifications You must be signed in to change notification settings

0es/weakfilescan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weakfilescan

动态多线程敏感信息泄露检测工具

具体使用文档,安装文档,帮助文档正在写

  • 支持动态正则规则引擎
  • 自动分析与目标相关的一切信息进行关联扫描

安装

CentOS 6.* 7.* Linux 安装 setuptools, pip

wget https://bootstrap.pypa.io/ez_setup.py -O - | python
wget https://pypi.python.org/packages/source/p/pip/pip-6.0.8.tar.gz
tar zvxf pip-6.0.8.tar.gz
cd pip-6.0.8
python setup.py install

安装 lxml解析器

yum install python-devel libxml2-devel libxslt-devel
pip install lxml

安装 beautifulsoup4

pip install beautifulsoup4

使用

python wyspider.py http://wuyun.org

About

动态多线程敏感信息泄露检测工具

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%