diff --git a/scripts/auth-owners.nse b/scripts/auth-owners.nse index 8082bb0b4..f3c47f7a3 100644 --- a/scripts/auth-owners.nse +++ b/scripts/auth-owners.nse @@ -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 " +author = "Diman Todorov" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/auth-spoof.nse b/scripts/auth-spoof.nse index 53e32ca6a..80138c8e5 100644 --- a/scripts/auth-spoof.nse +++ b/scripts/auth-spoof.nse @@ -7,7 +7,7 @@ malware infection though it can also be used for legitimate privacy reasons. ]] -author = "Diman Todorov " +author = "Diman Todorov" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/daytime.nse b/scripts/daytime.nse index af923aaf4..02e9d888d 100644 --- a/scripts/daytime.nse +++ b/scripts/daytime.nse @@ -2,7 +2,7 @@ description = [[ Retrieves the day and time from the UDP Daytime service. ]] -author = "Diman Todorov " +author = "Diman Todorov" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/db2-info.nse b/scripts/db2-info.nse index bd570f064..5b06b6c39 100644 --- a/scripts/db2-info.nse +++ b/scripts/db2-info.nse @@ -5,7 +5,7 @@ DB2 EXCSAT (exchange server attributes) command packet and parses the response. -- rev 1.2 (2010-11-11) -author = "Tom Sellers " +author = "Tom Sellers" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/dhcp-discover.nse b/scripts/dhcp-discover.nse index 459c9712b..d528be4bf 100644 --- a/scripts/dhcp-discover.nse +++ b/scripts/dhcp-discover.nse @@ -60,7 +60,7 @@ and dhcp_parse, with their related functions, can easily be abstrac -- fake_requests * 1000. Default: 5000. -author = "Ron Bowes " +author = "Ron Bowes" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/dns-recursion.nse b/scripts/dns-recursion.nse index df153425a..8998ac3a5 100644 --- a/scripts/dns-recursion.nse +++ b/scripts/dns-recursion.nse @@ -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 " +author = "Felix Groebert" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/dns-zone-transfer.nse b/scripts/dns-zone-transfer.nse index b80f0cce3..f4780a6df 100644 --- a/scripts/dns-zone-transfer.nse +++ b/scripts/dns-zone-transfer.nse @@ -56,7 +56,7 @@ require('bit') require('tab') require('dns') -author = 'Eddie Bell ' +author = 'Eddie Bell' license = 'Same as Nmap--See http://nmap.org/book/man-legal.html' categories = {'default', 'intrusive', 'discovery'} runlevel = 1.0 diff --git a/scripts/finger.nse b/scripts/finger.nse index 6fc77da51..054157d77 100644 --- a/scripts/finger.nse +++ b/scripts/finger.nse @@ -2,7 +2,7 @@ description = [[ Attempts to retrieve a list of usernames using the finger service. ]] -author = "Eddie Bell " +author = "Eddie Bell" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/ftp-anon.nse b/scripts/ftp-anon.nse index e12c8b992..316b0c643 100644 --- a/scripts/ftp-anon.nse +++ b/scripts/ftp-anon.nse @@ -6,7 +6,7 @@ Checks if an FTP server allows anonymous logins. -- @output -- |_ ftp-anon: Anonymous FTP login allowed -author = "Eddie Bell " +author = "Eddie Bell" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"default", "auth", "safe"} diff --git a/scripts/ftp-brute.nse b/scripts/ftp-brute.nse index 3a25f2e31..25d41a8a6 100644 --- a/scripts/ftp-brute.nse +++ b/scripts/ftp-brute.nse @@ -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 , Vlatko Kosturjak , Ron Bowes " +author = "Diman Todorov, Vlatko Kosturjak, Ron Bowes" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/html-title.nse b/scripts/html-title.nse index 967556964..2d2aed4b0 100644 --- a/scripts/html-title.nse +++ b/scripts/html-title.nse @@ -14,7 +14,7 @@ original target. -- 80/tcp open http -- |_ html-title.nse: Go ahead and ScanMe! -author = "Diman Todorov " +author = "Diman Todorov" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/http-auth.nse b/scripts/http-auth.nse index 1f568eed3..55e90798d 100644 --- a/scripts/http-auth.nse +++ b/scripts/http-auth.nse @@ -16,7 +16,7 @@ authentication. -- * bug fixes against base64 encoded strings, more flexible auth/pass check, -- corrected sample output -author = "Thomas Buchanan " +author = "Thomas Buchanan" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/http-date.nse b/scripts/http-date.nse index 67a6963a7..d62fae4a0 100644 --- a/scripts/http-date.nse +++ b/scripts/http-date.nse @@ -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 " +author = "David Fifield" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/http-enum.nse b/scripts/http-enum.nse index bcb2ce4fb..1c432dfca 100644 --- a/scripts/http-enum.nse +++ b/scripts/http-enum.nse @@ -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 , Andrew Orr , Rob Nicholls " +author = "Ron Bowes, Andrew Orr, Rob Nicholls" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/http-favicon.nse b/scripts/http-favicon.nse index 0ca2e9bf3..11b0dcdd4 100644 --- a/scripts/http-favicon.nse +++ b/scripts/http-favicon.nse @@ -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=,favicon.uri= -author = "Vlatko Kosturjak " +author = "Vlatko Kosturjak" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/http-headers.nse b/scripts/http-headers.nse index b79937eea..188684002 100644 --- a/scripts/http-headers.nse +++ b/scripts/http-headers.nse @@ -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 " +author = "Ron Bowes" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/http-iis-webdav-vuln.nse b/scripts/http-iis-webdav-vuln.nse index 3858b5ddf..f35cbaab5 100644 --- a/scripts/http-iis-webdav-vuln.nse +++ b/scripts/http-iis-webdav-vuln.nse @@ -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 and Andrew Orr " +author = "Ron Bowes and Andrew Orr" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"vuln", "intrusive"} diff --git a/scripts/http-malware-host.nse b/scripts/http-malware-host.nse index ba4de6ab1..8e1d81eaf 100644 --- a/scripts/http-malware-host.nse +++ b/scripts/http-malware-host.nse @@ -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 " +author = "Ron Bowes" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/http-open-proxy.nse b/scripts/http-open-proxy.nse index 092be95e9..046e372db 100644 --- a/scripts/http-open-proxy.nse +++ b/scripts/http-open-proxy.nse @@ -37,7 +37,7 @@ web page from www.google.com. -- nmap --script http-open-proxy.nse \ -- --script-args proxy.url=,proxy.pattern= -author = "Arturo 'Buanzo' Busleiman " +author = "Arturo 'Buanzo' Busleiman" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"default", "discovery", "external", "intrusive"} require "comm" diff --git a/scripts/http-passwd.nse b/scripts/http-passwd.nse index 7081bbcc5..1ec012973 100644 --- a/scripts/http-passwd.nse +++ b/scripts/http-passwd.nse @@ -12,7 +12,7 @@ requesting ../../../../etc/passwd. -- * Rewritten to use Sven Klemm's excellent HTTP library and to do some much -- needed cleaning up -author = "Kris Katterjohn " +author = "Kris Katterjohn" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/http-trace.nse b/scripts/http-trace.nse index 932b569cf..82f56b07a 100644 --- a/scripts/http-trace.nse +++ b/scripts/http-trace.nse @@ -15,7 +15,7 @@ response. -- 08/31/2007 -author = "Kris Katterjohn " +author = "Kris Katterjohn" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/http-userdir-enum.nse b/scripts/http-userdir-enum.nse index cb62e5f35..09d0e2547 100644 --- a/scripts/http-userdir-enum.nse +++ b/scripts/http-userdir-enum.nse @@ -1,4 +1,4 @@ -author = "jah " +author = "jah" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"discovery", "intrusive"} description = [[ diff --git a/scripts/iax2-version.nse b/scripts/iax2-version.nse index 3f48496d0..9cc2618f5 100644 --- a/scripts/iax2-version.nse +++ b/scripts/iax2-version.nse @@ -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 " +author = "Ferdy Riphagen" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/imap-capabilities.nse b/scripts/imap-capabilities.nse index 1a0e93dc5..c755c6cd4 100644 --- a/scripts/imap-capabilities.nse +++ b/scripts/imap-capabilities.nse @@ -12,7 +12,7 @@ any site-specific policy. -- |_ imap-capabilities: LOGINDISABLED IDLE IMAP4 LITERAL+ STARTTLS NAMESPACE IMAP4rev1 -author = "Brandon Enright " +author = "Brandon Enright" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"default", "safe"} diff --git a/scripts/ms-sql-info.nse b/scripts/ms-sql-info.nse index b883d1434..a1ad322ed 100644 --- a/scripts/ms-sql-info.nse +++ b/scripts/ms-sql-info.nse @@ -3,7 +3,7 @@ Attempts to extract information from Microsoft SQL Server instances. ]] -- rev 1.0 (2007-06-09) -author = "Thomas Buchanan " +author = "Thomas Buchanan" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/mysql-info.nse b/scripts/mysql-info.nse index a538626bf..4bbbd6b74 100644 --- a/scripts/mysql-info.nse +++ b/scripts/mysql-info.nse @@ -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 " +author = "Kris Katterjohn" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/nbstat.nse b/scripts/nbstat.nse index c69c5f1aa..4e02e3718 100644 --- a/scripts/nbstat.nse +++ b/scripts/nbstat.nse @@ -26,7 +26,7 @@ owns. -- |_ |_ |_ \x01\x02__MSBROWSE__\x02<01> Flags: -author = "Brandon Enright , 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 diff --git a/scripts/pjl-ready-message.nse b/scripts/pjl-ready-message.nse index e88aca4ac..064c41f70 100644 --- a/scripts/pjl-ready-message.nse +++ b/scripts/pjl-ready-message.nse @@ -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 " +author = "Aaron Leininger" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/pop3-brute.nse b/scripts/pop3-brute.nse index d981c2f32..70e6e18a6 100644 --- a/scripts/pop3-brute.nse +++ b/scripts/pop3-brute.nse @@ -7,7 +7,7 @@ Tries to log into a POP3 account by guessing usernames and passwords. -- (default), "SASL-PLAIN", "SASL-LOGIN", -- "SASL-CRAM-MD5", or "APOP". -author = "Philip Pickering " +author = "Philip Pickering" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"intrusive", "auth"} diff --git a/scripts/pop3-capabilities.nse b/scripts/pop3-capabilities.nse index 175a859ee..0d15d3be6 100644 --- a/scripts/pop3-capabilities.nse +++ b/scripts/pop3-capabilities.nse @@ -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 " +author = "Philip Pickering" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"default","discovery","safe"} diff --git a/scripts/pptp-version.nse b/scripts/pptp-version.nse index fddd571ac..199fddcd4 100644 --- a/scripts/pptp-version.nse +++ b/scripts/pptp-version.nse @@ -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 " +author = "Thomas Buchanan" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/realvnc-auth-bypass.nse b/scripts/realvnc-auth-bypass.nse index bddd65f75..c4799da21 100644 --- a/scripts/realvnc-auth-bypass.nse +++ b/scripts/realvnc-auth-bypass.nse @@ -2,7 +2,7 @@ description = [[ Checks if a VNC server is vulnerable to the RealVNC authentication bypass (CVE-2006-2369). ]] -author = "Brandon Enright " +author = "Brandon Enright" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"default", "vuln", "safe"} diff --git a/scripts/robots.txt.nse b/scripts/robots.txt.nse index a3098515d..022081e1a 100644 --- a/scripts/robots.txt.nse +++ b/scripts/robots.txt.nse @@ -21,7 +21,7 @@ require('shortport') require('strbuf') require('http') -author = "Eddie Bell " +author = "Eddie Bell" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"default", "discovery", "safe"} runlevel = 1.0 diff --git a/scripts/rpcinfo.nse b/scripts/rpcinfo.nse index 75c88e0ea..891537217 100644 --- a/scripts/rpcinfo.nse +++ b/scripts/rpcinfo.nse @@ -24,7 +24,7 @@ require "bin" require "bit" require "tab" -author = "Sven Klemm " +author = "Sven Klemm" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"default","safe","discovery"} diff --git a/scripts/skypev2-version.nse b/scripts/skypev2-version.nse index 7badb5629..6aab97cf7 100644 --- a/scripts/skypev2-version.nse +++ b/scripts/skypev2-version.nse @@ -1,7 +1,7 @@ description = [[ Detects the Skype version 2 service. ]] -author = "Brandon Enright " +author = "Brandon Enright" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"version"} diff --git a/scripts/smb-brute.nse b/scripts/smb-brute.nse index 18deb1541..b724fc6c5 100644 --- a/scripts/smb-brute.nse +++ b/scripts/smb-brute.nse @@ -93,7 +93,7 @@ determined with a fairly efficient bruteforce. For example, if the actual passwo ----------------------------------------------------------------------- -author = "Ron Bowes " +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 diff --git a/scripts/smtp-commands.nse b/scripts/smtp-commands.nse index 49a37ade4..c72e73a06 100644 --- a/scripts/smtp-commands.nse +++ b/scripts/smtp-commands.nse @@ -46,7 +46,7 @@ SMTP server. -- script and from Arturo 'Buanzo' Busleiman's SMTP open relay -- detector script. -author = "Jason DePriest " +author = "Jason DePriest" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"default", "discovery", "safe"} diff --git a/scripts/smtp-strangeport.nse b/scripts/smtp-strangeport.nse index 970279666..ecf41e95c 100644 --- a/scripts/smtp-strangeport.nse +++ b/scripts/smtp-strangeport.nse @@ -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 " +author = "Diman Todorov" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/sniffer-detect.nse b/scripts/sniffer-detect.nse index afd3c3870..916b60a34 100644 --- a/scripts/sniffer-detect.nse +++ b/scripts/sniffer-detect.nse @@ -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 " +author = "Marek Majkowski" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"discovery", "intrusive"} diff --git a/scripts/snmp-brute.nse b/scripts/snmp-brute.nse index fcc21c9f3..469c6e1d0 100644 --- a/scripts/snmp-brute.nse +++ b/scripts/snmp-brute.nse @@ -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 " +author = "Philip Pickering" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/snmp-sysdescr.nse b/scripts/snmp-sysdescr.nse index 653702cab..2b13906cd 100644 --- a/scripts/snmp-sysdescr.nse +++ b/scripts/snmp-sysdescr.nse @@ -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 " +author = "Thomas Buchanan" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/socks-open-proxy.nse b/scripts/socks-open-proxy.nse index 6795878aa..8adb0afae 100644 --- a/scripts/socks-open-proxy.nse +++ b/scripts/socks-open-proxy.nse @@ -22,7 +22,7 @@ syntax in the example) argument, as described below. -- nmap --script=socks-open-proxy \ -- --script-args proxy.url=,proxy.pattern= -author = "Joao Correa " +author = "Joao Correa" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"default", "discovery", "external", "intrusive"} diff --git a/scripts/sql-injection.nse b/scripts/sql-injection.nse index 5bf1cbcfa..0fe6a3fde 100644 --- a/scripts/sql-injection.nse +++ b/scripts/sql-injection.nse @@ -22,7 +22,7 @@ require('comm') require('http') require('nsedebug') -author = "Eddie Bell " +author = "Eddie Bell" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"intrusive", "vuln"} runlevel = 1.0 diff --git a/scripts/ssh-hostkey.nse b/scripts/ssh-hostkey.nse index bcd16afba..be3e39cda 100644 --- a/scripts/ssh-hostkey.nse +++ b/scripts/ssh-hostkey.nse @@ -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 " +author = "Sven Klemm" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"safe","default","intrusive"} diff --git a/scripts/sshv1.nse b/scripts/sshv1.nse index 1643b61fa..83b8b2c9b 100644 --- a/scripts/sshv1.nse +++ b/scripts/sshv1.nse @@ -1,7 +1,7 @@ description = [[ Checks if an SSH server supports the obsolete and less secure SSH Protocol Version 1. ]] -author = "Brandon Enright " +author = "Brandon Enright" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"default", "safe"} diff --git a/scripts/ssl-cert.nse b/scripts/ssl-cert.nse index 6e889b7a1..3a061fa2f 100644 --- a/scripts/ssl-cert.nse +++ b/scripts/ssl-cert.nse @@ -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 " +author = "David Fifield" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/sslv2.nse b/scripts/sslv2.nse index 7c1c36df7..d8165d3d0 100644 --- a/scripts/sslv2.nse +++ b/scripts/sslv2.nse @@ -14,7 +14,7 @@ supports. -- | SSL2_RC4_128_EXPORT40_WITH_MD5 -- |_ SSL2_RC2_CBC_128_CBC_WITH_MD5 -author = "Matt " +author = "Matt" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"default", "safe"} diff --git a/scripts/telnet-brute.nse b/scripts/telnet-brute.nse index f821bd825..0066a985f 100644 --- a/scripts/telnet-brute.nse +++ b/scripts/telnet-brute.nse @@ -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 , Ron Bowes ' +author = 'Eddie Bell, Ron Bowes' license = 'Same as Nmap--See http://nmap.org/book/man-legal.html' categories = {'auth', 'intrusive'} diff --git a/scripts/upnp-info.nse b/scripts/upnp-info.nse index 56248ddf8..44475f3ec 100644 --- a/scripts/upnp-info.nse +++ b/scripts/upnp-info.nse @@ -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 " +author = "Thomas Buchanan" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" diff --git a/scripts/x11-access.nse b/scripts/x11-access.nse index fbb135fc1..8da824994 100644 --- a/scripts/x11-access.nse +++ b/scripts/x11-access.nse @@ -16,7 +16,7 @@ server access is granted". -- Host script results: -- |_ x11-access: X server access is granted -author = "vladz " +author = "vladz" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"default", "safe", "auth"}