From 43fa2ded5830ef62c0c4a49d1a997906b571ad89 Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 7 Nov 2008 00:31:15 +0000 Subject: [PATCH] add to the discovery category. I'm not certain this is a good move, but html-trace is in the category, so we presumably need to either remove it from html-trace or add it to http-title, robots.txt, etc. --- scripts/html-title.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/html-title.nse b/scripts/html-title.nse index 18cdf6acc..1009dc0d7 100644 --- a/scripts/html-title.nse +++ b/scripts/html-title.nse @@ -16,7 +16,7 @@ author = "Diman Todorov " license = "Same as Nmap--See http://nmap.org/book/man-legal.html" -categories = {"default", "safe"} +categories = {"default", "discovery", "safe"} local url = require 'url' local dns = require 'dns'