1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31: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:
fyodor
2009-11-24 08:49:02 +00:00
parent 543c5408b6
commit 77ab5c4305
50 changed files with 50 additions and 50 deletions

View File

@@ -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.
author = "Diman Todorov <diman.todorov@gmail.com>"
author = "Diman Todorov"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"

View File

@@ -7,7 +7,7 @@ malware infection though it can also be used for legitimate privacy
reasons.
]]
author = "Diman Todorov <diman.todorov@gmail.com>"
author = "Diman Todorov"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"

View File

@@ -2,7 +2,7 @@ description = [[
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"

View File

@@ -5,7 +5,7 @@ DB2 EXCSAT (exchange server attributes) command packet and parses the response.
-- 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"

View File

@@ -60,7 +60,7 @@ and <code>dhcp_parse</code>, with their related functions, can easily be abstrac
-- <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"

View File

@@ -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.
]]
author = "Felix Groebert <felix@groebert.org>"
author = "Felix Groebert"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"

View File

@@ -56,7 +56,7 @@ require('bit')
require('tab')
require('dns')
author = 'Eddie Bell <ejlbell@gmail.com>'
author = 'Eddie Bell'
license = 'Same as Nmap--See http://nmap.org/book/man-legal.html'
categories = {'default', 'intrusive', 'discovery'}
runlevel = 1.0

View File

@@ -2,7 +2,7 @@ description = [[
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"

View File

@@ -6,7 +6,7 @@ Checks if an FTP server allows anonymous logins.
-- @output
-- |_ 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"
categories = {"default", "auth", "safe"}

View File

@@ -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 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"

View File

@@ -14,7 +14,7 @@ original target.
-- 80/tcp open http
-- |_ 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"

View File

@@ -16,7 +16,7 @@ authentication.
-- * bug fixes against base64 encoded strings, more flexible auth/pass check,
-- corrected sample output
author = "Thomas Buchanan <tbuchanan@thecompassgrp.net>"
author = "Thomas Buchanan"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"

View File

@@ -11,7 +11,7 @@ sent, so the difference includes at least the duration of one RTT.
-- 80/tcp open http
-- |_ 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"

View File

@@ -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 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"

View File

@@ -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>
author = "Vlatko Kosturjak <kost@linux.hr>"
author = "Vlatko Kosturjak"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"

View File

@@ -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 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"

View File

@@ -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"
-----------------------------------------------------------------------
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"
categories = {"vuln", "intrusive"}

View File

@@ -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/
--
author = "Ron Bowes <ron@skullsecurity.net>"
author = "Ron Bowes"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"

View File

@@ -37,7 +37,7 @@ web page from www.google.com.
-- nmap --script http-open-proxy.nse \
-- --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"
categories = {"default", "discovery", "external", "intrusive"}
require "comm"

View File

@@ -12,7 +12,7 @@ requesting <code>../../../../etc/passwd</code>.
-- * Rewritten to use Sven Klemm's excellent HTTP library and to do some much
-- needed cleaning up
author = "Kris Katterjohn <katterjohn@gmail.com>"
author = "Kris Katterjohn"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"

View File

@@ -15,7 +15,7 @@ response.
-- 08/31/2007
author = "Kris Katterjohn <katterjohn@gmail.com>"
author = "Kris Katterjohn"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"

View File

@@ -1,4 +1,4 @@
author = "jah <jah@zadkiel.plus.com>"
author = "jah"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"discovery", "intrusive"}
description = [[

View File

@@ -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.
]]
author = "Ferdy Riphagen <f.riphagen@nsec.nl>"
author = "Ferdy Riphagen"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"

View File

@@ -12,7 +12,7 @@ any site-specific policy.
-- |_ 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"
categories = {"default", "safe"}

View File

@@ -3,7 +3,7 @@ Attempts to extract information from Microsoft SQL Server instances.
]]
-- 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"

View File

@@ -19,7 +19,7 @@ isn't run (see the portrule).
-- 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"

View File

@@ -26,7 +26,7 @@ owns.
-- |_ |_ |_ \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"
-- Current version of this script was based entirly on Implementing CIFS, by

View File

@@ -15,7 +15,7 @@ message and changes it to the message given.
-- nmap --script=pjl-ready-message.nse \
-- --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"

View File

@@ -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>,
-- <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"
categories = {"intrusive", "auth"}

View File

@@ -12,7 +12,7 @@ server version may be available.
-- 110/tcp open pop3
-- |_ 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"
categories = {"default","discovery","safe"}

View File

@@ -3,7 +3,7 @@ Attempts to extract system information from the point-to-point tunneling protoco
]]
-- 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"

View File

@@ -2,7 +2,7 @@ description = [[
Checks if a VNC server is vulnerable to the RealVNC authentication bypass
(CVE-2006-2369).
]]
author = "Brandon Enright <bmenrigh@ucsd.edu>"
author = "Brandon Enright"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"default", "vuln", "safe"}

View File

@@ -21,7 +21,7 @@ require('shortport')
require('strbuf')
require('http')
author = "Eddie Bell <ejlbell@gmail.com>"
author = "Eddie Bell"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"default", "discovery", "safe"}
runlevel = 1.0

View File

@@ -24,7 +24,7 @@ require "bin"
require "bit"
require "tab"
author = "Sven Klemm <sven@c3d2.de>"
author = "Sven Klemm"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"default","safe","discovery"}

View File

@@ -1,7 +1,7 @@
description = [[
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"
categories = {"version"}

View File

@@ -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"
-- Set the runlevel to <1 to ensure that it runs before other scripts
runlevel = 0.5

View File

@@ -46,7 +46,7 @@ SMTP server.
-- script and from Arturo 'Buanzo' Busleiman's SMTP open relay
-- detector script.
author = "Jason DePriest <jrdepriest@gmail.com>"
author = "Jason DePriest"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"default", "discovery", "safe"}

View File

@@ -10,7 +10,7 @@ system to send spam or control the machine.
-- 22/tcp open smtp
-- |_ 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"

View File

@@ -10,7 +10,7 @@ http://www.securityfriday.com/promiscuous_detection_01.pdf.
-- Host script results:
-- |_ 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"
categories = {"discovery", "intrusive"}

View File

@@ -8,7 +8,7 @@ Attempts to find an SNMP community string by brute force guessing.
-- script will not run.
-- @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"

View File

@@ -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
-- |_ 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"

View File

@@ -22,7 +22,7 @@ syntax in the example) argument, as described below.
-- nmap --script=socks-open-proxy \
-- --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"
categories = {"default", "discovery", "external", "intrusive"}

View File

@@ -22,7 +22,7 @@ require('comm')
require('http')
require('nsedebug')
author = "Eddie Bell <ejlbell@gmail.com>"
author = "Eddie Bell"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"intrusive", "vuln"}
runlevel = 1.0

View File

@@ -36,7 +36,7 @@ Shows the target SSH server's key fingerprint and (with high enough verbosity le
-- 22/tcp open ssh
-- | ssh-hostkey: 2048 xuvah-degyp-nabus-zegah-hebur-nopig-bubig-difeg-hisym-rumef-cuxex (RSA)
-- |_ 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"
categories = {"safe","default","intrusive"}

View File

@@ -1,7 +1,7 @@
description = [[
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"
categories = {"default", "safe"}

View File

@@ -58,7 +58,7 @@ certificate.
-- | Not valid before: 2009-05-28 00:00:00
-- |_ 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"

View File

@@ -14,7 +14,7 @@ supports.
-- | SSL2_RC4_128_EXPORT40_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"
categories = {"default", "safe"}

View File

@@ -4,7 +4,7 @@ Tries to get Telnet login credentials by guessing usernames and passwords.
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'
categories = {'auth', 'intrusive'}

View File

@@ -7,7 +7,7 @@ Attempts to extract system information from the UPnP service.
-- | upnp-info: System/1.0 UPnP/1.0 IGD/1.0
-- |_ 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"

View File

@@ -16,7 +16,7 @@ server access is granted".
-- Host script results:
-- |_ 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"
categories = {"default", "safe", "auth"}