MS14-066漏洞测试工具

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

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

扫描结果:
443端口
引用
root@kali:~/winshock-test# ./winshock_test.sh xxx.xxx.xxx.xxx 443
Checking if script is up-to-date...
Script is up-to-date.


*** IMPORTANT ***
...


3389端口:
引用
root@kali:~/winshock-test# ./winshock_test.sh xxx.xxx.xxx.xxx 3389
Checking if script is up-to-date...
Script is up-to-date.
...

你可能感兴趣的:(测试工具)