1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

Some minor canonicalization of the author fileds in NSE scripts

This commit is contained in:
fyodor
2010-01-19 08:28:30 +00:00
parent 0e913e4039
commit 785126a4a9
6 changed files with 10 additions and 10 deletions

View File

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

View File

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