⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 smb_nt_ms02-051.nasl

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻 NASL
字号:
## This script was written by Michael Scheidell SECNAP Network Security## See the Nessus Scripts License for details#if(description){ script_id(11146); script_bugtraq_id(5410, 5711, 5712); script_version("$Revision: 1323 $"); script_cve_id("CAN-2002-0863"); # and 864 name["english"] = "Microsoft RDP flaws could allow sniffing and DOS(Q324380)";  script_name(english:name["english"]);  desc["english"] = "Remote Data Protocol (RDP) version 5.0 in MicrosoftWindows 2000 and RDP 5.1 in Windows XP does notencrypt the checksums of plaintext session data,which could allow a remote attacker to determine thecontents of encrypted sessions via sniffing, and Remote Data Protocol (RDP) version 5.1 in WindowsXP allows remote attackers to cause a denial ofservice (crash) when Remote Desktop is enabled via aPDU Confirm Active data packet that does not set thePattern BLT command.Impact of vulnerability: Two vulnerabilities:information disclosure, denial of service.Maximum Severity Rating: Moderate. Recommendation: Administrators of Windows2000 terminal servers and Windows XP userswho have enabled Remote Desktop should applythe patch.Affected Software: Microsoft Windows 2000 Microsoft Windows XPSolution :  http://www.microsoft.com/technet/security/bulletin/ms02-051.mspxRisk factor : High"; script_description(english:desc["english"]);  summary["english"] = "Checks for MS Hotfix Q324380, Flaws in Microsoft RDP"; script_summary(english:summary["english"]);  script_category(ACT_GATHER_INFO);  script_copyright(english:"This script is Copyright (C) 2002 SECNAP Network Security, LLC"); family["english"] = "Windows : Microsoft Bulletins"; script_family(english:family["english"]);  script_dependencies("secpod_reg_enum.nasl"); script_require_keys("SMB/Registry/Enumerated"); exit(0);}include("secpod_reg.inc");if ( hotfix_check_sp(xp:1, win2k:4) <= 0 ) exit(0);if ( hotfix_check_nt_server() <= 0 ) exit(0);if ( hotfix_missing(name:"Q324380") > 0 )	security_hole(get_kb_item("SMB/transport"));

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -