验证漏洞:
在MSF目录下新建一个rdp_scanner.rb,复制以下代码并保存。
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
class MetasploitModule < Msf::Auxiliary
include Msf::Exploit::Remote::Tcp
include Msf::Auxiliary::Scanner
include Msf::Auxiliary::Report
def initialize(info = {})
super(
update_info(
info,
'Name' => 'Identify endpoints speaking the Remote Desktop Protocol (RDP)',
'Description' => %q(
This module attempts to connect to the specified Remote Desktop Protocol port
and determines if it speaks RDP.
The CredSSP and EarlyUser options are related to Network Level Authentication.
),
'Author' => 'Jon Hart <jon_hart[at]rapid7.com>',
'References' =>
[
['URL', 'https://msdn.microsoft.com/en-us/library/cc240445.aspx']
CVE-2019-0708漏洞复现及资源分享

本文介绍了CVE-2019-0708漏洞的复现过程,包括在MSF中创建rdp_scanner.rb脚本,要求靶机开启3389端口,并确保MSF为最新版。提供了POC地址和靶机下载链接,帮助读者理解并验证该RDP漏洞。
最低0.47元/天 解锁文章
7773





