Lucene search
+L

Riverbed SteelCentral Detection Consolidation

🗓️ 30 Jun 2016 00:00:00Reported by Copyright (C) 2016 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 16 Views

Riverbed SteelCentral Version Report. This script consolidates the detected Riverbed SteelCentral version for further probes

Code
# SPDX-FileCopyrightText: 2016 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

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.105789");
  script_version("2025-12-17T05:46:28+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-12-17 05:46:28 +0000 (Wed, 17 Dec 2025)");
  script_tag(name:"creation_date", value:"2016-06-30 13:36:05 +0200 (Thu, 30 Jun 2016)");
  script_name("Riverbed SteelCentral Detection Consolidation");

  script_tag(name:"summary", value:"Consolidation of Riverbed SteelCentral detections.");

  script_tag(name:"qod_type", value:"remote_banner");

  script_category(ACT_GATHER_INFO);
  script_family("Product detection");
  script_copyright("Copyright (C) 2016 Greenbone AG");
  script_dependencies("gb_riverbed_steelcentral_http_detect.nasl",
                      "gb_riverbed_steelcentral_ssh_detect.nasl");
  script_mandatory_keys("riverbed/SteelCentral/detected");
  exit(0);
}

include("host_details.inc");
include("os_func.inc");

source = "http";

if( ! version = get_kb_item( "riverbed/SteelCentral/" + source + "/version" ) ) {
  source = "ssh";
  if( ! version = get_kb_item( "riverbed/SteelCentral/" + source + "/version" ) )
    exit( 0 );
}

report_version = version;
report_app = "Riverbed SteelCentral";

cpe = "cpe:/a:riverbed:steelcentral:" + version;

register_product( cpe:cpe, location:source, service:"consolidated_version" );
set_kb_item( name:"riverbed/SteelCentral/installed", value:TRUE );

model = get_kb_item( "riverbed/SteelCentral/" + source + "/model" );
if( model ) {
  set_kb_item( name:"riverbed/SteelCentral/model", value:model );
  report_app += " (" + model + ")";
}

release = get_kb_item( "riverbed/SteelCentral/" + source + "/release" );
if( release ) {
  set_kb_item( name:"riverbed/SteelCentral/release", value:release );
  report_version += " (" + release + ")";
}

os_register_and_report( os:"Riverbed Optimization System (RiOS)", cpe:"cpe:/o:riverbed:riverbed_optimization_system", desc:"Riverbed SteelCentral Version Report", runs_key:"unixoide" );

report = build_detection_report( app:report_app, version:report_version, install:source, cpe:cpe, extra:'\nDetection source: ' + source );

log_message( port:0, 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