Intelbras NCLOUD Devices Detection (HTTP)
🗓️ 29 Nov 2018 00:00:00Reported by Copyright (C) 2018 Greenbone AGType
openvas🔗 plugins.openvas.org👁 14 Views
| Source | Link |
|---|---|
| en | www.en.intelbras.com.br/ |
# SPDX-FileCopyrightText: 2018 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
CPE = "cpe:/a:embedthis:goahead";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.108491");
script_version("2025-03-20T05:38:32+0000");
script_tag(name:"cvss_base", value:"0.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:N");
script_tag(name:"last_modification", value:"2025-03-20 05:38:32 +0000 (Thu, 20 Mar 2025)");
script_tag(name:"creation_date", value:"2018-11-29 09:14:30 +0100 (Thu, 29 Nov 2018)");
script_name("Intelbras NCLOUD Devices Detection (HTTP)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2018 Greenbone AG");
script_family("Product detection");
script_dependencies("gb_embedthis_goahead_http_detect.nasl");
script_require_ports("Services/www", 8080);
script_mandatory_keys("embedthis/goahead/http/detected");
script_xref(name:"URL", value:"http://en.intelbras.com.br");
script_tag(name:"summary", value:"HTTP based detection of Intelbras NCLOUD devices.");
script_tag(name:"qod_type", value:"remote_banner");
exit(0);
}
include("http_func.inc");
include("http_keepalive.inc");
include("host_details.inc");
include("os_func.inc");
# nb: No get_app_location() as goahead is only used within this product and there is no point
# in linking to the detection of it.
if( ! port = get_app_port( cpe:CPE, service: "www" ) )
exit( 0 );
buf = http_get_cache( item:"/login.asp", port:port );
if( buf =~ "^HTTP/1\.[01] 200" && buf =~ "<title>Roteador NCLOUD" && "nbox/logo.png" >< buf ) {
set_kb_item( name:"intelbras/ncloud/detected", value:TRUE );
set_kb_item( name:"intelbras/ncloud/www/detected", value:TRUE );
fw_version = "unknown";
os_app = "Intelbras NCLOUD ";
os_cpe = "cpe:/o:intelbras:ncloud_";
hw_version = "unknown";
hw_app = "Intelbras NCLOUD ";
hw_cpe = "cpe:/h:intelbras:ncloud_";
model = "unknown";
install = "/";
# <title>Roteador NCLOUD 300</title>
mo = eregmatch( pattern:"<title>Roteador NCLOUD ([0-9]+)", string:buf );
if( mo[1] ) {
model = mo[1];
os_app += model + " Firmware";
os_cpe += model + "_firmware";
hw_app += model + " Device";
hw_cpe += model;
set_kb_item( name:"intelbras/ncloud/model", value:model );
} else {
os_app += "Unknown Model Firmware";
os_cpe += "unknown_model_firmware";
hw_app += " Unknown Model Device";
hw_cpe += "unknown_model";
}
os_register_and_report( os:os_app, cpe:os_cpe, banner_type:"Intelbras NCLOUD Device Login Page", port:port, desc:"Intelbras NCLOUD Devices Detection", runs_key:"unixoide" );
register_product( cpe:os_cpe, location:install, port:port, service:"www" );
register_product( cpe:hw_cpe, location:install, port:port, service:"www" );
report = build_detection_report( app:os_app,
version:fw_version,
concluded:mo[0],
install:install,
cpe:os_cpe );
report += '\n\n' + build_detection_report( app:hw_app,
skip_version:TRUE,
install:install,
cpe:hw_cpe );
log_message( port:port, data:report );
}
exit( 0 );
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
20 Mar 2025 00:00Current
7.4High risk
Vulners AI Score7.4