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

📄 msadcs_dll.nasl

📁 漏洞扫描源码,可以扫描linux,windows,交换机路由器
💻 NASL
字号:
 ## Msadcs.dll locate.## This plugin was written in NASL by RWT roelof@sensepost.com## Changes by rd: # - frenchif(description){ script_id(10357); script_bugtraq_id(529); if(defined_func("script_xref"))script_xref(name:"IAVA", value:"1999-a-0010"); if(defined_func("script_xref"))script_xref(name:"IAVA", value:"1999-t-0003"); script_version ("$Revision: 118 $"); script_cve_id("CVE-1999-1011"); name["english"] = "RDS / MDAC Vulnerability (msadcs.dll) located"; script_name(english:name["english"]);  desc["english"] = "The web server is probably susceptible to a common IIS vulnerability discovered by'Rain Forest Puppy'. This vulnerability enables an attacker to execute arbitrarycommands on the server with Administrator Privileges. *** OpenVAS solely relied on the presence of the file /msadc/msadcs.dll*** so this might be a false positiveSee Microsoft security bulletin (MS99-025) for patch information.Also, BUGTRAQ ID 529 on www.securityfocus.com ( http://www.securityfocus.com/bid/529 )Risk factor : High"; script_description(english:desc["english"]);  summary["english"] = "Determines the presence of msadcs.dll"; script_summary(english:summary["english"]); script_category(ACT_GATHER_INFO);   script_copyright(english:"This script is Copyright (C) 2000 Roelof Temmingh <roelof@sensepost.com>"); family["english"] = "Web Servers"; script_family(english:family["english"]);  script_dependencie("find_service.nes", "http_version.nasl", "www_fingerprinting_hmap.nasl"); script_require_ports("Services/www", 80); exit(0);}## The script code starts here#include("http_func.inc");include("http_keepalive.inc");include("global_settings.inc");if ( report_paranoia < 2 ) exit(0);port = get_http_port(default:80);if ( ! get_port_state(port) )  exit(0);sig = get_kb_item("www/hmap/" + port + "/description");if ( sig && "IIS" >!< sig ) exit(0);cgi = "/msadc/msadcs.dll";res = is_cgi_installed_ka(item:cgi, port:port);if(res)security_hole(port);

⌨️ 快捷键说明

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