Lucene search
+L

Host Summary

🗓️ 10 Aug 2010 00:00:00Reported by Copyright (c) 2010 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 14 Views

This NVT summarizes technical information about the scanned host collected during the scan

Code
###############################################################################
# OpenVAS Vulnerability Test
# $Id: host_summary.nasl 5388 2017-02-21 15:13:30Z teissa $
#
# Host Summary
#
# Authors:
# Michael Wiegand <[email protected]>
#
# Copyright:
# Copyright (c) 2010 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################

tag_summary = "This NVT summarizes technical information about the scanned host
collected during the scan.";

if(description)
{
  script_id(810003);
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:N");
 script_version("$Revision: 5388 $");
  script_tag(name:"last_modification", value:"$Date: 2017-02-21 16:13:30 +0100 (Tue, 21 Feb 2017) $");
  script_tag(name:"creation_date", value:"2010-08-10 14:49:09 +0200 (Tue, 10 Aug 2010)");
  script_tag(name:"cvss_base", value:"0.0");
  script_name("Host Summary");
  script_category(ACT_END);
  script_tag(name:"qod_type", value:"remote_banner");
  script_copyright("Copyright (c) 2010 Greenbone Networks GmbH");
  script_family("General");
  script_dependencies("secspace_traceroute.nasl", "secpod_open_tcp_ports.nasl");
  script_tag(name : "summary" , value : tag_summary);
  exit(0);
}

report = "traceroute:";
route = get_kb_item("traceroute/route");
if (route)
{
  report += route;
}
report += '\n';

report += "TCP ports:";
ports = get_kb_item("Ports/open/tcp");
if (ports)
{
  report += ports;
}
report += '\n';

report += "UDP ports:";
ports = get_kb_item("Ports/open/udp");
if (ports)
{
  report += ports;
}
report += '\n';

log_message (proto: "HOST-T", data: report);

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

21 Feb 2017 00:00Current
7High risk
Vulners AI Score7
14