mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Canonicalize authors as tables instead of comma-separated strings
This commit is contained in:
@@ -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 <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
|
||||
AJP = {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
--
|
||||
|
||||
-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
|
||||
-- @author "Sebastian Dragomir <velorien@gmail.com>"
|
||||
-- @author Sebastian Dragomir <velorien@gmail.com>
|
||||
|
||||
-- Version 0.1
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
-- This library implements HTTP requests used by the Cisco AnyConnect VPN Client
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
-- @args anyconnect.group AnyConnect tunnel group (default: VPN)
|
||||
-- @args anyconnect.mac MAC address of connecting client (default: random MAC)
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
-- After these operations the peers and nodes can be found in <code>torrent.peers</code> and
|
||||
-- <code>torrent.nodes</code> tables respectively
|
||||
--
|
||||
-- @author "Gorjan Petrovski"
|
||||
-- @author Gorjan Petrovski
|
||||
-- @license "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
||||
--
|
||||
|
||||
|
||||
@@ -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 <patrik [at] cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik [at] cqure.net>
|
||||
--
|
||||
|
||||
local bin = require("bin")
|
||||
|
||||
@@ -161,7 +161,7 @@
|
||||
-- (default: 0 (unlimited)). The argument can be used to prevent account
|
||||
-- lockouts.
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
|
||||
|
||||
--
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
-- Credentials.getCredentials for [service]. E.g.
|
||||
-- creds.http=admin:password
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
|
||||
|
||||
-- Version 0.5
|
||||
|
||||
@@ -48,7 +48,7 @@ local target = require "target"
|
||||
-- x Spotify
|
||||
--
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
|
||||
|
||||
-- Version 0.2
|
||||
|
||||
@@ -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 <patrik@cqure.net>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
-- end
|
||||
-- </code>
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
|
||||
local bin = require "bin"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
-- ... formatting code ...
|
||||
-- </code>
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
|
||||
local bit = require "bit"
|
||||
|
||||
@@ -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 <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
|
||||
--
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
--
|
||||
-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
|
||||
--
|
||||
-- @author "Riccardo Cecolin <n@rikiji.de>"
|
||||
-- @author Riccardo Cecolin <n@rikiji.de>
|
||||
--
|
||||
|
||||
local bin = require "bin"
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
-- x Sun's JAVA orbd
|
||||
--
|
||||
-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
|
||||
--
|
||||
|
||||
@@ -8,7 +8,7 @@ _ENV = stdnse.module("gps", stdnse.seeall)
|
||||
-- A smallish gps parsing module.
|
||||
-- Currently does GPRMC NMEA decoding
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
--
|
||||
|
||||
|
||||
@@ -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 <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
|
||||
local bin = require "bin"
|
||||
|
||||
@@ -17,7 +17,8 @@
|
||||
-- </code>
|
||||
--
|
||||
-- @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
|
||||
|
||||
@@ -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 <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
-- @args informix.instance specifies the Informix instance to connect to
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
-- ** The purpose of the class is to provide easy access to common iSCSI task
|
||||
--
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
|
||||
|
||||
-- Version 0.2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
-- A minimal Internet Storage Name Service (iSNS) implementation
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
|
||||
local bin = require('bin')
|
||||
|
||||
@@ -12,7 +12,9 @@
|
||||
-- <code>undefined</code>.) <code>NULL</code> values in JSON are represented by
|
||||
-- the special value <code>json.NULL</code>.
|
||||
--
|
||||
-- @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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
-- @args membase.authmech SASL authentication mechanism to use. Default and
|
||||
-- currently supported: PLAIN
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
|
||||
|
||||
|
||||
@@ -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 <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
|
||||
MobileMe = {
|
||||
|
||||
@@ -60,7 +60,8 @@
|
||||
--
|
||||
-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>, Chris Woodbury"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
-- @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
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
--
|
||||
-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
|
||||
local bin = require "bin"
|
||||
local bit = require "bit"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
-- o http://tools.ietf.org/html/draft-cheshire-nat-pmp-03
|
||||
--
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
local bin = require "bin"
|
||||
local ipOps = require "ipOps"
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
-- </code>
|
||||
--
|
||||
-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
|
||||
--
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
--
|
||||
-- The library consists of an OSPF class that contains code to handle OSPFv2 packets.
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
|
||||
|
||||
local bin = require "bin"
|
||||
|
||||
@@ -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 <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
|
||||
local bin = require "bin"
|
||||
local nmap = require "nmap"
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
-- and the library.
|
||||
--
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
|
||||
local bin = require "bin"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
-- and cipher support.
|
||||
--
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
|
||||
--
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--- A minimalistic Redis (in-memory key-value data store) library.
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
|
||||
local match = require "match"
|
||||
local nmap = require "nmap"
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
--
|
||||
-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
-- @args nfs.version number If set overrides the detected version of nfs
|
||||
-- @args mount.version number If set overrides the detected version of mountd
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
--
|
||||
-- For a more complete example, consult the rpcap-info.nse script.
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
|
||||
|
||||
local bin = require "bin"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
-- A minimalist RSYNC (remote file sync) library
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
|
||||
local base64 = require "base64"
|
||||
local bin = require "bin"
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
-- - A class containing code used as a primary interface by scripts
|
||||
--
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
|
||||
--
|
||||
-- @args sip.timeout - specifies the session (socket) timeout in seconds
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
-- A smallish SOCKS version 5 proxy protocol implementation
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
|
||||
local bin = require "bin"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
-- * VNC (TLS and VeNCrypt auth types)
|
||||
-- * XMPP
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
|
||||
local asn1 = require "asn1"
|
||||
local bin = require "bin"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
-- @args stun.mode Mode container to use. Supported containers: "modern"
|
||||
-- (default) or "classic"
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
|
||||
local bin = require "bin"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
-- These functions will build strings and process buffers. Socket communication
|
||||
-- is left to the script to implement.
|
||||
--
|
||||
-- @author "Daniel Miller <bonsaiviking@gmail.com>"
|
||||
-- @author Daniel Miller
|
||||
|
||||
local stdnse = require "stdnse"
|
||||
local bin = require "bin"
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
-- please consult the matrix below.
|
||||
--
|
||||
-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
-- @args tns.sid specifies the Oracle instance to connect to
|
||||
|
||||
|
||||
@@ -27,7 +27,8 @@
|
||||
-- </code>
|
||||
--
|
||||
--
|
||||
-- @author "Thomas Buchanan, Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Thomas Buchanan
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
|
||||
--
|
||||
-- Version 0.1
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
-- entirely based on packet dumps captured when using the Versant
|
||||
-- Management Center administration application.
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
|
||||
local stdnse = require "stdnse"
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
--
|
||||
|
||||
-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
|
||||
-- Version 0.1
|
||||
-- Created 07/07/2010 - v0.1 - created by Patrik Karlsson <patrik@cqure.net>
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
-- o Helper - The helper class that serves as the main interface between
|
||||
-- scripts and the library.
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
--
|
||||
|
||||
local bin = require "bin"
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
-- return stdnse.format_output( helper:discoverDevices() )
|
||||
-- </code>
|
||||
--
|
||||
-- @author "Patrik Karlsson <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
-- @copyright Same as Nmap--See https://nmap.org/book/man-legal.html
|
||||
--
|
||||
|
||||
|
||||
@@ -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 <patrik@cqure.net>"
|
||||
-- @author Patrik Karlsson <patrik@cqure.net>
|
||||
|
||||
local bin = require "bin"
|
||||
local ipOps = require "ipOps"
|
||||
|
||||
@@ -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"}
|
||||
|
||||
|
||||
@@ -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"}
|
||||
|
||||
|
||||
@@ -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"}
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"}
|
||||
|
||||
|
||||
@@ -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"}
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"}
|
||||
|
||||
|
||||
@@ -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"}
|
||||
|
||||
|
||||
@@ -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"}
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ For more information on this vulnerability and script, see:
|
||||
-- @args basefolder The folder to start in; eg, <code>"/web"</code> will try <code>"/web/xxx"</code>.
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
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"}
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"}
|
||||
|
||||
|
||||
@@ -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"}
|
||||
|
||||
|
||||
@@ -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"}
|
||||
|
||||
|
||||
@@ -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"}
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ vulnerable installations.
|
||||
-- @args http-vuln-cve2012-1823.cmd CMD. Default: uname -a
|
||||
---
|
||||
|
||||
author = "Paulino Calderon <calderon@websec.mx>, Paul AMAR <aos.paul@gmail.com>"
|
||||
author = {"Paulino Calderon <calderon@websec.mx>", "Paul AMAR <aos.paul@gmail.com>"}
|
||||
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
||||
categories = {"exploit","vuln","intrusive"}
|
||||
|
||||
|
||||
@@ -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 <aos.paul@gmail.com>, Ron Bowes"
|
||||
author = {"Paul AMAR <aos.paul@gmail.com>", "Ron Bowes"}
|
||||
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
||||
categories = {"exploit","vuln","intrusive"}
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ Vulnerability discovered by c1ph04.
|
||||
--
|
||||
---
|
||||
|
||||
author = "Paul AMAR <aos.paul@gmail.com>, Rob Nicholls"
|
||||
author = {"Paul AMAR <aos.paul@gmail.com>", "Rob Nicholls"}
|
||||
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
||||
categories = {"exploit","vuln","intrusive"}
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ Multicast Address Space Registry have their descriptions listed.
|
||||
-- </table>
|
||||
-- </table>
|
||||
|
||||
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"}
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ It uses STATS, LUSERS, and other queries to obtain this information.
|
||||
-- <elem key="source host">source.example.com</elem>
|
||||
-- <elem key="source ident">NONE or BLOCKED</elem>
|
||||
|
||||
author = "Doug Hoyte, Patrick Donnelly"
|
||||
author = {"Doug Hoyte", "Patrick Donnelly"}
|
||||
|
||||
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
||||
|
||||
|
||||
@@ -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"}
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ Further information:
|
||||
* http://www.knx.org/
|
||||
]]
|
||||
|
||||
author = "Niklaus Schiess <nschiess@ernw.de>, Dominik Schneider <dschneider@ernw.de>"
|
||||
author = {"Niklaus Schiess <nschiess@ernw.de>", "Dominik Schneider <dschneider@ernw.de>"}
|
||||
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
||||
categories = {"discovery", "safe", "broadcast"}
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ Further information:
|
||||
* http://www.knx.org/
|
||||
]]
|
||||
|
||||
author = "Niklaus Schiess <nschiess@ernw.de>, Dominik Schneider <dschneider@ernw.de>"
|
||||
author = {"Niklaus Schiess <nschiess@ernw.de>", "Dominik Schneider <dschneider@ernw.de>"}
|
||||
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
||||
categories = {"default", "discovery", "safe"}
|
||||
portrule = shortport.port_or_service(3671, "efcp", "udp")
|
||||
|
||||
@@ -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"}
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -144,7 +144,7 @@ be disabled using the <code>mssql.scanned-ports-only</code> script argument.
|
||||
-- broadcast-ms-sql-discovery.nse <chris3E3@gmail.com>)
|
||||
-- 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"
|
||||
|
||||
|
||||
@@ -77,7 +77,7 @@ owns.
|
||||
-- </table>
|
||||
|
||||
|
||||
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
|
||||
|
||||
@@ -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"}
|
||||
|
||||
@@ -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"}
|
||||
|
||||
@@ -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"}
|
||||
|
||||
@@ -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"}
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"}
|
||||
|
||||
@@ -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 <patrik@cqure.net>
|
||||
|
||||
author = "Vikas Singhal, Patrik Karlsson"
|
||||
author = {"Vikas Singhal", "Patrik Karlsson"}
|
||||
|
||||
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
||||
|
||||
|
||||
@@ -130,7 +130,7 @@ gathered keys.
|
||||
-- </table>
|
||||
-- </table>
|
||||
|
||||
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"}
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ Original idea by Jacob Appelbaum and his TeaTime and tlsdate tools:
|
||||
-- <elem key="date">2012-08-02T18:29:31+00:00</elem>
|
||||
-- <elem key="delta">4</elem>
|
||||
|
||||
author = "Aleksandar Nikolic, nnposter"
|
||||
author = {"Aleksandar Nikolic", "nnposter"}
|
||||
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
||||
categories = {"discovery", "safe", "default"}
|
||||
|
||||
|
||||
@@ -311,7 +311,7 @@ and therefore is quite noisy.
|
||||
-- </table>
|
||||
-- <elem key="least strength">C</elem>
|
||||
|
||||
author = "Mak Kolybabi <mak@kolybabi.com>, Gabriel Lawrence"
|
||||
author = {"Mak Kolybabi <mak@kolybabi.com>", "Gabriel Lawrence"}
|
||||
|
||||
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ responses from their multicast group.
|
||||
-- </table>
|
||||
-- </table>
|
||||
|
||||
author = "niteesh, alegen"
|
||||
author = {"niteesh", "alegen"}
|
||||
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
||||
categories = {"discovery","broadcast"}
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -4,7 +4,7 @@ local shortport = require "shortport"
|
||||
local nmap = require "nmap"
|
||||
|
||||
description = "Detect the T3 RMI protocol and Weblogic version"
|
||||
author = "Alessandro ZANNI <alessandro.zanni@bt.com>, Daniel Miller"
|
||||
author = {"Alessandro ZANNI <alessandro.zanni@bt.com>", "Daniel Miller"}
|
||||
license = "Same as Nmap--See https://nmap.org/book/man-legal.html"
|
||||
categories = {"default","safe","discovery","version"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user