1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 12:19:02 +00:00

Removes the script from the "safe" category.

This commit is contained in:
paulino
2012-09-07 23:44:58 +00:00
parent d7234e2582
commit ed65dd66d3
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ author = "Paulino Calderon <calderon()websec.mx>"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"safe", "auth", "vuln"}
categories = {"auth", "vuln"}
local http = require "http"
local shortport = require "shortport"