| Source | Link |
|---|---|
| nessus | www.nessus.org/u |
#
# (C) Tenable Network Security, Inc.
#
include('compat.inc');
if (description)
{
script_id(56165);
script_version("1.5");
script_cvs_date("Date: 2019/11/25");
script_name(english:"HP Client Automation Satellite Web Console Detection");
script_summary(english:"Checks for HP Client Automation Satellite Web Console");
script_set_attribute(attribute:"synopsis", value:"A web-based management interface was detected on the remote host.");
script_set_attribute(attribute:"description", value:
"HP Client Automation Satellite, the portion of HP Client Automation
that is installed on client systems, was detected on the remote host.
This is used for managing client devices.");
# http://www8.hp.com/us/en/software/enterprise-software.html?zn=bto&cp=1-11-271-272_4000_100__
script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?d63486ab");
script_set_attribute(attribute:"solution", value:"n/a");
script_set_attribute(attribute:"risk_factor", value:"None");
script_set_attribute(attribute:"plugin_publication_date", value:"2011/09/12");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value:"cpe:/a:hp:client_automation_satellite");
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) 2011-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
script_dependencies("http_version.nasl");
script_exclude_keys("Settings/disable_cgi_scanning");
script_require_ports("Services/www", 3466);
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
include("http.inc");
include("webapp_func.inc");
port = get_http_port(default:3466);
# The login page should always be located at /sm and uses 'HTTP Basic' authentication
res = http_send_recv3(method:"GET", item:'/sm', port:port, exit_on_fail:TRUE);
if (
'WWW-Authenticate: Basic' >< res[1] &&
'HPCA Satellite' >< res[1]
)
{
install = add_install(dir:'/', appname:'hp_client_automation_satellite', port:port, cpe: "cpe:/a:hp:client_automation_satellite");
if (report_verbosity > 0)
{
report = get_install_report(
display_name:'HP Client Automation Satellite',
installs:install,
item:'/sm',
port:port
);
security_note(port:port, extra:report);
}
else security_note(port);
}
else exit(0, 'HP Client Automation Satellite wasn\'t detected on port '+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