mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Some minor canonicalization of the author fileds in NSE scripts
This commit is contained in:
@@ -11,9 +11,9 @@ increase in the level of verbosity requested on the command line.
|
||||
-- |_ banner: 220 FTP version 1.0\x0D\x0A
|
||||
|
||||
|
||||
author = "jah <jah at zadkiel.plus.com>"
|
||||
license = "See Nmap License: http://nmap.org/book/man-legal.html"
|
||||
categories = {"discovery", "safe"}
|
||||
author = "jah <jah at zadkiel.plus.com>"
|
||||
license = "See Nmap License: http://nmap.org/book/man-legal.html"
|
||||
categories = {"discovery", "safe"}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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'}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
description=[[
|
||||
Checks to see if an FTP server allows port scanning using the FTP bounce method.
|
||||
]]
|
||||
author="Marek Majkowski <majek04<at>gmail.com>"
|
||||
author = "Marek Majkowski"
|
||||
license="Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
|
||||
categories = {"default", "intrusive"}
|
||||
|
||||
@@ -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"}
|
||||
|
||||
@@ -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"}
|
||||
|
||||
|
||||
@@ -73,9 +73,9 @@ the RIRs.
|
||||
-- | orgid: INSEC
|
||||
-- |_ country: US stateprov: CA
|
||||
|
||||
author = "jah <jah at zadkiel.plus.com>"
|
||||
license = "See Nmap License: http://nmap.org/book/man-legal.html"
|
||||
categories = {"discovery", "external", "safe"}
|
||||
author = "jah <jah at zadkiel.plus.com>"
|
||||
license = "See Nmap License: http://nmap.org/book/man-legal.html"
|
||||
categories = {"discovery", "external", "safe"}
|
||||
|
||||
local url = require "url"
|
||||
local http = require "http"
|
||||
|
||||
Reference in New Issue
Block a user