Windows Server Update Services (WSUS) Detection
| Source | Link |
|---|---|
| microsoft | www.microsoft.com/windowsserversystem/updateservices/default.mspx |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(20377);
script_version("1.11");
script_cvs_date("Date: 2020/01/22");
script_name(english:"Windows Server Update Services (WSUS) Detection");
script_set_attribute(attribute:"synopsis", value:
"The remote host appears to be running Windows Server Update Services." );
script_set_attribute(attribute:"description", value:
"This product is used to deploy easily and quickly latest Microsoft
product updates." );
script_set_attribute(attribute:"see_also", value:"http://www.microsoft.com/windowsserversystem/updateservices/default.mspx" );
script_set_attribute(attribute:"risk_factor", value:"None" );
script_set_attribute(attribute:"solution", value:"n/a" );
script_set_attribute(attribute:"plugin_publication_date", value: "2006/01/04");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value:"cpe:/o:microsoft:windows");
script_set_attribute(attribute:"asset_inventory", value:"True");
script_set_attribute(attribute:"hardware_inventory", value:"True");
script_set_attribute(attribute:"os_identification", value:"True");
script_end_attributes();
script_summary(english:"Checks for WSUS console");
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2006-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_family(english:"Service detection");
script_dependencie("http_version.nasl");
script_require_ports("Services/www", 80, 8530);
exit(0);
}
#
# The script code starts here
#
include("http_func.inc");
include("http_keepalive.inc");
ports = get_kb_list ("Services/www");
if (isnull(ports))
ports = make_list (8530);
else
ports = make_list (8530, ports);
foreach port (ports)
{
if(get_port_state(port))
{
req = http_get(item:"/Wsusadmin/Errors/BrowserSettings.aspx", port:port);
r = http_keepalive_send_recv(port:port, data:req);
if( r == NULL )exit(0);
if ( egrep (pattern:'<title>Windows Server Update Services error</title>.*href="/WsusAdmin/Common/Common.css"', string:r) ||
egrep (pattern:'<div class="CurrentNavigation">Windows Server Update Services error</div>', string:r) )
{
security_note(port);
}
}
}
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
22 Jan 2020 00:00Current
5.4Medium risk
Vulners AI Score5.4