Skip to content

WaIdo/infocollecttool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infocollecttool

本地部署方法

git clone https://github.com/WaIdo/infocollecttool.git
cd infocollecttool
pip3 install -r requirements.txt
nohup python3 main.py &

http://localhost:8000/

Docker 部署

git clone https://github.com/WaIdo/infocollecttool.git
cd infocollecttool
docker build -f 路径/infocollecttool/Dockerfile .
docker image 注:查看容器ID,REPOSITORY为none的ID
docker run -d -p 8000:8000 容器ID

浏览器打开

说明

1.本工具仅限于进行漏洞验证,如若因此引起相关法律问题,概不负责。

已有POC

POC

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published