Lucene search
K

OpenVAS TCP scanner

🗓️ 14 Jan 2011 00:00:00Reported by (C) 2004 Michel Arboi <[email protected]>Type 
openvas
 openvas
🔗 plugins.openvas.org👁 45 Views

This plugin is a classical TCP port scanner. It grabs any available banner for the service identification plugins. TCP scanners are more intrusive than SYN (half open) scanners

Code
###############################################################################
# OpenVAS Vulnerability Test
# $Id: openvas_tcp_scanner.nasl 7006 2017-08-25 11:51:20Z teissa $
#
# Wrapper for calling built-in NVT "openvas_tcp_scanner" which was previously
# a binary ".nes".
#
# Authors:
# Jan-Oliver Wagner <[email protected]>
#
# Copyright:
# Copyright (c) 2011 Greenbone Networks GmbH
#
# 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.
###############################################################################

if (description)
{
 script_id(10335);
 script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:N");
 script_version("$Revision: 7006 $");
 script_tag(name:"last_modification", value:"$Date: 2017-08-25 13:51:20 +0200 (Fri, 25 Aug 2017) $");
 script_tag(name:"creation_date", value:"2011-01-14 10:12:23 +0100 (Fri, 14 Jan 2011)");
 script_tag(name:"cvss_base", value:"0.0");
 script_name("OpenVAS TCP scanner");
 script_tag(name:"qod_type", value:"general_note");
 script_category(ACT_SCANNER);
 script_family("Port scanners");
 script_copyright("(C) 2004 Michel Arboi <[email protected]>");

 script_dependencies("ping_host.nasl");

 script_timeout(4*360);

 script_tag(name : "summary" , value : "This plugin is a classical TCP port scanner
It shall be reasonably quick even against a firewalled target.

Once a TCP connection is open, it grabs any available banner
for the service identification plugins

Note that TCP scanners are more intrusive than
SYN (half open) scanners.");
 exit(0);
}

plugin_run_openvas_tcp_scanner();

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