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

📄 smb_nt_ms02-017.nasl

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻 NASL
字号:
## This script was written by Michael Scheidell <scheidell at secnap.net>## See the Nessus Scripts License for details#if(description){ script_id(10944); script_bugtraq_id(4426); script_version("$Revision: 1323 $"); script_cve_id("CVE-2002-0151"); name["english"] = "MUP overlong request kernel overflow Patch (Q311967)";  script_name(english:name["english"]);  desc["english"] = "Buffer overflow in Multiple UNC Provider (MUP) in MicrosoftWindows operating systems allows local users to cause adenial of service or possibly gain SYSTEM privileges via along UNC request. Affected Software: Microsoft Windows NT 4.0 Workstation Microsoft Windows NT 4.0 Server Microsoft Windows NT 4.0 Server, Enterprise Edition Microsoft Windows NT 4 Terminal Server Edition Microsoft Windows 2000 Professional Microsoft Windows 2000 Server Microsoft Windows 2000 Advanced Server Microsoft Windows XP Professional Seehttp://www.microsoft.com/technet/security/bulletin/ms02-017.mspxRisk factor : Medium"; script_description(english:desc["english"]);  summary["english"] = "checks for Multiple UNC Provider Patch (Q311967)"; script_summary(english:summary["english"]);  script_category(ACT_GATHER_INFO);  script_copyright(english:"This script is Copyright (C) 2002 Michael Scheidell"); 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(nt:7, win2k:3, xp:1) <= 0 ) exit(0); if ( hotfix_missing(name:"Q312895") > 0  ) 	security_warning(get_kb_item("SMB/transport"));

⌨️ 快捷键说明

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