#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if(description)
{
script_id(35705);
script_version("1.5");
script_name(english:"SMB Registry : Starting the Registry Service during the scan failed");
script_set_attribute(attribute:"synopsis", value: "The registry service could not be enabled for the duration of the scan.");
script_set_attribute(
attribute:"description",
value:
"To perform a full credentialed scan, Nessus needs the ability to
connect to the remote registry service (RemoteRegistry).
Nessus attempted to start the service but failed, therefore OS
security patch assessment of the remote host will not be complete." );
script_set_attribute(attribute:"risk_factor", value:"None");
script_set_attribute(attribute:"solution", value:"n/a");
script_set_attribute(attribute:"plugin_publication_date", value: "2009/02/18");
script_set_attribute(attribute:"plugin_modification_date", value:"2021/07/12");
script_set_attribute(attribute:"plugin_type", value:"local");
script_end_attributes();
script_summary(english:"Determines whether the remote registry service is running");
script_category(ACT_GATHER_INFO);
script_copyright(english:"This script is Copyright (C) 2009-2021 Tenable Network Security, Inc.");
script_family(english:"Settings");
script_dependencies("start_registry_svc.nasl");
script_require_keys("SMB/start_registry/failed");
exit(0);
}
err = get_kb_item("SMB/start_registry/failed");
if ( err ) security_note(port:0, extra:'\nThe following error occurred :\n\n'+err);
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