diff --git a/scripts/HTTPAuth.nse b/scripts/HTTPAuth.nse index ebd8f9ca6..8f78beceb 100644 --- a/scripts/HTTPAuth.nse +++ b/scripts/HTTPAuth.nse @@ -7,7 +7,7 @@ description = "If a web server requires authentication, prints the authenticatio author = "Thomas Buchanan " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" -- uncomment the following line to enable safe category -- categories = {"safe"} diff --git a/scripts/HTTPpasswd.nse b/scripts/HTTPpasswd.nse index 2cf720f1a..d209df31a 100644 --- a/scripts/HTTPpasswd.nse +++ b/scripts/HTTPpasswd.nse @@ -14,7 +14,7 @@ description = "Probe for /etc/passwd if server is susceptible to directory trave author = "Kris Katterjohn " -license = "Look at Nmap's COPYING" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"intrusive"} diff --git a/scripts/HTTPtrace.nse b/scripts/HTTPtrace.nse index bcd0c4d2e..a15e03820 100644 --- a/scripts/HTTPtrace.nse +++ b/scripts/HTTPtrace.nse @@ -14,7 +14,7 @@ description = "Send HTTP TRACE method and print modifications" author = "Kris Katterjohn " -license = "Look at Nmap's COPYING" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"discovery"} diff --git a/scripts/MSSQLm.nse b/scripts/MSSQLm.nse index 063beb75b..772f65ae3 100644 --- a/scripts/MSSQLm.nse +++ b/scripts/MSSQLm.nse @@ -7,7 +7,7 @@ description = "Attempts to extract information from Microsoft SQL Server" author = "Thomas Buchanan " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"discovery", "intrusive"} diff --git a/scripts/MySQLinfo.nse b/scripts/MySQLinfo.nse index 6317251c7..1b1086642 100644 --- a/scripts/MySQLinfo.nse +++ b/scripts/MySQLinfo.nse @@ -13,7 +13,7 @@ description = "Connects to a MySQL server and prints information" author = "Kris Katterjohn " -license = "Look at Nmap's COPYING" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = { "discovery", "safe" } diff --git a/scripts/PPTPversion.nse b/scripts/PPTPversion.nse index 25b0bd1e7..759ce4688 100644 --- a/scripts/PPTPversion.nse +++ b/scripts/PPTPversion.nse @@ -7,7 +7,7 @@ description = "Attempts to extract system information from PPTP service" author = "Thomas Buchanan " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"version"} diff --git a/scripts/RealVNC_auth_bypass.nse b/scripts/RealVNC_auth_bypass.nse index eccd69f35..99952362c 100644 --- a/scripts/RealVNC_auth_bypass.nse +++ b/scripts/RealVNC_auth_bypass.nse @@ -1,7 +1,7 @@ id="RealVNC Authentication Bypass (CVE-2006-2369)" description="Checks to see if the VNC Server is vulnerable to the RealVNC authentication bypass." author = "Brandon Enright " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"backdoor"} diff --git a/scripts/SMTP_openrelay_test.nse b/scripts/SMTP_openrelay_test.nse index 0e8fa4ea6..4bfb54c9c 100644 --- a/scripts/SMTP_openrelay_test.nse +++ b/scripts/SMTP_openrelay_test.nse @@ -1,5 +1,5 @@ -- Arturo 'Buanzo' Busleiman / www.buanzo.com.ar / linux-consulting.buanzo.com.ar --- See Nmap's COPYING file for licence details +-- Same as Nmap--See http://nmap.org/man/man-legal.html file for licence details -- This is version 20070516. -- Changelog: -- * I changed it to the "demo" category until we figure out what diff --git a/scripts/SMTPcommands.nse b/scripts/SMTPcommands.nse index 81086e55d..54f19b550 100644 --- a/scripts/SMTPcommands.nse +++ b/scripts/SMTPcommands.nse @@ -11,7 +11,7 @@ id = "SMTP" description = "Attempts to use EHLO and HELP to gather the Extended commands an SMTP server supports." author = "Jason DePriest " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"discovery", "intrusive"} require "shortport" diff --git a/scripts/SNMPsysdesr.nse b/scripts/SNMPsysdesr.nse index 03efcd7da..bf2390038 100644 --- a/scripts/SNMPsysdesr.nse +++ b/scripts/SNMPsysdesr.nse @@ -7,7 +7,7 @@ description = "Attempts to extract system information from SNMP service" author = "Thomas Buchanan " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"discovery", "safe"} diff --git a/scripts/SQLInject.nse b/scripts/SQLInject.nse index dc68fad92..3f3e1b786 100644 --- a/scripts/SQLInject.nse +++ b/scripts/SQLInject.nse @@ -32,7 +32,7 @@ id = "sql-inject" author = "Eddie Bell " description = "spiders a http server looking for URLs containing queries \ and tries to determines if they are vulnerable to injection attack" -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"vulnerability"} runlevel = 1.0 diff --git a/scripts/SSHv1-support.nse b/scripts/SSHv1-support.nse index 6d0edcaeb..c0a36a8c0 100644 --- a/scripts/SSHv1-support.nse +++ b/scripts/SSHv1-support.nse @@ -1,7 +1,7 @@ id="SSH Protocol Version 1" description="Checks to see if SSH server supports SSH Protocol Version 1." author = "Brandon Enright " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"intrusive"} require "shortport" diff --git a/scripts/SSLv2-support.nse b/scripts/SSLv2-support.nse index 165133c08..bd5bbd99d 100644 --- a/scripts/SSLv2-support.nse +++ b/scripts/SSLv2-support.nse @@ -1,7 +1,7 @@ id = "SSLv2" description = "determines whether the server (still) supports SSL-v2, and what cyphers it offers." author = "Matt " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"intrusive"} diff --git a/scripts/UPnP-info.nse b/scripts/UPnP-info.nse index 321370bb8..3d1171b9e 100644 --- a/scripts/UPnP-info.nse +++ b/scripts/UPnP-info.nse @@ -7,7 +7,7 @@ description = "Attempts to extract system information from UPnP service" author = "Thomas Buchanan " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"safe"} diff --git a/scripts/anonFTP.nse b/scripts/anonFTP.nse index 2855f95de..469a47053 100644 --- a/scripts/anonFTP.nse +++ b/scripts/anonFTP.nse @@ -4,7 +4,7 @@ description="Checks to see if a FTP server allows anonymous logins" author = "Eddie Bell " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"intrusive"} diff --git a/scripts/bruteTelnet.nse b/scripts/bruteTelnet.nse index d32198941..e2f908352 100644 --- a/scripts/bruteTelnet.nse +++ b/scripts/bruteTelnet.nse @@ -1,7 +1,7 @@ id='bruteforce' author = 'Eddie Bell ' description='brute force telnet login credientials' -license = 'See nmaps COPYING for licence' +license = 'Same as Nmap--See http://nmap.org/man/man-legal.html' categories = {'vulnerability'} require('shortport') diff --git a/scripts/chargenTest.nse b/scripts/chargenTest.nse index 059b7e6d4..3cb6697b6 100644 --- a/scripts/chargenTest.nse +++ b/scripts/chargenTest.nse @@ -4,7 +4,7 @@ description = "Connects to the UDP chargen service and tries to read some bytes" author = "Diman Todorov " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"demo"} diff --git a/scripts/daytimeTest.nse b/scripts/daytimeTest.nse index f4b22f746..e3cc14f6e 100644 --- a/scripts/daytimeTest.nse +++ b/scripts/daytimeTest.nse @@ -4,7 +4,7 @@ description = "Connects to the UDP daytime service and on success prints the day author = "Diman Todorov " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"demo"} diff --git a/scripts/dns-test-open-recursion.nse b/scripts/dns-test-open-recursion.nse index 19a7cc979..c970f4e93 100644 --- a/scripts/dns-test-open-recursion.nse +++ b/scripts/dns-test-open-recursion.nse @@ -4,7 +4,7 @@ description = "Checks whether a Nameserver on udp/53 allows querys for third-par author = "Felix Groebert " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"intrusive"} diff --git a/scripts/echoTest.nse b/scripts/echoTest.nse index 636eeb9a8..861f2100a 100644 --- a/scripts/echoTest.nse +++ b/scripts/echoTest.nse @@ -5,7 +5,7 @@ strings are equal reports success." author = "Diman Todorov " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"demo"} diff --git a/scripts/finger.nse b/scripts/finger.nse index 6358cb7f0..8818ae49e 100644 --- a/scripts/finger.nse +++ b/scripts/finger.nse @@ -4,7 +4,7 @@ description="attempts to get a list of usernames via the finger service" author = "Eddie Bell " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"discovery"} diff --git a/scripts/ftpbounce.nse b/scripts/ftpbounce.nse index 5269450d1..2f420cbfa 100644 --- a/scripts/ftpbounce.nse +++ b/scripts/ftpbounce.nse @@ -1,7 +1,7 @@ id="FTP bounce check" description="Checks to see if a FTP server allows port scanning using FTP bounce method" author="Marek Majkowski gmail.com>" -license="See nmaps COPYING for licence" +license="Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"intrusive"} diff --git a/scripts/iax2Detect.nse b/scripts/iax2Detect.nse index 587cb7fdd..a69e23c75 100644 --- a/scripts/iax2Detect.nse +++ b/scripts/iax2Detect.nse @@ -5,7 +5,7 @@ description = "Detects an listening UDP IAX2 service by using a \ author = "Ferdy Riphagen " -license = "See Nmap's COPYING for license" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"version"} diff --git a/scripts/ircServerInfo.nse b/scripts/ircServerInfo.nse index ab8f4c1a6..6cf521424 100644 --- a/scripts/ircServerInfo.nse +++ b/scripts/ircServerInfo.nse @@ -4,7 +4,7 @@ description = "Gets information from an IRC server by issuing STATS, LUSERS, etc author = "Doug Hoyte" -license = "See Nmap's COPYING" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"discovery"} diff --git a/scripts/ircZombieTest.nse b/scripts/ircZombieTest.nse index a6d6cb4b1..cb766253f 100644 --- a/scripts/ircZombieTest.nse +++ b/scripts/ircZombieTest.nse @@ -5,7 +5,7 @@ Usually this means that the host is an irc zombie." author = "Diman Todorov " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"malware"} diff --git a/scripts/kibuvDetection.nse b/scripts/kibuvDetection.nse index 77cad93be..86abcb98e 100644 --- a/scripts/kibuvDetection.nse +++ b/scripts/kibuvDetection.nse @@ -12,7 +12,7 @@ http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=WORM_KIBUV.B&VSe author = "Diman Todorov " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"malware"} diff --git a/scripts/mswindowsShell.nse b/scripts/mswindowsShell.nse index 7f136b6f9..c71ff580f 100644 --- a/scripts/mswindowsShell.nse +++ b/scripts/mswindowsShell.nse @@ -5,7 +5,7 @@ might have found an open MSWindows shell." author = "Diman Todorov " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"backdoor"} diff --git a/scripts/nbstat.nse b/scripts/nbstat.nse index f2a3df7bf..266bc2396 100644 --- a/scripts/nbstat.nse +++ b/scripts/nbstat.nse @@ -2,7 +2,7 @@ id = "NBSTAT" description = "Sends a NetBIOS query to target host to try to determine \ the NetBIOS name and MAC address." author = "Brandon Enright " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" -- This script was created by reverse-engineering the packets -- sent by NBTSCAN and hacking with the Wireshark NetBIOS diff --git a/scripts/netbios-smb-os-discovery.nse b/scripts/netbios-smb-os-discovery.nse index ce32967d5..9c7db6407 100644 --- a/scripts/netbios-smb-os-discovery.nse +++ b/scripts/netbios-smb-os-discovery.nse @@ -19,7 +19,7 @@ id = "Discover OS Version over NetBIOS and SMB" description = "Attempt to elicit OS version from host running NetBIOS/SMB" author = "Judy Novak" copyright = "Sourcefire Inc, (C) 2006-2007" -license = "See NMAP COPYING file for license" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"version"} hostrule = function(host) diff --git a/scripts/promiscuous.nse b/scripts/promiscuous.nse index 25ca37dd4..9e52f6d74 100644 --- a/scripts/promiscuous.nse +++ b/scripts/promiscuous.nse @@ -1,7 +1,7 @@ id = "Promiscuous detection" description = "Checks if hosts on local ethernet have network card in promiscuous mode." author = "Marek Majkowski " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" --[[ This script tries to guess if node in local ethernet is in promisucous mode. diff --git a/scripts/ripeQuery.nse b/scripts/ripeQuery.nse index 369850d1a..6f7e21dcd 100644 --- a/scripts/ripeQuery.nse +++ b/scripts/ripeQuery.nse @@ -3,7 +3,7 @@ require "ipOps" id = "RIPE query" description = "Connects to the RIPE database, extracts and prints the role: entry for the IP." author = "Diman Todorov " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"discovery"} diff --git a/scripts/robots.nse b/scripts/robots.nse index 0e7ff0da8..9c3c6d2e8 100644 --- a/scripts/robots.nse +++ b/scripts/robots.nse @@ -6,7 +6,7 @@ require('http') id = "robots.txt" author = "Eddie Bell " description = "Download a http servers robots.txt file and display all disallowed entries" -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"safe"} runlevel = 1.0 diff --git a/scripts/rpcinfo.nse b/scripts/rpcinfo.nse index d1375c506..162d949a9 100644 --- a/scripts/rpcinfo.nse +++ b/scripts/rpcinfo.nse @@ -2,7 +2,7 @@ id = "rpcinfo" description = "connects to portmapper and prints a list of all registered programs" author = "Sven Klemm " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"safe","discovery"} require "shortport" diff --git a/scripts/showHTMLTitle.nse b/scripts/showHTMLTitle.nse index f37b028ed..5c2c2780d 100644 --- a/scripts/showHTMLTitle.nse +++ b/scripts/showHTMLTitle.nse @@ -1,5 +1,5 @@ -- dvt --- See nmaps COPYING for licence +-- Same as Nmap--See http://nmap.org/man/man-legal.html id = "HTML title" @@ -7,7 +7,7 @@ description = "Connects to an HTTP server and extracts the title of the default author = "Diman Todorov " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"demo", "safe"} diff --git a/scripts/showHTTPVersion.nse b/scripts/showHTTPVersion.nse index ac867709e..ec5cbbd0d 100644 --- a/scripts/showHTTPVersion.nse +++ b/scripts/showHTTPVersion.nse @@ -1,14 +1,12 @@ description = "Demonstration of a version detection NSE script. It checks and reports\ the version of a remote web server. For real life purposes it is better to use the\ -Nmap version detection.\ -Author: Diman Todorov\ -License: see nmaps' COPYING for license" +Nmap version detection." id = "HTTP version" author = "Diman Todorov " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" -- add this script to "version" if you really want to execute it -- keep in mind you can (and should) only execute it with -sV diff --git a/scripts/showOwner.nse b/scripts/showOwner.nse index 524cc9b95..e9b78f72d 100644 --- a/scripts/showOwner.nse +++ b/scripts/showOwner.nse @@ -5,7 +5,7 @@ of the service on the scanned port and prints it." author = "Diman Todorov " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"safe"} diff --git a/scripts/showSMTPVersion.nse b/scripts/showSMTPVersion.nse index cf450e42e..4df15bfa2 100644 --- a/scripts/showSMTPVersion.nse +++ b/scripts/showSMTPVersion.nse @@ -4,7 +4,7 @@ description = "Simple script which queries and prints the version of an SMTP ser author = "Diman Todorov " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"demo"} diff --git a/scripts/showSSHVersion.nse b/scripts/showSSHVersion.nse index 287e696cb..756f57ed9 100644 --- a/scripts/showSSHVersion.nse +++ b/scripts/showSSHVersion.nse @@ -5,7 +5,7 @@ in the scanning attempt not being logged by the ssh daemon on the target." author = "Diman Todorov " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"demo"} diff --git a/scripts/skype_v2-version.nse b/scripts/skype_v2-version.nse index ff4a1ff82..e13cb3f08 100644 --- a/scripts/skype_v2-version.nse +++ b/scripts/skype_v2-version.nse @@ -1,7 +1,7 @@ id="Skype v2" description="Determines if remote service is Skype protocol version 2" author = "Brandon Enright " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"version"} portrule = function(host, port) diff --git a/scripts/strangeSMTPport.nse b/scripts/strangeSMTPport.nse index 7748509aa..3e19bd6da 100644 --- a/scripts/strangeSMTPport.nse +++ b/scripts/strangeSMTPport.nse @@ -7,7 +7,7 @@ or even control your machine." author = "Diman Todorov " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"backdoor"} diff --git a/scripts/xamppDefaultPass.nse b/scripts/xamppDefaultPass.nse index c902dee0a..109828e04 100644 --- a/scripts/xamppDefaultPass.nse +++ b/scripts/xamppDefaultPass.nse @@ -6,7 +6,7 @@ allows access with nobody/xampp then we report it." author = "Diman Todorov " -license = "See nmaps COPYING for licence" +license = "Same as Nmap--See http://nmap.org/man/man-legal.html" categories = {"vulnerability"} diff --git a/scripts/zoneTrans.nse b/scripts/zoneTrans.nse index 90f5715a0..684365999 100644 --- a/scripts/zoneTrans.nse +++ b/scripts/zoneTrans.nse @@ -27,7 +27,7 @@ require('tab') id = 'zone-transfer' author = 'Eddie Bell ' description = 'Request a zone transfer (AXFR) from a DNS server' -license = 'See nmaps COPYING for licence' +license = 'Same as Nmap--See http://nmap.org/man/man-legal.html' categories = {'intrusive', 'discovery'} runlevel = 1.0