File: test.nasl

package info (click to toggle)
openvas-scanner 23.41.6-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 22,704 kB
  • sloc: ansic: 41,704; xml: 6,252; pascal: 3,723; yacc: 1,287; sh: 1,101; sql: 388; makefile: 333; javascript: 12
file content (12 lines) | stat: -rw-r--r-- 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# SPDX-FileCopyrightText: 2023 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-or-later WITH x11vnc-openssl-exception

if (description) {
  script_oid("1");
  exit(0);
}
include("test.inc");
exit(1);