From 8e145d6994c97a442938c4485796c0d32f4fc353 Mon Sep 17 00:00:00 2001 From: joao Date: Mon, 10 Aug 2009 11:17:52 +0000 Subject: [PATCH] Fixing script categories --- scripts/http-enum.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-enum.nse b/scripts/http-enum.nse index 111d2fc15..c2a8d6a9a 100644 --- a/scripts/http-enum.nse +++ b/scripts/http-enum.nse @@ -17,7 +17,7 @@ author = "Rob Nicholls " license = "Same as Nmap--See http://nmap.org/book/man-legal.html" -categories = {"default", "discovery", "safe"} +categories = {"discovery", "intrusive", "vuln"} local url = require 'url' local http = require 'http'