From d3e623bf00bae10fab3c057bf7902faecd276a4d Mon Sep 17 00:00:00 2001 From: fyodor Date: Wed, 20 May 2009 00:51:54 +0000 Subject: [PATCH] change the categories to vuln and intrusive --- scripts/http-iis-webdav-vuln.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/http-iis-webdav-vuln.nse b/scripts/http-iis-webdav-vuln.nse index 5e66d3ec0..35a4950e2 100644 --- a/scripts/http-iis-webdav-vuln.nse +++ b/scripts/http-iis-webdav-vuln.nse @@ -21,7 +21,7 @@ The module is based on the Metasploit modules/auxiliary/scanner/http/wmap_dir_we author = "Ron Bowes and Andrew Orr" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" -categories = {"discovery"} +categories = {"vuln", "intrusive"} require "http" require "nsedebug"