1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00

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'