Skip to content

TD0U/WeaverScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeaverScan

泛微漏洞利用工具 用go造了个轮子

image

漏洞检测

不指定漏洞Id 自动检测所有漏洞

WeaverScan.exe scan -u http://127.0.0.1

image

指定Id

WeaverScan.exe scan -u http://127.0.0.1 -i Wc11

image

漏洞利用

WeaverScan.exe exp -u http://127.0.0.1 -i Wc05

image

代理

WeaverScan.exe exp -u http://127.0.0.1 -i Wc05  -s http://127.0.0.1:8080
WeaverScan.exe scan -u http://127.0.0.1 -i Wc11  -s http://127.0.0.1:8080