diff --git a/scripts/HTTPAuth.nse b/scripts/HTTPAuth.nse index 8f78beceb..e5b05d6a7 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" -- uncomment the following line to enable safe category -- categories = {"safe"} diff --git a/scripts/HTTPpasswd.nse b/scripts/HTTPpasswd.nse index d209df31a..c0ccaf393 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"intrusive"} diff --git a/scripts/HTTPtrace.nse b/scripts/HTTPtrace.nse index a15e03820..40e0bc3a2 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"discovery"} diff --git a/scripts/MSSQLm.nse b/scripts/MSSQLm.nse index 772f65ae3..6c72d0e4b 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"discovery", "intrusive"} diff --git a/scripts/MySQLinfo.nse b/scripts/MySQLinfo.nse index 1b1086642..4860fd9be 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = { "discovery", "safe" } diff --git a/scripts/PPTPversion.nse b/scripts/PPTPversion.nse index 759ce4688..bdc32322a 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"version"} diff --git a/scripts/RealVNC_auth_bypass.nse b/scripts/RealVNC_auth_bypass.nse index 99952362c..9def3e608 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"backdoor"} diff --git a/scripts/SMTP_openrelay_test.nse b/scripts/SMTP_openrelay_test.nse index 4bfb54c9c..429e479de 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 --- Same as Nmap--See http://nmap.org/man/man-legal.html file for licence details +-- Same as Nmap--See http://nmap.org/book/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 54f19b550..2d1f0d3cb 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"discovery", "intrusive"} require "shortport" diff --git a/scripts/SNMPsysdesr.nse b/scripts/SNMPsysdesr.nse index 7921346fd..318e4caa6 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"discovery", "safe"} diff --git a/scripts/SQLInject.nse b/scripts/SQLInject.nse index 3f3e1b786..01ce456c4 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"vulnerability"} runlevel = 1.0 diff --git a/scripts/SSHv1-support.nse b/scripts/SSHv1-support.nse index c0a36a8c0..c30797b76 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"intrusive"} require "shortport" diff --git a/scripts/SSLv2-support.nse b/scripts/SSLv2-support.nse index bd5bbd99d..c0b7ff13b 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"intrusive"} diff --git a/scripts/UPnP-info.nse b/scripts/UPnP-info.nse index 3d1171b9e..1bf9ebdd3 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"safe"} diff --git a/scripts/anonFTP.nse b/scripts/anonFTP.nse index 469a47053..c2ddd7ec4 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"intrusive"} diff --git a/scripts/bruteTelnet.nse b/scripts/bruteTelnet.nse index e2f908352..8c4925edf 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 = 'Same as Nmap--See http://nmap.org/man/man-legal.html' +license = 'Same as Nmap--See http://nmap.org/book/man-legal.html' categories = {'vulnerability'} require('shortport') diff --git a/scripts/chargenTest.nse b/scripts/chargenTest.nse index 3cb6697b6..b5da712ba 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"demo"} diff --git a/scripts/daytimeTest.nse b/scripts/daytimeTest.nse index e3cc14f6e..1e1d6cafb 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"demo"} diff --git a/scripts/dns-test-open-recursion.nse b/scripts/dns-test-open-recursion.nse index c970f4e93..0a87e2fc7 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"intrusive"} diff --git a/scripts/echoTest.nse b/scripts/echoTest.nse index 861f2100a..431428aa5 100644 --- a/scripts/echoTest.nse +++ b/scripts/echoTest.nse @@ -5,7 +5,7 @@ strings are equal reports success." author = "Diman Todorov " -license = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"demo"} diff --git a/scripts/finger.nse b/scripts/finger.nse index 8818ae49e..c3635cfc7 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"discovery"} diff --git a/scripts/ftpbounce.nse b/scripts/ftpbounce.nse index 2f420cbfa..578e3fc76 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="Same as Nmap--See http://nmap.org/man/man-legal.html" +license="Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"intrusive"} diff --git a/scripts/iax2Detect.nse b/scripts/iax2Detect.nse index a69e23c75..5ee922bf3 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"version"} diff --git a/scripts/ircServerInfo.nse b/scripts/ircServerInfo.nse index 6cf521424..9d49068eb 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"discovery"} diff --git a/scripts/ircZombieTest.nse b/scripts/ircZombieTest.nse index cb766253f..c3c672f94 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"malware"} diff --git a/scripts/kibuvDetection.nse b/scripts/kibuvDetection.nse index 86abcb98e..f1e62d552 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"malware"} diff --git a/scripts/mswindowsShell.nse b/scripts/mswindowsShell.nse index c71ff580f..f925aac5f 100644 --- a/scripts/mswindowsShell.nse +++ b/scripts/mswindowsShell.nse @@ -5,7 +5,7 @@ might have found an open MSWindows shell." author = "Diman Todorov " -license = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"backdoor"} diff --git a/scripts/nbstat.nse b/scripts/nbstat.nse index 266bc2396..688034cb4 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/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 9c7db6407..f5470bfef 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"version"} hostrule = function(host) diff --git a/scripts/promiscuous.nse b/scripts/promiscuous.nse index 9e52f6d74..63faf50df 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/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 6f7e21dcd..bf21cf36d 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"discovery"} diff --git a/scripts/robots.nse b/scripts/robots.nse index 9c3c6d2e8..9fa0df8e3 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"safe"} runlevel = 1.0 diff --git a/scripts/rpcinfo.nse b/scripts/rpcinfo.nse index 162d949a9..2d8f017b1 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"safe","discovery"} require "shortport" diff --git a/scripts/showHTMLTitle.nse b/scripts/showHTMLTitle.nse index 5c2c2780d..9e4af027d 100644 --- a/scripts/showHTMLTitle.nse +++ b/scripts/showHTMLTitle.nse @@ -1,5 +1,5 @@ -- dvt --- Same as Nmap--See http://nmap.org/man/man-legal.html +-- Same as Nmap--See http://nmap.org/book/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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"demo", "safe"} diff --git a/scripts/showHTTPVersion.nse b/scripts/showHTTPVersion.nse index ec5cbbd0d..75c3e39b7 100644 --- a/scripts/showHTTPVersion.nse +++ b/scripts/showHTTPVersion.nse @@ -6,7 +6,7 @@ id = "HTTP version" author = "Diman Todorov " -license = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/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 e9b78f72d..330178770 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"safe"} diff --git a/scripts/showSMTPVersion.nse b/scripts/showSMTPVersion.nse index 4df15bfa2..f346c82fe 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"demo"} diff --git a/scripts/showSSHVersion.nse b/scripts/showSSHVersion.nse index 756f57ed9..0ea17ac80 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"demo"} diff --git a/scripts/skype_v2-version.nse b/scripts/skype_v2-version.nse index e13cb3f08..3fdaa4a88 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"version"} portrule = function(host, port) diff --git a/scripts/strangeSMTPport.nse b/scripts/strangeSMTPport.nse index 3e19bd6da..f21f81f91 100644 --- a/scripts/strangeSMTPport.nse +++ b/scripts/strangeSMTPport.nse @@ -7,7 +7,7 @@ or even control your machine." author = "Diman Todorov " -license = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"backdoor"} diff --git a/scripts/xamppDefaultPass.nse b/scripts/xamppDefaultPass.nse index 109828e04..c8ebad0a5 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 = "Same as Nmap--See http://nmap.org/man/man-legal.html" +license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"vulnerability"} diff --git a/scripts/zoneTrans.nse b/scripts/zoneTrans.nse index 684365999..3dcd22fa0 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 = 'Same as Nmap--See http://nmap.org/man/man-legal.html' +license = 'Same as Nmap--See http://nmap.org/book/man-legal.html' categories = {'intrusive', 'discovery'} runlevel = 1.0