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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user