mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 05:31:31 +00:00
Some minor canonicalization of the author fileds in NSE scripts
This commit is contained in:
@@ -56,7 +56,7 @@ require('bit')
|
|||||||
require('tab')
|
require('tab')
|
||||||
require('dns')
|
require('dns')
|
||||||
|
|
||||||
author = 'Eddie Bell'
|
author = "Eddie Bell"
|
||||||
license = 'Same as Nmap--See http://nmap.org/book/man-legal.html'
|
license = 'Same as Nmap--See http://nmap.org/book/man-legal.html'
|
||||||
categories = {'default', 'intrusive', 'discovery'}
|
categories = {'default', 'intrusive', 'discovery'}
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
description=[[
|
description=[[
|
||||||
Checks to see if an FTP server allows port scanning using the FTP bounce method.
|
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"
|
license="Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||||
|
|
||||||
categories = {"default", "intrusive"}
|
categories = {"default", "intrusive"}
|
||||||
|
|||||||
Reference in New Issue
Block a user