1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00

Canonicalize license text--more than half did not even spell license correctly. They all still say that they are under Nmap's license, just with consistent capitalization and spelling, and now a link to Nmap legal page at http://nmap.org/man/man-legal.html

This commit is contained in:
fyodor
2008-04-07 08:23:21 +00:00
parent 425d6afdab
commit 60d1e103d3
42 changed files with 44 additions and 46 deletions

View File

@@ -7,7 +7,7 @@ description = "If a web server requires authentication, prints the authenticatio
author = "Thomas Buchanan <tbuchanan@thecompassgrp.net>"
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"}

View File

@@ -14,7 +14,7 @@ description = "Probe for /etc/passwd if server is susceptible to directory trave
author = "Kris Katterjohn <katterjohn@gmail.com>"
license = "Look at Nmap's COPYING"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"intrusive"}

View File

@@ -14,7 +14,7 @@ description = "Send HTTP TRACE method and print modifications"
author = "Kris Katterjohn <katterjohn@gmail.com>"
license = "Look at Nmap's COPYING"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"discovery"}

View File

@@ -7,7 +7,7 @@ description = "Attempts to extract information from Microsoft SQL Server"
author = "Thomas Buchanan <tbuchanan@thecompassgrp.net>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"discovery", "intrusive"}

View File

@@ -13,7 +13,7 @@ description = "Connects to a MySQL server and prints information"
author = "Kris Katterjohn <katterjohn@gmail.com>"
license = "Look at Nmap's COPYING"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = { "discovery", "safe" }

View File

@@ -7,7 +7,7 @@ description = "Attempts to extract system information from PPTP service"
author = "Thomas Buchanan <tbuchanan@thecompassgrp.net>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"version"}

View File

@@ -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 <bmenrigh@ucsd.edu>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"backdoor"}

View File

@@ -1,5 +1,5 @@
-- Arturo 'Buanzo' Busleiman <buanzo@buanzo.com.ar> / 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

View File

@@ -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 <jrdepriest@gmail.com>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"discovery", "intrusive"}
require "shortport"

View File

@@ -7,7 +7,7 @@ description = "Attempts to extract system information from SNMP service"
author = "Thomas Buchanan <tbuchanan@thecompassgrp.net>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"discovery", "safe"}

View File

@@ -32,7 +32,7 @@ id = "sql-inject"
author = "Eddie Bell <ejlbell@gmail.com>"
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

View File

@@ -1,7 +1,7 @@
id="SSH Protocol Version 1"
description="Checks to see if SSH server supports SSH Protocol Version 1."
author = "Brandon Enright <bmenrigh@ucsd.edu>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"intrusive"}
require "shortport"

View File

@@ -1,7 +1,7 @@
id = "SSLv2"
description = "determines whether the server (still) supports SSL-v2, and what cyphers it offers."
author = "Matt <mb2263@bristol.ac.uk>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"intrusive"}

View File

@@ -7,7 +7,7 @@ description = "Attempts to extract system information from UPnP service"
author = "Thomas Buchanan <tbuchanan@thecompassgrp.net>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"safe"}

View File

@@ -4,7 +4,7 @@ description="Checks to see if a FTP server allows anonymous logins"
author = "Eddie Bell <ejlbell@gmail.com>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"intrusive"}

View File

@@ -1,7 +1,7 @@
id='bruteforce'
author = 'Eddie Bell <ejlbell@gmail.com>'
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')

View File

@@ -4,7 +4,7 @@ description = "Connects to the UDP chargen service and tries to read some bytes"
author = "Diman Todorov <diman.todorov@gmail.com>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"demo"}

View File

@@ -4,7 +4,7 @@ description = "Connects to the UDP daytime service and on success prints the day
author = "Diman Todorov <diman.todorov@gmail.com>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"demo"}

View File

@@ -4,7 +4,7 @@ description = "Checks whether a Nameserver on udp/53 allows querys for third-par
author = "Felix Groebert <felix@groebert.org>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"intrusive"}

View File

@@ -5,7 +5,7 @@ strings are equal reports success."
author = "Diman Todorov <diman.todorov@gmail.com>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"demo"}

View File

@@ -4,7 +4,7 @@ description="attempts to get a list of usernames via the finger service"
author = "Eddie Bell <ejlbell@gmail.com>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"discovery"}

View File

@@ -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 <majek04<at>gmail.com>"
license="See nmaps COPYING for licence"
license="Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"intrusive"}

View File

@@ -5,7 +5,7 @@ description = "Detects an listening UDP IAX2 service by using a \
author = "Ferdy Riphagen <f.riphagen@nsec.nl>"
license = "See Nmap's COPYING for license"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"version"}

View File

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

View File

@@ -5,7 +5,7 @@ Usually this means that the host is an irc zombie."
author = "Diman Todorov <diman.todorov@gmail.com>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"malware"}

View File

@@ -12,7 +12,7 @@ http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=WORM_KIBUV.B&VSe
author = "Diman Todorov <diman.todorov@gmail.com>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"malware"}

View File

@@ -5,7 +5,7 @@ might have found an open MSWindows shell."
author = "Diman Todorov <diman.todorov@gmail.com>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"backdoor"}

View File

@@ -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 <bmenrigh@ucsd.edu>"
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

View File

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

View File

@@ -1,7 +1,7 @@
id = "Promiscuous detection"
description = "Checks if hosts on local ethernet have network card in promiscuous mode."
author = "Marek Majkowski <majek04+nse@gmail.com>"
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.

View File

@@ -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 <diman.todorov@gmail.com>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"discovery"}

View File

@@ -6,7 +6,7 @@ require('http')
id = "robots.txt"
author = "Eddie Bell <ejlbell@gmail.com>"
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

View File

@@ -2,7 +2,7 @@ id = "rpcinfo"
description = "connects to portmapper and prints a list of all registered programs"
author = "Sven Klemm <sven@c3d2.de>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"safe","discovery"}
require "shortport"

View File

@@ -1,5 +1,5 @@
-- dvt <diman.todorov@gmail.com>
-- 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 <diman.todorov@gmail.com>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"demo", "safe"}

View File

@@ -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 <diman.todorov@gmail.com>"
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

View File

@@ -5,7 +5,7 @@ of the service on the scanned port and prints it."
author = "Diman Todorov <diman.todorov@gmail.com>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"safe"}

View File

@@ -4,7 +4,7 @@ description = "Simple script which queries and prints the version of an SMTP ser
author = "Diman Todorov <diman.todorov@gmail.com>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"demo"}

View File

@@ -5,7 +5,7 @@ in the scanning attempt not being logged by the ssh daemon on the target."
author = "Diman Todorov <diman.todorov@gmail.com>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"demo"}

View File

@@ -1,7 +1,7 @@
id="Skype v2"
description="Determines if remote service is Skype protocol version 2"
author = "Brandon Enright <bmenrigh@ucsd.edu>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"version"}
portrule = function(host, port)

View File

@@ -7,7 +7,7 @@ or even control your machine."
author = "Diman Todorov <diman.todorov@gmail.com>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"backdoor"}

View File

@@ -6,7 +6,7 @@ allows access with nobody/xampp then we report it."
author = "Diman Todorov <diman.todorov@gmail.com>"
license = "See nmaps COPYING for licence"
license = "Same as Nmap--See http://nmap.org/man/man-legal.html"
categories = {"vulnerability"}

View File

@@ -27,7 +27,7 @@ require('tab')
id = 'zone-transfer'
author = 'Eddie Bell <ejlbell@gmail.com>'
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