1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 11:29:01 +00:00

fix a category typo

This commit is contained in:
fyodor
2012-03-08 19:02:02 +00:00
parent 542ed0bf67
commit e085c8084d

View File

@@ -28,7 +28,7 @@ setup to require authentication or not and also supports IP restrictions.
author = "Patrik Karlsson"
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
categories = {"discover", "safe"}
categories = {"discovery", "safe"}
dependencies = {"rpcap-brute"}
require 'creds'
@@ -87,4 +87,4 @@ action = function(host, port)
end
return fail(resp)
end
end