MS14-066漏洞测试工具

工具地址:[url]https://github.com/anexia-it/winshock-test[/url]
下载方法:
git clone https://github.com/anexia-it/winshock-test.git

扫描原理:根据扫描支持的4中密码来判断是否有漏洞。
漏洞原理:[url]http://www.freebuf.com/vuls/52110.html[/url]
工具使用方法:
./winshock_test.sh 10.0.0.1 3389
./winshock_test.sh 10.0.0.2 443

扫描结果:
[b]443端口[/b]
[quote][color=blue]root@kali:~/winshock-test# ./winshock_test.sh xxx.xxx.xxx.xxx 443[/color]
Checking if script is up-to-date...
Script is up-to-date.


*** IMPORTANT ***
...
[/quote]

[b]3389端口:[/b]
[quote][color=blue]root@kali:~/winshock-test# ./winshock_test.sh xxx.xxx.xxx.xxx 3389[/color]
Checking if script is up-to-date...
Script is up-to-date.
...
[/quote]

你可能感兴趣的:(windows)