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