##
# (C) Tenable Network Security, Inc.
##
include('compat.inc');
if (description)
{
script_id(50541);
script_version("1.7");
script_set_attribute(attribute:"plugin_modification_date", value:"2021/03/22");
script_name(english:"HP Systems Insight Manager Detection");
script_summary(english:"Checks for HP Systems Insight Manager");
script_set_attribute(attribute:"synopsis", value:
"The remote host is running a web application for remotely managing
systems.");
script_set_attribute(attribute:"description", value:
"HP Systems Insight Manager, a web-based application for managing
remote systems, is installed on the remote host.");
script_set_attribute(attribute:"see_also", value:"http://h18000.www1.hp.com/products/servers/management/hpsim/index.html");
script_set_attribute(attribute:"solution", value:"n/a");
script_set_attribute(attribute:"risk_factor", value:"None");
script_set_attribute(attribute:"plugin_publication_date", value:"2010/11/10");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value:"cpe:/a:hp:systems_insight_manager");
script_set_attribute(attribute:"asset_inventory", value:"True");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"CGI abuses");
script_copyright(english:"This script is Copyright (C) 2010-2021 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("http_version.nasl");
script_require_ports("Services/www", 50000);
exit(0);
}
include('http.inc');
include('webapp_func.inc');
port = get_http_port(default:50000);
installs = NULL;
res = http_get_cache(item:'/', port:port, exit_on_fail:TRUE);
if ('<title>HPE Systems Insight Manager</title>' >< res ||
'<title>HP Systems Insight Manager</title>' >< res)
{
installs = add_install(
installs:installs,
dir:'/',
appname:'hp_insight_manager',
port:port,
cpe: "cpe:/a:hp:systems_insight_manager"
);
}
if (isnull(installs)) exit(0, "HP Systems Insight Manager wasn't detected on port "+port+".");
if (report_verbosity > 0)
{
# Note the 'item' argument can be omitted since the application was detected in '/'
report = get_install_report(
display_name:'HP Systems Insight Manager',
installs:installs,
port:port
);
security_note(port:port, extra:report);
}
else 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