mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 12:41:29 +00:00
Remove email addresses from scripts as discussed in this thread: http://seclists.org/nmap-dev/2009/q4/466
This commit is contained in:
@@ -21,7 +21,7 @@ Attempts to find the owner of an open TCP port by querying an auth
|
|||||||
|
|
||||||
-- The protocol is documented in RFC 1413.
|
-- The protocol is documented in RFC 1413.
|
||||||
|
|
||||||
author = "Diman Todorov <diman.todorov@gmail.com>"
|
author = "Diman Todorov"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ malware infection though it can also be used for legitimate privacy
|
|||||||
reasons.
|
reasons.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
author = "Diman Todorov <diman.todorov@gmail.com>"
|
author = "Diman Todorov"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ description = [[
|
|||||||
Retrieves the day and time from the UDP Daytime service.
|
Retrieves the day and time from the UDP Daytime service.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
author = "Diman Todorov <diman.todorov@gmail.com>"
|
author = "Diman Todorov"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ DB2 EXCSAT (exchange server attributes) command packet and parses the response.
|
|||||||
|
|
||||||
-- rev 1.2 (2010-11-11)
|
-- rev 1.2 (2010-11-11)
|
||||||
|
|
||||||
author = "Tom Sellers <nmap@fadedcode.net>"
|
author = "Tom Sellers"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ and <code>dhcp_parse</code>, with their related functions, can easily be abstrac
|
|||||||
-- <code>fake_requests * 1000</code>. Default: 5000.
|
-- <code>fake_requests * 1000</code>. Default: 5000.
|
||||||
|
|
||||||
|
|
||||||
author = "Ron Bowes <ron@skullsecurity.net>"
|
author = "Ron Bowes"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ Checks if a DNS server allows queries for third-party names.
|
|||||||
It is expected that recursion will be enabled on your own internal nameservers.
|
It is expected that recursion will be enabled on your own internal nameservers.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
author = "Felix Groebert <felix@groebert.org>"
|
author = "Felix Groebert"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ require('bit')
|
|||||||
require('tab')
|
require('tab')
|
||||||
require('dns')
|
require('dns')
|
||||||
|
|
||||||
author = 'Eddie Bell <ejlbell@gmail.com>'
|
author = 'Eddie Bell'
|
||||||
license = 'Same as Nmap--See http://nmap.org/book/man-legal.html'
|
license = 'Same as Nmap--See http://nmap.org/book/man-legal.html'
|
||||||
categories = {'default', 'intrusive', 'discovery'}
|
categories = {'default', 'intrusive', 'discovery'}
|
||||||
runlevel = 1.0
|
runlevel = 1.0
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ description = [[
|
|||||||
Attempts to retrieve a list of usernames using the finger service.
|
Attempts to retrieve a list of usernames using the finger service.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
author = "Eddie Bell <ejlbell@gmail.com>"
|
author = "Eddie Bell"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ Checks if an FTP server allows anonymous logins.
|
|||||||
-- @output
|
-- @output
|
||||||
-- |_ ftp-anon: Anonymous FTP login allowed
|
-- |_ ftp-anon: Anonymous FTP login allowed
|
||||||
|
|
||||||
author = "Eddie Bell <ejlbell@gmail.com>"
|
author = "Eddie Bell"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
categories = {"default", "auth", "safe"}
|
categories = {"default", "auth", "safe"}
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ Made into an actual bruteforce script (previously, it only tried one username/pa
|
|||||||
-- @args passlimit The number of passwords to try (default: unlimited).
|
-- @args passlimit The number of passwords to try (default: unlimited).
|
||||||
-- @args limit Set userlimlt + passlimit at the same time.
|
-- @args limit Set userlimlt + passlimit at the same time.
|
||||||
|
|
||||||
author = "Diman Todorov <diman.todorov@gmail.com>, Vlatko Kosturjak <kost@linux.hr>, Ron Bowes <ron@skullsecurity.net>"
|
author = "Diman Todorov, Vlatko Kosturjak, Ron Bowes"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ original target.
|
|||||||
-- 80/tcp open http
|
-- 80/tcp open http
|
||||||
-- |_ html-title.nse: Go ahead and ScanMe!
|
-- |_ html-title.nse: Go ahead and ScanMe!
|
||||||
|
|
||||||
author = "Diman Todorov <diman.todorov@gmail.com>"
|
author = "Diman Todorov"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ authentication.
|
|||||||
-- * bug fixes against base64 encoded strings, more flexible auth/pass check,
|
-- * bug fixes against base64 encoded strings, more flexible auth/pass check,
|
||||||
-- corrected sample output
|
-- corrected sample output
|
||||||
|
|
||||||
author = "Thomas Buchanan <tbuchanan@thecompassgrp.net>"
|
author = "Thomas Buchanan"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ sent, so the difference includes at least the duration of one RTT.
|
|||||||
-- 80/tcp open http
|
-- 80/tcp open http
|
||||||
-- |_ http-date: Wed, 17 Jan 2007 09:29:10 GMT; -2y187d13h46m53s from local time.
|
-- |_ http-date: Wed, 17 Jan 2007 09:29:10 GMT; -2y187d13h46m53s from local time.
|
||||||
|
|
||||||
author = "David Fifield <david@bamsoftware.com>"
|
author = "David Fifield"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ for 404 Not Found and the status code returned by the random files).
|
|||||||
--@args path The base path to prepend to each request. Leading/trailing slashes are not required.
|
--@args path The base path to prepend to each request. Leading/trailing slashes are not required.
|
||||||
--@args variations Set to '1' or 'true' to attempt variations on the files such as .bak, ~, Copy of", etc.
|
--@args variations Set to '1' or 'true' to attempt variations on the files such as .bak, ~, Copy of", etc.
|
||||||
|
|
||||||
author = "Ron Bowes <ron@skullsecurity.net>, Andrew Orr <andrew@andreworr.ca>, Rob Nicholls <robert@everythingeverything.co.uk>"
|
author = "Ron Bowes, Andrew Orr, Rob Nicholls"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ Obtains the favicon.ico from the root of a web service (or with the html link re
|
|||||||
-- --script-args favicon.root=<root>,favicon.uri=<uri>
|
-- --script-args favicon.root=<root>,favicon.uri=<uri>
|
||||||
|
|
||||||
|
|
||||||
author = "Vlatko Kosturjak <kost@linux.hr>"
|
author = "Vlatko Kosturjak"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ Performs a GET request for the root folder ("/") of a web server and displays th
|
|||||||
--@args path The path to request, such as '/index.php'. Default: '/'.
|
--@args path The path to request, such as '/index.php'. Default: '/'.
|
||||||
--@args useget Set to force GET requests instead of HEAD.
|
--@args useget Set to force GET requests instead of HEAD.
|
||||||
|
|
||||||
author = "Ron Bowes <ron@skullsecurity.org>"
|
author = "Ron Bowes"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ For more information on this vulnerability and script, see:
|
|||||||
-- @args basefolder The folder to start in; eg, "/web" will try "/web/xxx"
|
-- @args basefolder The folder to start in; eg, "/web" will try "/web/xxx"
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
|
|
||||||
author = "Ron Bowes <ron@skullsecurity.net> and Andrew Orr <andrew@andreworr.ca>"
|
author = "Ron Bowes and Andrew Orr"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
categories = {"vuln", "intrusive"}
|
categories = {"vuln", "intrusive"}
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ Thanks to Denis from the above link for finding this technique!
|
|||||||
-- |_ |_ See: http://blog.unmaskparasites.com/2009/09/11/dynamic-dns-and-botnet-of-zombie-web-servers/
|
-- |_ |_ See: http://blog.unmaskparasites.com/2009/09/11/dynamic-dns-and-botnet-of-zombie-web-servers/
|
||||||
--
|
--
|
||||||
|
|
||||||
author = "Ron Bowes <ron@skullsecurity.net>"
|
author = "Ron Bowes"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ web page from www.google.com.
|
|||||||
-- nmap --script http-open-proxy.nse \
|
-- nmap --script http-open-proxy.nse \
|
||||||
-- --script-args proxy.url=<url>,proxy.pattern=<pattern>
|
-- --script-args proxy.url=<url>,proxy.pattern=<pattern>
|
||||||
|
|
||||||
author = "Arturo 'Buanzo' Busleiman <buanzo@buanzo.com.ar>"
|
author = "Arturo 'Buanzo' Busleiman"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
categories = {"default", "discovery", "external", "intrusive"}
|
categories = {"default", "discovery", "external", "intrusive"}
|
||||||
require "comm"
|
require "comm"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ requesting <code>../../../../etc/passwd</code>.
|
|||||||
-- * Rewritten to use Sven Klemm's excellent HTTP library and to do some much
|
-- * Rewritten to use Sven Klemm's excellent HTTP library and to do some much
|
||||||
-- needed cleaning up
|
-- needed cleaning up
|
||||||
|
|
||||||
author = "Kris Katterjohn <katterjohn@gmail.com>"
|
author = "Kris Katterjohn"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ response.
|
|||||||
|
|
||||||
-- 08/31/2007
|
-- 08/31/2007
|
||||||
|
|
||||||
author = "Kris Katterjohn <katterjohn@gmail.com>"
|
author = "Kris Katterjohn"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
author = "jah <jah@zadkiel.plus.com>"
|
author = "jah"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
categories = {"discovery", "intrusive"}
|
categories = {"discovery", "intrusive"}
|
||||||
description = [[
|
description = [[
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ Detects the UDP IAX2 service.
|
|||||||
The script sends an Inter-Asterisk eXchange (IAX) Revision 2 Control Frame POKE request and checks for a proper response. This protocol is used to enable VoIP connections between servers as well as client-server communication.
|
The script sends an Inter-Asterisk eXchange (IAX) Revision 2 Control Frame POKE request and checks for a proper response. This protocol is used to enable VoIP connections between servers as well as client-server communication.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
author = "Ferdy Riphagen <f.riphagen@nsec.nl>"
|
author = "Ferdy Riphagen"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ any site-specific policy.
|
|||||||
-- |_ imap-capabilities: LOGINDISABLED IDLE IMAP4 LITERAL+ STARTTLS NAMESPACE IMAP4rev1
|
-- |_ imap-capabilities: LOGINDISABLED IDLE IMAP4 LITERAL+ STARTTLS NAMESPACE IMAP4rev1
|
||||||
|
|
||||||
|
|
||||||
author = "Brandon Enright <bmenrigh@ucsd.edu>"
|
author = "Brandon Enright"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
categories = {"default", "safe"}
|
categories = {"default", "safe"}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ Attempts to extract information from Microsoft SQL Server instances.
|
|||||||
]]
|
]]
|
||||||
-- rev 1.0 (2007-06-09)
|
-- rev 1.0 (2007-06-09)
|
||||||
|
|
||||||
author = "Thomas Buchanan <tbuchanan@thecompassgrp.net>"
|
author = "Thomas Buchanan"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ isn't run (see the portrule).
|
|||||||
|
|
||||||
-- Many thanks to jah (jah@zadkiel.plus.com) for testing and enhancements
|
-- Many thanks to jah (jah@zadkiel.plus.com) for testing and enhancements
|
||||||
|
|
||||||
author = "Kris Katterjohn <katterjohn@gmail.com>"
|
author = "Kris Katterjohn"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ owns.
|
|||||||
-- |_ |_ |_ \x01\x02__MSBROWSE__\x02<01> Flags: <group><active>
|
-- |_ |_ |_ \x01\x02__MSBROWSE__\x02<01> Flags: <group><active>
|
||||||
|
|
||||||
|
|
||||||
author = "Brandon Enright <bmenrigh@ucsd.edu>, Ron Bowes"
|
author = "Brandon Enright, Ron Bowes"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
-- Current version of this script was based entirly on Implementing CIFS, by
|
-- Current version of this script was based entirly on Implementing CIFS, by
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ message and changes it to the message given.
|
|||||||
-- nmap --script=pjl-ready-message.nse \
|
-- nmap --script=pjl-ready-message.nse \
|
||||||
-- --script-args='pjl_ready_message="your message here"'
|
-- --script-args='pjl_ready_message="your message here"'
|
||||||
|
|
||||||
author = "Aaron Leininger <rilian4@hotmail.com>"
|
author = "Aaron Leininger"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ Tries to log into a POP3 account by guessing usernames and passwords.
|
|||||||
-- (default), <code>"SASL-PLAIN"</code>, <code>"SASL-LOGIN"</code>,
|
-- (default), <code>"SASL-PLAIN"</code>, <code>"SASL-LOGIN"</code>,
|
||||||
-- <code>"SASL-CRAM-MD5"</code>, or <code>"APOP"</code>.
|
-- <code>"SASL-CRAM-MD5"</code>, or <code>"APOP"</code>.
|
||||||
|
|
||||||
author = "Philip Pickering <pgpickering@gmail.com>"
|
author = "Philip Pickering"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
categories = {"intrusive", "auth"}
|
categories = {"intrusive", "auth"}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ server version may be available.
|
|||||||
-- 110/tcp open pop3
|
-- 110/tcp open pop3
|
||||||
-- |_ pop3-capabilities: USER CAPA RESP-CODES UIDL PIPELINING STLS TOP SASL(PLAIN)
|
-- |_ pop3-capabilities: USER CAPA RESP-CODES UIDL PIPELINING STLS TOP SASL(PLAIN)
|
||||||
|
|
||||||
author = "Philip Pickering <pgpickering@gmail.com>"
|
author = "Philip Pickering"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
categories = {"default","discovery","safe"}
|
categories = {"default","discovery","safe"}
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ Attempts to extract system information from the point-to-point tunneling protoco
|
|||||||
]]
|
]]
|
||||||
-- rev 0.2 (11-14-2007)
|
-- rev 0.2 (11-14-2007)
|
||||||
|
|
||||||
author = "Thomas Buchanan <tbuchanan@thecompassgrp.net>"
|
author = "Thomas Buchanan"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ description = [[
|
|||||||
Checks if a VNC server is vulnerable to the RealVNC authentication bypass
|
Checks if a VNC server is vulnerable to the RealVNC authentication bypass
|
||||||
(CVE-2006-2369).
|
(CVE-2006-2369).
|
||||||
]]
|
]]
|
||||||
author = "Brandon Enright <bmenrigh@ucsd.edu>"
|
author = "Brandon Enright"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
categories = {"default", "vuln", "safe"}
|
categories = {"default", "vuln", "safe"}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ require('shortport')
|
|||||||
require('strbuf')
|
require('strbuf')
|
||||||
require('http')
|
require('http')
|
||||||
|
|
||||||
author = "Eddie Bell <ejlbell@gmail.com>"
|
author = "Eddie Bell"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
categories = {"default", "discovery", "safe"}
|
categories = {"default", "discovery", "safe"}
|
||||||
runlevel = 1.0
|
runlevel = 1.0
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ require "bin"
|
|||||||
require "bit"
|
require "bit"
|
||||||
require "tab"
|
require "tab"
|
||||||
|
|
||||||
author = "Sven Klemm <sven@c3d2.de>"
|
author = "Sven Klemm"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
categories = {"default","safe","discovery"}
|
categories = {"default","safe","discovery"}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
description = [[
|
description = [[
|
||||||
Detects the Skype version 2 service.
|
Detects the Skype version 2 service.
|
||||||
]]
|
]]
|
||||||
author = "Brandon Enright <bmenrigh@ucsd.edu>"
|
author = "Brandon Enright"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
categories = {"version"}
|
categories = {"version"}
|
||||||
|
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ determined with a fairly efficient bruteforce. For example, if the actual passwo
|
|||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
author = "Ron Bowes <ron@skullsecurity.net>"
|
author = "Ron Bowes"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
-- Set the runlevel to <1 to ensure that it runs before other scripts
|
-- Set the runlevel to <1 to ensure that it runs before other scripts
|
||||||
runlevel = 0.5
|
runlevel = 0.5
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ SMTP server.
|
|||||||
-- script and from Arturo 'Buanzo' Busleiman's SMTP open relay
|
-- script and from Arturo 'Buanzo' Busleiman's SMTP open relay
|
||||||
-- detector script.
|
-- detector script.
|
||||||
|
|
||||||
author = "Jason DePriest <jrdepriest@gmail.com>"
|
author = "Jason DePriest"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
categories = {"default", "discovery", "safe"}
|
categories = {"default", "discovery", "safe"}
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ system to send spam or control the machine.
|
|||||||
-- 22/tcp open smtp
|
-- 22/tcp open smtp
|
||||||
-- |_ smtp-strangeport: Mail server on unusual port: possible malware
|
-- |_ smtp-strangeport: Mail server on unusual port: possible malware
|
||||||
|
|
||||||
author = "Diman Todorov <diman.todorov@gmail.com>"
|
author = "Diman Todorov"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ http://www.securityfriday.com/promiscuous_detection_01.pdf.
|
|||||||
-- Host script results:
|
-- Host script results:
|
||||||
-- |_ sniffer-detect: Likely in promiscuous mode (tests: "11111111")
|
-- |_ sniffer-detect: Likely in promiscuous mode (tests: "11111111")
|
||||||
|
|
||||||
author = "Marek Majkowski <majek04+nse@gmail.com>"
|
author = "Marek Majkowski"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
categories = {"discovery", "intrusive"}
|
categories = {"discovery", "intrusive"}
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ Attempts to find an SNMP community string by brute force guessing.
|
|||||||
-- script will not run.
|
-- script will not run.
|
||||||
-- @args snmplist The filename of a list of community strings to try.
|
-- @args snmplist The filename of a list of community strings to try.
|
||||||
|
|
||||||
author = "Philip Pickering <pgpickering@gmail.com>"
|
author = "Philip Pickering"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ Attempts to extract system information from an SNMP version 1 service.
|
|||||||
-- | snmp-sysdescr: HP ETHERNET MULTI-ENVIRONMENT,ROM A.25.80,JETDIRECT,JD117,EEPROM V.28.22,CIDATE 08/09/2006
|
-- | snmp-sysdescr: HP ETHERNET MULTI-ENVIRONMENT,ROM A.25.80,JETDIRECT,JD117,EEPROM V.28.22,CIDATE 08/09/2006
|
||||||
-- |_ System uptime: 28 days, 17:18:59 (248153900 timeticks)
|
-- |_ System uptime: 28 days, 17:18:59 (248153900 timeticks)
|
||||||
|
|
||||||
author = "Thomas Buchanan <tbuchanan@thecompassgrp.net>"
|
author = "Thomas Buchanan"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ syntax in the example) argument, as described below.
|
|||||||
-- nmap --script=socks-open-proxy \
|
-- nmap --script=socks-open-proxy \
|
||||||
-- --script-args proxy.url=<host>,proxy.pattern=<pattern>
|
-- --script-args proxy.url=<host>,proxy.pattern=<pattern>
|
||||||
|
|
||||||
author = "Joao Correa <joao@livewire.com.br>"
|
author = "Joao Correa"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
categories = {"default", "discovery", "external", "intrusive"}
|
categories = {"default", "discovery", "external", "intrusive"}
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ require('comm')
|
|||||||
require('http')
|
require('http')
|
||||||
require('nsedebug')
|
require('nsedebug')
|
||||||
|
|
||||||
author = "Eddie Bell <ejlbell@gmail.com>"
|
author = "Eddie Bell"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
categories = {"intrusive", "vuln"}
|
categories = {"intrusive", "vuln"}
|
||||||
runlevel = 1.0
|
runlevel = 1.0
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ Shows the target SSH server's key fingerprint and (with high enough verbosity le
|
|||||||
-- 22/tcp open ssh
|
-- 22/tcp open ssh
|
||||||
-- | ssh-hostkey: 2048 xuvah-degyp-nabus-zegah-hebur-nopig-bubig-difeg-hisym-rumef-cuxex (RSA)
|
-- | ssh-hostkey: 2048 xuvah-degyp-nabus-zegah-hebur-nopig-bubig-difeg-hisym-rumef-cuxex (RSA)
|
||||||
-- |_ ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwVuv2gcr0maaKQ69VVIEv2ob4OxnuI64fkeOnCXD1lUx5tTA+vefXUWEMxgMuA7iX4irJHy2zer0NQ3Z3yJvr5scPgTYIaEOp5Uo/eGFG9Agpk5wE8CoF0e47iCAPHqzlmP2V7aNURLMODb3jVZuI07A2ZRrMGrD8d888E2ORVORv1rYeTYCqcMMoVFmX9l3gWEdk4yx3w5sD8v501Iuyd1v19mPfyhrI5E1E1nl/Xjp5N0/xP2GUBrdkDMxKaxqTPMie/f0dXBUPQQN697a5q+5lBRPhKYOtn6yQKCd9s1Q22nxn72Jmi1RzbMyYJ52FosDT755Qmb46GLrDMaZMQ==
|
-- |_ ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAwVuv2gcr0maaKQ69VVIEv2ob4OxnuI64fkeOnCXD1lUx5tTA+vefXUWEMxgMuA7iX4irJHy2zer0NQ3Z3yJvr5scPgTYIaEOp5Uo/eGFG9Agpk5wE8CoF0e47iCAPHqzlmP2V7aNURLMODb3jVZuI07A2ZRrMGrD8d888E2ORVORv1rYeTYCqcMMoVFmX9l3gWEdk4yx3w5sD8v501Iuyd1v19mPfyhrI5E1E1nl/Xjp5N0/xP2GUBrdkDMxKaxqTPMie/f0dXBUPQQN697a5q+5lBRPhKYOtn6yQKCd9s1Q22nxn72Jmi1RzbMyYJ52FosDT755Qmb46GLrDMaZMQ==
|
||||||
author = "Sven Klemm <sven@c3d2.de>"
|
author = "Sven Klemm"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
categories = {"safe","default","intrusive"}
|
categories = {"safe","default","intrusive"}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
description = [[
|
description = [[
|
||||||
Checks if an SSH server supports the obsolete and less secure SSH Protocol Version 1.
|
Checks if an SSH server supports the obsolete and less secure SSH Protocol Version 1.
|
||||||
]]
|
]]
|
||||||
author = "Brandon Enright <bmenrigh@ucsd.edu>"
|
author = "Brandon Enright"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
categories = {"default", "safe"}
|
categories = {"default", "safe"}
|
||||||
|
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ certificate.
|
|||||||
-- | Not valid before: 2009-05-28 00:00:00
|
-- | Not valid before: 2009-05-28 00:00:00
|
||||||
-- |_ Not valid after: 2010-05-01 23:59:59
|
-- |_ Not valid after: 2010-05-01 23:59:59
|
||||||
|
|
||||||
author = "David Fifield <david@bamsoftware.com>"
|
author = "David Fifield"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ supports.
|
|||||||
-- | SSL2_RC4_128_EXPORT40_WITH_MD5
|
-- | SSL2_RC4_128_EXPORT40_WITH_MD5
|
||||||
-- |_ SSL2_RC2_CBC_128_CBC_WITH_MD5
|
-- |_ SSL2_RC2_CBC_128_CBC_WITH_MD5
|
||||||
|
|
||||||
author = "Matt <mb2263@bristol.ac.uk>"
|
author = "Matt"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
categories = {"default", "safe"}
|
categories = {"default", "safe"}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ Tries to get Telnet login credentials by guessing usernames and passwords.
|
|||||||
Update (Ron Bowes, November, 2009): Now uses unpwdb database.
|
Update (Ron Bowes, November, 2009): Now uses unpwdb database.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
author = 'Eddie Bell <ejlbell@gmail.com>, Ron Bowes <ron@skullsecurity.net>'
|
author = 'Eddie Bell, Ron Bowes'
|
||||||
license = 'Same as Nmap--See http://nmap.org/book/man-legal.html'
|
license = 'Same as Nmap--See http://nmap.org/book/man-legal.html'
|
||||||
categories = {'auth', 'intrusive'}
|
categories = {'auth', 'intrusive'}
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ Attempts to extract system information from the UPnP service.
|
|||||||
-- | upnp-info: System/1.0 UPnP/1.0 IGD/1.0
|
-- | upnp-info: System/1.0 UPnP/1.0 IGD/1.0
|
||||||
-- |_ Location: http://192.168.1.1:80/UPnP/IGD.xml
|
-- |_ Location: http://192.168.1.1:80/UPnP/IGD.xml
|
||||||
|
|
||||||
author = "Thomas Buchanan <tbuchanan@thecompassgrp.net>"
|
author = "Thomas Buchanan"
|
||||||
|
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ server access is granted".
|
|||||||
-- Host script results:
|
-- Host script results:
|
||||||
-- |_ x11-access: X server access is granted
|
-- |_ x11-access: X server access is granted
|
||||||
|
|
||||||
author = "vladz <vladz@devzero.fr>"
|
author = "vladz"
|
||||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
categories = {"default", "safe", "auth"}
|
categories = {"default", "safe", "auth"}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user