Fixing script categories

This commit is contained in:
joao 2009-08-10 11:17:52 +00:00
parent bcce197537
commit 8e145d6994

View file

@ -17,7 +17,7 @@ author = "Rob Nicholls <robert@everythingeverything.co.uk>"
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'