From 901e41492786a11fb3f2a430e577814a2ff322e5 Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 31 Oct 2013 14:46:45 +0000 Subject: [PATCH] Author field should be a string, not table --- scripts/http-iis-short-name-brute.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-iis-short-name-brute.nse b/scripts/http-iis-short-name-brute.nse index cefc12c5b..50482fdd2 100644 --- a/scripts/http-iis-short-name-brute.nse +++ b/scripts/http-iis-short-name-brute.nse @@ -41,7 +41,7 @@ References: -- |_ http://code.google.com/p/iis-shortname-scanner-poc/ --- -author = {"Jesper Kueckelhahn", "Paulino Calderon"} +author = "Jesper Kueckelhahn, Paulino Calderon" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"intrusive", "brute"}