From cd4053229742e2f2dd645e9820270aedaef08b3e Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 7 Nov 2008 00:29:15 +0000 Subject: [PATCH] add to discovery category --- scripts/robots.txt.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/robots.txt.nse b/scripts/robots.txt.nse index ff35cf4de..3d67dfce2 100644 --- a/scripts/robots.txt.nse +++ b/scripts/robots.txt.nse @@ -23,7 +23,7 @@ require('http') author = "Eddie Bell " license = "Same as Nmap--See http://nmap.org/book/man-legal.html" -categories = {"default", "safe"} +categories = {"default", "discovery", "safe"} runlevel = 1.0 portrule = shortport.port_or_service({80, 8080}, {"http"})