From cb4b46bd53c2937ff58558169edf67da91c12d13 Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 9 Jun 2016 22:46:42 +0000 Subject: [PATCH] Canonicalize authors as tables instead of comma-separated strings --- nselib/ajp.lua | 2 +- nselib/amqp.lua | 2 +- nselib/anyconnect.lua | 2 +- nselib/bittorrent.lua | 2 +- nselib/bjnp.lua | 2 +- nselib/brute.lua | 2 +- nselib/creds.lua | 2 +- nselib/data/packetdecoders.lua | 2 +- nselib/dhcp.lua | 2 +- nselib/dhcp6.lua | 2 +- nselib/dnsbl.lua | 2 +- nselib/drda.lua | 2 +- nselib/eap.lua | 2 +- nselib/eigrp.lua | 2 +- nselib/giop.lua | 2 +- nselib/gps.lua | 2 +- nselib/iax2.lua | 2 +- nselib/imap.lua | 3 ++- nselib/informix.lua | 2 +- nselib/iscsi.lua | 2 +- nselib/isns.lua | 2 +- nselib/json.lua | 4 +++- nselib/membase.lua | 2 +- nselib/mobileme.lua | 2 +- nselib/mssql.lua | 3 ++- nselib/mysql.lua | 2 +- nselib/natpmp.lua | 2 +- nselib/nrpc.lua | 2 +- nselib/ospf.lua | 2 +- nselib/pgsql.lua | 2 +- nselib/pppoe.lua | 2 +- nselib/rdp.lua | 2 +- nselib/redis.lua | 2 +- nselib/rpc.lua | 2 +- nselib/rpcap.lua | 2 +- nselib/rsync.lua | 2 +- nselib/sip.lua | 2 +- nselib/socks.lua | 2 +- nselib/sslcert.lua | 2 +- nselib/stun.lua | 2 +- nselib/tls.lua | 2 +- nselib/tns.lua | 2 +- nselib/upnp.lua | 3 ++- nselib/versant.lua | 2 +- nselib/vnc.lua | 2 +- nselib/vulns.lua | 3 ++- nselib/vuzedht.lua | 2 +- nselib/wsdd.lua | 2 +- nselib/xdmcp.lua | 2 +- scripts/asn-query.nse | 2 +- scripts/bacnet-info.nse | 2 +- scripts/broadcast-dropbox-listener.nse | 2 +- scripts/db2-das-info.nse | 2 +- scripts/dns-nsec3-enum.nse | 2 +- scripts/ftp-anon.nse | 2 +- scripts/http-affiliate-id.nse | 2 +- scripts/http-enum.nse | 2 +- scripts/http-form-brute.nse | 2 +- scripts/http-form-fuzzer.nse | 2 +- scripts/http-iis-short-name-brute.nse | 2 +- scripts/http-iis-webdav-vuln.nse | 2 +- scripts/http-passwd.nse | 2 +- scripts/http-php-version.nse | 2 +- scripts/http-slowloris.nse | 2 +- scripts/http-sql-injection.nse | 2 +- scripts/http-vuln-cve2011-3368.nse | 2 +- scripts/http-vuln-cve2012-1823.nse | 2 +- scripts/http-vuln-cve2013-7091.nse | 2 +- scripts/http-vuln-wnr1000-creds.nse | 2 +- scripts/ipv6-multicast-mld-list.nse | 2 +- scripts/irc-botnet-channels.nse | 2 +- scripts/irc-info.nse | 2 +- scripts/irc-unrealircd-backdoor.nse | 2 +- scripts/knx-gateway-discover.nse | 2 +- scripts/knx-gateway-info.nse | 2 +- scripts/lltd-discovery.nse | 2 +- scripts/mcafee-epo-agent.nse | 2 +- scripts/ms-sql-info.nse | 2 +- scripts/nbstat.nse | 2 +- scripts/nfs-ls.nse | 2 +- scripts/nfs-statfs.nse | 2 +- scripts/pop3-brute.nse | 2 +- scripts/rdp-vuln-ms12-020.nse | 2 +- scripts/snmp-brute.nse | 2 +- scripts/snmp-interfaces.nse | 2 +- scripts/snmp-ios-config.nse | 2 +- scripts/ssh-hostkey.nse | 2 +- scripts/ssl-date.nse | 2 +- scripts/ssl-enum-ciphers.nse | 2 +- scripts/targets-ipv6-multicast-echo.nse | 2 +- scripts/targets-ipv6-multicast-invalid-dst.nse | 2 +- scripts/targets-ipv6-multicast-mld.nse | 2 +- scripts/targets-ipv6-multicast-slaac.nse | 2 +- scripts/telnet-encryption.nse | 2 +- scripts/weblogic-t3-info.nse | 2 +- 95 files changed, 101 insertions(+), 95 deletions(-) diff --git a/nselib/ajp.lua b/nselib/ajp.lua index b6073a4bc..0e1d4a432 100644 --- a/nselib/ajp.lua +++ b/nselib/ajp.lua @@ -12,7 +12,7 @@ _ENV = stdnse.module("ajp", stdnse.seeall) -- A basic AJP 1.3 implementation based on documentation available from Apache -- mod_proxy_ajp; http://httpd.apache.org/docs/2.2/mod/mod_proxy_ajp.html -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- AJP = { diff --git a/nselib/amqp.lua b/nselib/amqp.lua index 2f2e505d8..ae64876ea 100644 --- a/nselib/amqp.lua +++ b/nselib/amqp.lua @@ -15,7 +15,7 @@ -- -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html --- @author "Sebastian Dragomir " +-- @author Sebastian Dragomir -- Version 0.1 diff --git a/nselib/anyconnect.lua b/nselib/anyconnect.lua index ff86abc38..f3a9fa86f 100644 --- a/nselib/anyconnect.lua +++ b/nselib/anyconnect.lua @@ -1,7 +1,7 @@ --- -- This library implements HTTP requests used by the Cisco AnyConnect VPN Client -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- -- @args anyconnect.group AnyConnect tunnel group (default: VPN) -- @args anyconnect.mac MAC address of connecting client (default: random MAC) diff --git a/nselib/bittorrent.lua b/nselib/bittorrent.lua index 0190b8e5c..80a7279d2 100644 --- a/nselib/bittorrent.lua +++ b/nselib/bittorrent.lua @@ -19,7 +19,7 @@ -- After these operations the peers and nodes can be found in torrent.peers and -- torrent.nodes tables respectively -- --- @author "Gorjan Petrovski" +-- @author Gorjan Petrovski -- @license "Same as Nmap--See https://nmap.org/book/man-legal.html" -- diff --git a/nselib/bjnp.lua b/nselib/bjnp.lua index d1041b0af..dc06b72f8 100644 --- a/nselib/bjnp.lua +++ b/nselib/bjnp.lua @@ -5,7 +5,7 @@ -- The implementation is pretty much based on Wireshark decoded messages -- the cups-bjnp implementation and the usual guesswork. -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- local bin = require("bin") diff --git a/nselib/brute.lua b/nselib/brute.lua index d32d11f76..27534fe2c 100644 --- a/nselib/brute.lua +++ b/nselib/brute.lua @@ -161,7 +161,7 @@ -- (default: 0 (unlimited)). The argument can be used to prevent account -- lockouts. -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html -- diff --git a/nselib/creds.lua b/nselib/creds.lua index 0f481a2db..62a7092ad 100644 --- a/nselib/creds.lua +++ b/nselib/creds.lua @@ -91,7 +91,7 @@ -- Credentials.getCredentials for [service]. E.g. -- creds.http=admin:password -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html -- Version 0.5 diff --git a/nselib/data/packetdecoders.lua b/nselib/data/packetdecoders.lua index 8a70c5f64..40260c347 100644 --- a/nselib/data/packetdecoders.lua +++ b/nselib/data/packetdecoders.lua @@ -48,7 +48,7 @@ local target = require "target" -- x Spotify -- -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html -- Version 0.2 diff --git a/nselib/dhcp.lua b/nselib/dhcp.lua index 5894871e6..871e5b528 100644 --- a/nselib/dhcp.lua +++ b/nselib/dhcp.lua @@ -5,7 +5,7 @@ -- which have a trivial one-function interface, can send out DHCP packets of many -- types and parse the responses. -- --- @author "Ron Bowes" +-- @author Ron Bowes -- -- 2011-12-28 - Revised by Patrik Karlsson diff --git a/nselib/dhcp6.lua b/nselib/dhcp6.lua index 2d8f8365b..f1ea45ca2 100644 --- a/nselib/dhcp6.lua +++ b/nselib/dhcp6.lua @@ -18,7 +18,7 @@ -- end -- -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- local bin = require "bin" diff --git a/nselib/dnsbl.lua b/nselib/dnsbl.lua index c37f9a188..885ed6506 100644 --- a/nselib/dnsbl.lua +++ b/nselib/dnsbl.lua @@ -15,7 +15,7 @@ -- ... formatting code ... -- -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- local bit = require "bit" diff --git a/nselib/drda.lua b/nselib/drda.lua index 289f49868..36cef563f 100644 --- a/nselib/drda.lua +++ b/nselib/drda.lua @@ -45,7 +45,7 @@ -- http://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/topic/com.ibm.db29.doc.drda/db2z_drda.htm. -- -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- -- diff --git a/nselib/eap.lua b/nselib/eap.lua index 1031a46a0..81fc90fc4 100644 --- a/nselib/eap.lua +++ b/nselib/eap.lua @@ -28,7 +28,7 @@ -- -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html -- --- @author "Riccardo Cecolin " +-- @author Riccardo Cecolin -- local bin = require "bin" diff --git a/nselib/eigrp.lua b/nselib/eigrp.lua index 09b2da49c..bd25dbfd8 100644 --- a/nselib/eigrp.lua +++ b/nselib/eigrp.lua @@ -1,6 +1,6 @@ --- A library supporting parsing and generating a limited subset of the Cisco' EIGRP packets. -- --- @author "Hani Benhabiles" +-- @author Hani Benhabiles -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html -- Version 0.1 -- 19/07/2012 - First version. diff --git a/nselib/giop.lua b/nselib/giop.lua index 644c0b12d..09d349b24 100644 --- a/nselib/giop.lua +++ b/nselib/giop.lua @@ -45,7 +45,7 @@ -- x Sun's JAVA orbd -- -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- -- diff --git a/nselib/gps.lua b/nselib/gps.lua index beec2101a..ae9f4b1fb 100644 --- a/nselib/gps.lua +++ b/nselib/gps.lua @@ -8,7 +8,7 @@ _ENV = stdnse.module("gps", stdnse.seeall) -- A smallish gps parsing module. -- Currently does GPRMC NMEA decoding -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- -- diff --git a/nselib/iax2.lua b/nselib/iax2.lua index f1b8481f5..185032890 100644 --- a/nselib/iax2.lua +++ b/nselib/iax2.lua @@ -2,7 +2,7 @@ -- A minimalistic Asterisk IAX2 (Inter-Asterisk eXchange v2) VoIP protocol implementation. -- The library implements the minimum needed to perform brute force password guessing. -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- local bin = require "bin" diff --git a/nselib/imap.lua b/nselib/imap.lua index 2d63dadc8..d5dcd3823 100644 --- a/nselib/imap.lua +++ b/nselib/imap.lua @@ -17,7 +17,8 @@ -- -- -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html --- @author = "Brandon Enright, Patrik Karlsson" +-- @author Brandon Enright +-- @author Patrik Karlsson -- Version 0.2 -- Revised 07/15/2011 - v0.2 - added the IMAP and Helper classes diff --git a/nselib/informix.lua b/nselib/informix.lua index c8035f407..404f05261 100644 --- a/nselib/informix.lua +++ b/nselib/informix.lua @@ -60,7 +60,7 @@ -- x IBM Informix Dynamic Server xxx 32-bit on Windows 2003 -- -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- -- @args informix.instance specifies the Informix instance to connect to diff --git a/nselib/iscsi.lua b/nselib/iscsi.lua index 1c9666740..f84848ab0 100644 --- a/nselib/iscsi.lua +++ b/nselib/iscsi.lua @@ -25,7 +25,7 @@ -- ** The purpose of the class is to provide easy access to common iSCSI task -- -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html -- Version 0.2 diff --git a/nselib/isns.lua b/nselib/isns.lua index b0042b18e..ba4c55826 100644 --- a/nselib/isns.lua +++ b/nselib/isns.lua @@ -1,7 +1,7 @@ --- -- A minimal Internet Storage Name Service (iSNS) implementation -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- local bin = require('bin') diff --git a/nselib/json.lua b/nselib/json.lua index 520b6702d..8be63e069 100644 --- a/nselib/json.lua +++ b/nselib/json.lua @@ -12,7 +12,9 @@ -- undefined.) NULL values in JSON are represented by -- the special value json.NULL. -- --- @author Martin Holst Swende (originally), David Fifield, Patrick Donnelly +-- @author Martin Holst Swende +-- @author David Fifield +-- @author Patrick Donnelly -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html -- Version 0.4 diff --git a/nselib/membase.lua b/nselib/membase.lua index 35024dd75..c361517bc 100644 --- a/nselib/membase.lua +++ b/nselib/membase.lua @@ -6,7 +6,7 @@ -- @args membase.authmech SASL authentication mechanism to use. Default and -- currently supported: PLAIN -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- diff --git a/nselib/mobileme.lua b/nselib/mobileme.lua index eddce6961..34b4fec50 100644 --- a/nselib/mobileme.lua +++ b/nselib/mobileme.lua @@ -8,7 +8,7 @@ _ENV = stdnse.module("mobileme", stdnse.seeall) -- A MobileMe web service client that allows discovering Apple devices -- using the "find my iPhone" functionality. -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- MobileMe = { diff --git a/nselib/mssql.lua b/nselib/mssql.lua index f6d08aa5e..7e9f9dc40 100644 --- a/nselib/mssql.lua +++ b/nselib/mssql.lua @@ -60,7 +60,8 @@ -- -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html -- --- @author "Patrik Karlsson , Chris Woodbury" +-- @author Patrik Karlsson +-- @author Chris Woodbury -- -- @args mssql.username The username to use to connect to SQL Server instances. -- This username is used by scripts taking actions that require diff --git a/nselib/mysql.lua b/nselib/mysql.lua index 2c6b9b69d..ec18f4c0b 100644 --- a/nselib/mysql.lua +++ b/nselib/mysql.lua @@ -5,7 +5,7 @@ -- -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson local bin = require "bin" local bit = require "bit" diff --git a/nselib/natpmp.lua b/nselib/natpmp.lua index 088dbde94..1dcaf2655 100644 --- a/nselib/natpmp.lua +++ b/nselib/natpmp.lua @@ -4,7 +4,7 @@ -- o http://tools.ietf.org/html/draft-cheshire-nat-pmp-03 -- -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- local bin = require "bin" local ipOps = require "ipOps" diff --git a/nselib/nrpc.lua b/nselib/nrpc.lua index 6de5123a9..30850fdbd 100644 --- a/nselib/nrpc.lua +++ b/nselib/nrpc.lua @@ -29,7 +29,7 @@ -- -- -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- -- diff --git a/nselib/ospf.lua b/nselib/ospf.lua index ca72bac10..9e29a5d2b 100644 --- a/nselib/ospf.lua +++ b/nselib/ospf.lua @@ -4,7 +4,7 @@ -- -- The library consists of an OSPF class that contains code to handle OSPFv2 packets. -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html local bin = require "bin" diff --git a/nselib/pgsql.lua b/nselib/pgsql.lua index acab51b10..32922d203 100644 --- a/nselib/pgsql.lua +++ b/nselib/pgsql.lua @@ -10,7 +10,7 @@ -- * http://developer.postgresql.org/pgdocs/postgres/protocol-message-formats.html -- -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html --- @author "Patrik Karlsson " +-- @author Patrik Karlsson local bin = require "bin" local nmap = require "nmap" diff --git a/nselib/pppoe.lua b/nselib/pppoe.lua index 075941dc7..a124c8277 100644 --- a/nselib/pppoe.lua +++ b/nselib/pppoe.lua @@ -18,7 +18,7 @@ -- and the library. -- -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- local bin = require "bin" diff --git a/nselib/rdp.lua b/nselib/rdp.lua index 6bda54829..11abb82a1 100644 --- a/nselib/rdp.lua +++ b/nselib/rdp.lua @@ -3,7 +3,7 @@ -- and cipher support. -- -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html -- diff --git a/nselib/redis.lua b/nselib/redis.lua index a3a59df51..508124935 100644 --- a/nselib/redis.lua +++ b/nselib/redis.lua @@ -1,6 +1,6 @@ --- A minimalistic Redis (in-memory key-value data store) library. -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson local match = require "match" local nmap = require "nmap" diff --git a/nselib/rpc.lua b/nselib/rpc.lua index 297130f53..8d8dfa350 100644 --- a/nselib/rpc.lua +++ b/nselib/rpc.lua @@ -68,7 +68,7 @@ -- -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- -- @args nfs.version number If set overrides the detected version of nfs -- @args mount.version number If set overrides the detected version of mountd diff --git a/nselib/rpcap.lua b/nselib/rpcap.lua index 41f0c146b..1c82f78c0 100644 --- a/nselib/rpcap.lua +++ b/nselib/rpcap.lua @@ -22,7 +22,7 @@ -- -- For a more complete example, consult the rpcap-info.nse script. -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson local bin = require "bin" diff --git a/nselib/rsync.lua b/nselib/rsync.lua index d32f84a4a..c83971249 100644 --- a/nselib/rsync.lua +++ b/nselib/rsync.lua @@ -1,7 +1,7 @@ --- -- A minimalist RSYNC (remote file sync) library -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson local base64 = require "base64" local bin = require "bin" diff --git a/nselib/sip.lua b/nselib/sip.lua index ffb760eb6..d1f986fb1 100644 --- a/nselib/sip.lua +++ b/nselib/sip.lua @@ -28,7 +28,7 @@ -- - A class containing code used as a primary interface by scripts -- -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html -- -- @args sip.timeout - specifies the session (socket) timeout in seconds diff --git a/nselib/socks.lua b/nselib/socks.lua index b8d19aa69..a48d347df 100644 --- a/nselib/socks.lua +++ b/nselib/socks.lua @@ -1,7 +1,7 @@ --- -- A smallish SOCKS version 5 proxy protocol implementation -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- local bin = require "bin" diff --git a/nselib/sslcert.lua b/nselib/sslcert.lua index 0f70c1f51..052db2168 100644 --- a/nselib/sslcert.lua +++ b/nselib/sslcert.lua @@ -19,7 +19,7 @@ -- * VNC (TLS and VeNCrypt auth types) -- * XMPP -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson local asn1 = require "asn1" local bin = require "bin" diff --git a/nselib/stun.lua b/nselib/stun.lua index 7dae7b1b2..b54d030d6 100644 --- a/nselib/stun.lua +++ b/nselib/stun.lua @@ -6,7 +6,7 @@ -- @args stun.mode Mode container to use. Supported containers: "modern" -- (default) or "classic" -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- local bin = require "bin" diff --git a/nselib/tls.lua b/nselib/tls.lua index 9edfbd118..a28cd0b7e 100644 --- a/nselib/tls.lua +++ b/nselib/tls.lua @@ -4,7 +4,7 @@ -- These functions will build strings and process buffers. Socket communication -- is left to the script to implement. -- --- @author "Daniel Miller " +-- @author Daniel Miller local stdnse = require "stdnse" local bin = require "bin" diff --git a/nselib/tns.lua b/nselib/tns.lua index d622577de..98b98fbb4 100644 --- a/nselib/tns.lua +++ b/nselib/tns.lua @@ -67,7 +67,7 @@ -- please consult the matrix below. -- -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- -- @args tns.sid specifies the Oracle instance to connect to diff --git a/nselib/upnp.lua b/nselib/upnp.lua index d5ffedc0d..0edbb6bd8 100644 --- a/nselib/upnp.lua +++ b/nselib/upnp.lua @@ -27,7 +27,8 @@ -- -- -- --- @author "Thomas Buchanan, Patrik Karlsson " +-- @author Thomas Buchanan +-- @author Patrik Karlsson -- -- Version 0.1 diff --git a/nselib/versant.lua b/nselib/versant.lua index e1033643b..78f30525d 100644 --- a/nselib/versant.lua +++ b/nselib/versant.lua @@ -5,7 +5,7 @@ -- entirely based on packet dumps captured when using the Versant -- Management Center administration application. -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- local stdnse = require "stdnse" diff --git a/nselib/vnc.lua b/nselib/vnc.lua index 334cbf405..50feebd25 100644 --- a/nselib/vnc.lua +++ b/nselib/vnc.lua @@ -19,7 +19,7 @@ -- -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- Version 0.1 -- Created 07/07/2010 - v0.1 - created by Patrik Karlsson diff --git a/nselib/vulns.lua b/nselib/vulns.lua index 1049a9fb7..44c77ed2a 100644 --- a/nselib/vulns.lua +++ b/nselib/vulns.lua @@ -178,7 +178,8 @@ -- that are referenced by other objects to let the Lua garbage-collector -- collect these last objects. -- --- @author "Djalal Harouni" and "Henri Doreau" +-- @author Djalal Harouni +-- @author Henri Doreau -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html diff --git a/nselib/vuzedht.lua b/nselib/vuzedht.lua index b48ba2298..498aa1c61 100644 --- a/nselib/vuzedht.lua +++ b/nselib/vuzedht.lua @@ -18,7 +18,7 @@ -- o Helper - The helper class that serves as the main interface between -- scripts and the library. -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- local bin = require "bin" diff --git a/nselib/wsdd.lua b/nselib/wsdd.lua index 69f83f5c9..dad75e0d3 100644 --- a/nselib/wsdd.lua +++ b/nselib/wsdd.lua @@ -28,7 +28,7 @@ -- return stdnse.format_output( helper:discoverDevices() ) -- -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson -- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html -- diff --git a/nselib/xdmcp.lua b/nselib/xdmcp.lua index 51b6a8eca..12fa171aa 100644 --- a/nselib/xdmcp.lua +++ b/nselib/xdmcp.lua @@ -2,7 +2,7 @@ -- Implementation of the XDMCP (X Display Manager Control Protocol) based on: -- x http://www.xfree86.org/current/xdmcp.pdf -- --- @author "Patrik Karlsson " +-- @author Patrik Karlsson local bin = require "bin" local ipOps = require "ipOps" diff --git a/scripts/asn-query.nse b/scripts/asn-query.nse index f2e81f117..082499c82 100644 --- a/scripts/asn-query.nse +++ b/scripts/asn-query.nse @@ -39,7 +39,7 @@ server (your default DNS server, or whichever one you specified with the -- | Origin AS: 10565 SVCOLO-AS - Silicon Valley Colocation, Inc. -- |_ Peer AS: 174 2914 6461 -author = "jah, Michael Pattrick" +author = {"jah", "Michael Pattrick"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"discovery", "external", "safe"} diff --git a/scripts/bacnet-info.nse b/scripts/bacnet-info.nse index 1cef159c1..25bfe9a1e 100644 --- a/scripts/bacnet-info.nse +++ b/scripts/bacnet-info.nse @@ -49,7 +49,7 @@ http://digitalbond.com -author = "Stephen Hilt, Michael Toecker (Digital Bond)" +author = {"Stephen Hilt", "Michael Toecker"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"discovery", "version"} diff --git a/scripts/broadcast-dropbox-listener.nse b/scripts/broadcast-dropbox-listener.nse index d3a9bc972..c7fb4f617 100644 --- a/scripts/broadcast-dropbox-listener.nse +++ b/scripts/broadcast-dropbox-listener.nse @@ -36,7 +36,7 @@ output. -- 445/tcp open microsoft-ds -- 1047/tcp open neod1 -author = "Ron Bowes, Mak Kolybabi, Andrew Orr, Russ Tait Milne" +author = {"Ron Bowes", "Mak Kolybabi", "Andrew Orr", "Russ Tait Milne"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"broadcast", "safe"} diff --git a/scripts/db2-das-info.nse b/scripts/db2-das-info.nse index cda06d13f..a856df737 100644 --- a/scripts/db2-das-info.nse +++ b/scripts/db2-das-info.nse @@ -61,7 +61,7 @@ requested. -- | Dir_entry_type=INDIRECT -- |_Authentication=NOTSPEC -author = "Patrik Karlsson, Tom Sellers" +author = {"Patrik Karlsson", "Tom Sellers"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" diff --git a/scripts/dns-nsec3-enum.nse b/scripts/dns-nsec3-enum.nse index 02f3ffb04..c1359020f 100644 --- a/scripts/dns-nsec3-enum.nse +++ b/scripts/dns-nsec3-enum.nse @@ -70,7 +70,7 @@ References: -- | nexthash 430456af8svfvl98l66shhrgucoip7mi mges520acstgaviekurg3oksh9u31bmb -- |_ Total hashes found: 8 -author = "Aleksandar Nikolic, John R. Bond" +author = {"Aleksandar Nikolic", "John R. Bond"} license = "Simplified (2-clause) BSD license--See https://nmap.org/svn/docs/licenses/BSD-simplified" categories = {"discovery", "intrusive"} diff --git a/scripts/ftp-anon.nse b/scripts/ftp-anon.nse index 59b2f1bd1..02dbc0fa4 100644 --- a/scripts/ftp-anon.nse +++ b/scripts/ftp-anon.nse @@ -30,7 +30,7 @@ and highlights writeable files. -- | drwxr-sr-x 2 1170 924 1024 Aug 5 2004 pub -- |_Only 6 shown. Use --script-args ftp-anon.maxlist=-1 to see all. -author = "Eddie Bell, Rob Nicholls, Ange Gutek, David Fifield" +author = {"Eddie Bell", "Rob Nicholls", "Ange Gutek", "David Fifield"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"default", "auth", "safe"} diff --git a/scripts/http-affiliate-id.nse b/scripts/http-affiliate-id.nse index 4fd325e47..4e5b36c7f 100644 --- a/scripts/http-affiliate-id.nse +++ b/scripts/http-affiliate-id.nse @@ -42,7 +42,7 @@ Supported IDs: -- | thisisphotobomb.memebase.com:80/ -- |_ memebase.com:80/ -author = "Hani Benhabiles, Daniel Miller, Patrick Donnelly" +author = {"Hani Benhabiles", "Daniel Miller", "Patrick Donnelly"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" diff --git a/scripts/http-enum.nse b/scripts/http-enum.nse index 25e1bf184..879ccbe01 100644 --- a/scripts/http-enum.nse +++ b/scripts/http-enum.nse @@ -73,7 +73,7 @@ database can specify their own criteria for accepting a page as valid. -- | /nfservlets/servlet/SPSRouterServlet/: netForensics -- |_ /nfservlets/servlet/SPSRouterServlet/: netForensics -author = "Ron Bowes, Andrew Orr, Rob Nicholls" +author = {"Ron Bowes", "Andrew Orr", "Rob Nicholls"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" diff --git a/scripts/http-form-brute.nse b/scripts/http-form-brute.nse index 3837cecab..1de18e283 100644 --- a/scripts/http-form-brute.nse +++ b/scripts/http-form-brute.nse @@ -102,7 +102,7 @@ the following rules: -- - added retry capability -- -author = "Patrik Karlsson, nnposter" +author = {"Patrik Karlsson", "nnposter"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"intrusive", "brute"} diff --git a/scripts/http-form-fuzzer.nse b/scripts/http-form-fuzzer.nse index bc2972d33..010763421 100644 --- a/scripts/http-form-fuzzer.nse +++ b/scripts/http-form-fuzzer.nse @@ -47,7 +47,7 @@ determine if the fuzzing was successful. -- defaults to 310000 -- -author = "Piotr Olma, Gioacchino Mazzurco" +author = {"Piotr Olma", "Gioacchino Mazzurco"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"fuzzer", "intrusive"} diff --git a/scripts/http-iis-short-name-brute.nse b/scripts/http-iis-short-name-brute.nse index 76894d5e0..6a5a603ee 100644 --- a/scripts/http-iis-short-name-brute.nse +++ b/scripts/http-iis-short-name-brute.nse @@ -45,7 +45,7 @@ References: -- |_ http://code.google.com/p/iis-shortname-scanner-poc/ --- -author = "Jesper Kueckelhahn, Paulino Calderon" +author = {"Jesper Kueckelhahn", "Paulino Calderon"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"intrusive", "brute"} diff --git a/scripts/http-iis-webdav-vuln.nse b/scripts/http-iis-webdav-vuln.nse index 8edd25d25..a8edda983 100644 --- a/scripts/http-iis-webdav-vuln.nse +++ b/scripts/http-iis-webdav-vuln.nse @@ -40,7 +40,7 @@ For more information on this vulnerability and script, see: -- @args basefolder The folder to start in; eg, "/web" will try "/web/xxx". ----------------------------------------------------------------------- -author = "Ron Bowes, Andrew Orr" +author = {"Ron Bowes", "Andrew Orr"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"vuln", "intrusive"} diff --git a/scripts/http-passwd.nse b/scripts/http-passwd.nse index a45d1f21b..01beefbd1 100644 --- a/scripts/http-passwd.nse +++ b/scripts/http-passwd.nse @@ -60,7 +60,7 @@ The script uses several technique: -- 08/2010: -- * Added Poison NULL Byte tests -author = "Kris Katterjohn, Ange Gutek" +author = {"Kris Katterjohn", "Ange Gutek"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" diff --git a/scripts/http-php-version.nse b/scripts/http-php-version.nse index 133c4b3e3..0d00605a6 100644 --- a/scripts/http-php-version.nse +++ b/scripts/http-php-version.nse @@ -37,7 +37,7 @@ Link: -- * Added a check on the http status when querying the server: -- if the http code is 200 (ok), proceed. (thanks to Tom Sellers who has reported this lack of check) -author = "Ange Gutek, Rob Nicholls" +author = {"Ange Gutek", "Rob Nicholls"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"discovery", "safe"} diff --git a/scripts/http-slowloris.nse b/scripts/http-slowloris.nse index d184b1862..28a475067 100644 --- a/scripts/http-slowloris.nse +++ b/scripts/http-slowloris.nse @@ -53,7 +53,7 @@ when run from Windows. -- | with 501 concurrent connections -- |_ and 441 sent queries -author = "Aleksandar Nikolic, Ange Gutek" +author = {"Aleksandar Nikolic", "Ange Gutek"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"dos", "intrusive"} diff --git a/scripts/http-sql-injection.nse b/scripts/http-sql-injection.nse index 760b5fefa..97a4b5739 100644 --- a/scripts/http-sql-injection.nse +++ b/scripts/http-sql-injection.nse @@ -24,7 +24,7 @@ virtually hosted sites. ]] -author = "Eddie Bell, Piotr Olma" +author = {"Eddie Bell", "Piotr Olma"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"intrusive", "vuln"} diff --git a/scripts/http-vuln-cve2011-3368.nse b/scripts/http-vuln-cve2011-3368.nse index c2952b557..82bf31943 100644 --- a/scripts/http-vuln-cve2011-3368.nse +++ b/scripts/http-vuln-cve2011-3368.nse @@ -44,7 +44,7 @@ References: -- @args http-vuln-cve2011-3368.prefix sets the path prefix (directory) to check for the vulnerability. -- -author = "Ange Gutek, Patrik Karlsson" +author = {"Ange Gutek", "Patrik Karlsson"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"intrusive", "vuln"} diff --git a/scripts/http-vuln-cve2012-1823.nse b/scripts/http-vuln-cve2012-1823.nse index 9bd23126e..b9a41a020 100644 --- a/scripts/http-vuln-cve2012-1823.nse +++ b/scripts/http-vuln-cve2012-1823.nse @@ -48,7 +48,7 @@ vulnerable installations. -- @args http-vuln-cve2012-1823.cmd CMD. Default: uname -a --- -author = "Paulino Calderon , Paul AMAR " +author = {"Paulino Calderon ", "Paul AMAR "} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"exploit","vuln","intrusive"} diff --git a/scripts/http-vuln-cve2013-7091.nse b/scripts/http-vuln-cve2013-7091.nse index 874d02a65..9d357492a 100644 --- a/scripts/http-vuln-cve2013-7091.nse +++ b/scripts/http-vuln-cve2013-7091.nse @@ -49,7 +49,7 @@ Then, send some payload to create the new mail account. -- @args http-vuln-cve2013-7091.uri URI. Default: /zimbra --- -author = "Paul AMAR , Ron Bowes" +author = {"Paul AMAR ", "Ron Bowes"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"exploit","vuln","intrusive"} diff --git a/scripts/http-vuln-wnr1000-creds.nse b/scripts/http-vuln-wnr1000-creds.nse index 2bcb298aa..ccd954b20 100644 --- a/scripts/http-vuln-wnr1000-creds.nse +++ b/scripts/http-vuln-wnr1000-creds.nse @@ -34,7 +34,7 @@ Vulnerability discovered by c1ph04. -- --- -author = "Paul AMAR , Rob Nicholls" +author = {"Paul AMAR ", "Rob Nicholls"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"exploit","vuln","intrusive"} diff --git a/scripts/ipv6-multicast-mld-list.nse b/scripts/ipv6-multicast-mld-list.nse index c6708b919..fff4eb42f 100644 --- a/scripts/ipv6-multicast-mld-list.nse +++ b/scripts/ipv6-multicast-mld-list.nse @@ -59,7 +59,7 @@ Multicast Address Space Registry have their descriptions listed. -- -- -author = "alegen, Daniel Miller" +author = {"alegen", "Daniel Miller"} license = "Same as Nmap--See http://nmap.org/book/man-legal.html" -- Technically multicast, not broadcast categories = {"broadcast", "discovery"} diff --git a/scripts/irc-botnet-channels.nse b/scripts/irc-botnet-channels.nse index fa678ef82..a98a8cbf8 100644 --- a/scripts/irc-botnet-channels.nse +++ b/scripts/irc-botnet-channels.nse @@ -27,7 +27,7 @@ script argument. The default list of channels is * RxBot ]] -author = "David Fifield, Ange Gutek" +author = {"David Fifield", "Ange Gutek"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" diff --git a/scripts/irc-info.nse b/scripts/irc-info.nse index 1e1a786ba..d3d2c5c34 100644 --- a/scripts/irc-info.nse +++ b/scripts/irc-info.nse @@ -37,7 +37,7 @@ It uses STATS, LUSERS, and other queries to obtain this information. -- source.example.com -- NONE or BLOCKED -author = "Doug Hoyte, Patrick Donnelly" +author = {"Doug Hoyte", "Patrick Donnelly"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" diff --git a/scripts/irc-unrealircd-backdoor.nse b/scripts/irc-unrealircd-backdoor.nse index 4df24a5b8..746ca5041 100644 --- a/scripts/irc-unrealircd-backdoor.nse +++ b/scripts/irc-unrealircd-backdoor.nse @@ -56,7 +56,7 @@ Reference: -- |_irc-unrealircd-backdoor: Looks like trojaned version of unrealircd. See http://seclists.org/fulldisclosure/2010/Jun/277 -- -author = "Vlatko Kosturjak, Ron Bowes" +author = {"Vlatko Kosturjak", "Ron Bowes"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"exploit", "intrusive", "malware", "vuln"} diff --git a/scripts/knx-gateway-discover.nse b/scripts/knx-gateway-discover.nse index 9cffeb0e0..49a3ba930 100644 --- a/scripts/knx-gateway-discover.nse +++ b/scripts/knx-gateway-discover.nse @@ -20,7 +20,7 @@ Further information: * http://www.knx.org/ ]] -author = "Niklaus Schiess , Dominik Schneider " +author = {"Niklaus Schiess ", "Dominik Schneider "} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"discovery", "safe", "broadcast"} diff --git a/scripts/knx-gateway-info.nse b/scripts/knx-gateway-info.nse index 6990a97e0..b2acd4ea9 100644 --- a/scripts/knx-gateway-info.nse +++ b/scripts/knx-gateway-info.nse @@ -13,7 +13,7 @@ Further information: * http://www.knx.org/ ]] -author = "Niklaus Schiess , Dominik Schneider " +author = {"Niklaus Schiess ", "Dominik Schneider "} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"default", "discovery", "safe"} portrule = shortport.port_or_service(3671, "efcp", "udp") diff --git a/scripts/lltd-discovery.nse b/scripts/lltd-discovery.nse index 9c7d46c28..d64241c62 100644 --- a/scripts/lltd-discovery.nse +++ b/scripts/lltd-discovery.nse @@ -40,7 +40,7 @@ http://www.microsoft.com/whdc/connect/Rally/LLTD-spec.mspx -- |_ Use the newtargets script-arg to add the results as targets -- -author = "Gorjan Petrovski, Hani Benhabiles" +author = {"Gorjan Petrovski", "Hani Benhabiles"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"broadcast","discovery","safe"} diff --git a/scripts/mcafee-epo-agent.nse b/scripts/mcafee-epo-agent.nse index 7a4a836cb..c7323caa1 100644 --- a/scripts/mcafee-epo-agent.nse +++ b/scripts/mcafee-epo-agent.nse @@ -18,7 +18,7 @@ Check if ePO agent is running on port 8081 or port identified as ePO Agent port. -- 8081/tcp open http McAfee ePolicy Orchestrator Agent 4.5.0.1852 (ePOServerName: EPOSERVER, AgentGuid: D2E157F4-B917-4D31-BEF0-32074BADF081) -- Service Info: Host: TESTSERVER -author = "Didier Stevens, Daniel Miller" +author = {"Didier Stevens", "Daniel Miller"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" diff --git a/scripts/ms-sql-info.nse b/scripts/ms-sql-info.nse index c718f8d67..59ebd4a88 100644 --- a/scripts/ms-sql-info.nse +++ b/scripts/ms-sql-info.nse @@ -144,7 +144,7 @@ be disabled using the mssql.scanned-ports-only script argument. -- broadcast-ms-sql-discovery.nse ) -- rev 1.6 (2014-09-04 - Added structured output Daniel Miller) -author = "Chris Woodbury, Thomas Buchanan" +author = {"Chris Woodbury", "Thomas Buchanan"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" diff --git a/scripts/nbstat.nse b/scripts/nbstat.nse index 4322b8739..39e88fc71 100644 --- a/scripts/nbstat.nse +++ b/scripts/nbstat.nse @@ -77,7 +77,7 @@ owns. -- -author = "Brandon Enright, Ron Bowes" +author = {"Brandon Enright", "Ron Bowes"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" -- Current version of this script was based entirely on Implementing CIFS, by diff --git a/scripts/nfs-ls.nse b/scripts/nfs-ls.nse index e43339e92..0dec40f6a 100644 --- a/scripts/nfs-ls.nse +++ b/scripts/nfs-ls.nse @@ -136,7 +136,7 @@ Recursive listing is not implemented. -- Revised 06/28/2010 - v0.8 - added NFSv2 support. -- -author = "Patrik Karlsson, Djalal Harouni" +author = {"Patrik Karlsson", "Djalal Harouni"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"discovery", "safe"} dependencies = {"rpc-grind"} diff --git a/scripts/nfs-statfs.nse b/scripts/nfs-statfs.nse index 4f8e885c7..8c7ffd6b6 100644 --- a/scripts/nfs-statfs.nse +++ b/scripts/nfs-statfs.nse @@ -37,7 +37,7 @@ the version used is NFSv3. -- Revised 06/28/2010 - v0.4 - added NFSv3 support and doc -author = "Patrik Karlsson, Djalal Harouni" +author = {"Patrik Karlsson", "Djalal Harouni"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"discovery", "safe"} dependencies = {"rpc-grind"} diff --git a/scripts/pop3-brute.nse b/scripts/pop3-brute.nse index e1290b673..1479a68d4 100644 --- a/scripts/pop3-brute.nse +++ b/scripts/pop3-brute.nse @@ -24,7 +24,7 @@ Tries to log into a POP3 account by guessing usernames and passwords. -- | Statistics: -- |_ Performed 8 scans in 1 seconds, average tps: 8 -author = "Philip Pickering, Piotr Olma" +author = {"Philip Pickering", "Piotr Olma"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"intrusive", "brute"} diff --git a/scripts/rdp-vuln-ms12-020.nse b/scripts/rdp-vuln-ms12-020.nse index 24cf7670b..6bc758781 100644 --- a/scripts/rdp-vuln-ms12-020.nse +++ b/scripts/rdp-vuln-ms12-020.nse @@ -64,7 +64,7 @@ Original check by by Worawit Wang (sleepya). -- | http://technet.microsoft.com/en-us/security/bulletin/ms12-020 -- |_ http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-0002 -author = "Aleksandar Nikolic, based on python script by sleepya" +author = "Aleksandar Nikolic" license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"intrusive", "vuln"} diff --git a/scripts/snmp-brute.nse b/scripts/snmp-brute.nse index 375583997..7927bf80c 100644 --- a/scripts/snmp-brute.nse +++ b/scripts/snmp-brute.nse @@ -50,7 +50,7 @@ No output is reported if no valid account is found. -- | dragon - Valid credentials -- |_ jordan - Valid credentials -author = "Philip Pickering, Gorjan Petrovski, Patrik Karlsson, Gioacchino Mazzurco" +author = {"Philip Pickering", "Gorjan Petrovski", "Patrik Karlsson", "Gioacchino Mazzurco"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" diff --git a/scripts/snmp-interfaces.nse b/scripts/snmp-interfaces.nse index 38e66accb..c92181cd3 100644 --- a/scripts/snmp-interfaces.nse +++ b/scripts/snmp-interfaces.nse @@ -36,7 +36,7 @@ successfully added. -- |_ Traffic stats: 6.45 Mb sent, 15.01 Mb received -- -author = "Thomas Buchanan, Kris Katterjohn" +author = {"Thomas Buchanan", "Kris Katterjohn"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"default", "discovery", "safe"} dependencies = {"snmp-brute"} diff --git a/scripts/snmp-ios-config.nse b/scripts/snmp-ios-config.nse index 6ca6dc10d..60db26408 100644 --- a/scripts/snmp-ios-config.nse +++ b/scripts/snmp-ios-config.nse @@ -35,7 +35,7 @@ Attempts to downloads Cisco router IOS configuration files using SNMP RW (v1) an -- Created 01/03/2011 - v0.1 - created by Vikas Singhal -- Revised 02/22/2011 - v0.2 - cleaned up and added support for built-in tftp, Patrik Karlsson -author = "Vikas Singhal, Patrik Karlsson" +author = {"Vikas Singhal", "Patrik Karlsson"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" diff --git a/scripts/ssh-hostkey.nse b/scripts/ssh-hostkey.nse index daccec3fb..8001ee67c 100644 --- a/scripts/ssh-hostkey.nse +++ b/scripts/ssh-hostkey.nse @@ -130,7 +130,7 @@ gathered keys. -- -- -author = "Sven Klemm" -- comparing keys from known_hosts file added by Piotr Olma and George Chatzisofroniou +author = {"Sven Klemm", "Piotr Olma", "George Chatzisofroniou"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"safe","default","discovery"} diff --git a/scripts/ssl-date.nse b/scripts/ssl-date.nse index f178fda5a..246b9ea13 100644 --- a/scripts/ssl-date.nse +++ b/scripts/ssl-date.nse @@ -34,7 +34,7 @@ Original idea by Jacob Appelbaum and his TeaTime and tlsdate tools: -- 2012-08-02T18:29:31+00:00 -- 4 -author = "Aleksandar Nikolic, nnposter" +author = {"Aleksandar Nikolic", "nnposter"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"discovery", "safe", "default"} diff --git a/scripts/ssl-enum-ciphers.nse b/scripts/ssl-enum-ciphers.nse index a3de35ec6..424d5f25f 100644 --- a/scripts/ssl-enum-ciphers.nse +++ b/scripts/ssl-enum-ciphers.nse @@ -311,7 +311,7 @@ and therefore is quite noisy. -- -- C -author = "Mak Kolybabi , Gabriel Lawrence" +author = {"Mak Kolybabi ", "Gabriel Lawrence"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" diff --git a/scripts/targets-ipv6-multicast-echo.nse b/scripts/targets-ipv6-multicast-echo.nse index 5354835d0..adf34599e 100644 --- a/scripts/targets-ipv6-multicast-echo.nse +++ b/scripts/targets-ipv6-multicast-echo.nse @@ -24,7 +24,7 @@ on a LAN without needing to individually ping each IPv6 address. -- @args newtargets If true, add discovered targets to the scan queue. -- @args targets-ipv6-multicast-echo.interface The interface to use for host discovery. -author = "David Fifield, Xu Weilin" +author = {"David Fifield", "Xu Weilin"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" diff --git a/scripts/targets-ipv6-multicast-invalid-dst.nse b/scripts/targets-ipv6-multicast-invalid-dst.nse index b88a6146f..3f08d3889 100644 --- a/scripts/targets-ipv6-multicast-invalid-dst.nse +++ b/scripts/targets-ipv6-multicast-invalid-dst.nse @@ -27,7 +27,7 @@ packet. -- @args newtargets If true, add discovered targets to the scan queue. -- @args targets-ipv6-multicast-invalid-dst.interface The interface to use for host discovery. -author = "David Fifield, Xu Weilin" +author = {"David Fifield", "Xu Weilin"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" diff --git a/scripts/targets-ipv6-multicast-mld.nse b/scripts/targets-ipv6-multicast-mld.nse index 5931eaf0e..3f127b528 100644 --- a/scripts/targets-ipv6-multicast-mld.nse +++ b/scripts/targets-ipv6-multicast-mld.nse @@ -47,7 +47,7 @@ responses from their multicast group. -- -- -author = "niteesh, alegen" +author = {"niteesh", "alegen"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"discovery","broadcast"} diff --git a/scripts/targets-ipv6-multicast-slaac.nse b/scripts/targets-ipv6-multicast-slaac.nse index 42cc9d42b..bb48a84c7 100644 --- a/scripts/targets-ipv6-multicast-slaac.nse +++ b/scripts/targets-ipv6-multicast-slaac.nse @@ -40,7 +40,7 @@ See also: -- |_ Use --script-args=newtargets to add the results as targets -- @args targets-ipv6-multicast-slaac.interface The interface to use for host discovery. -author = "David Fifield, Xu Weilin" +author = {"David Fifield", "Xu Weilin"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" diff --git a/scripts/telnet-encryption.nse b/scripts/telnet-encryption.nse index 5f7ea5627..8173a0feb 100644 --- a/scripts/telnet-encryption.nse +++ b/scripts/telnet-encryption.nse @@ -34,7 +34,7 @@ categories = {"safe", "discovery"} portrule = shortport.port_or_service(23, 'telnet') -author = "Patrik Karlsson, David Fifield, Fyodor" +author = {"Patrik Karlsson", "David Fifield", "Fyodor"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" local COMMAND = { diff --git a/scripts/weblogic-t3-info.nse b/scripts/weblogic-t3-info.nse index b17192735..f630dc0b9 100644 --- a/scripts/weblogic-t3-info.nse +++ b/scripts/weblogic-t3-info.nse @@ -4,7 +4,7 @@ local shortport = require "shortport" local nmap = require "nmap" description = "Detect the T3 RMI protocol and Weblogic version" -author = "Alessandro ZANNI , Daniel Miller" +author = {"Alessandro ZANNI ", "Daniel Miller"} license = "Same as Nmap--See https://nmap.org/book/man-legal.html" categories = {"default","safe","discovery","version"}