1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-16 10:26:33 +00:00

FIX: Added require 'creds' where it was missing; Mostly where creds.State.<some_state> was used.

This commit is contained in:
gorjan
2011-07-07 16:22:57 +00:00
parent 880f927fc0
commit 4ca48ea450
13 changed files with 109 additions and 86 deletions

View File

@@ -29,6 +29,7 @@ categories = {"intrusive", "auth"}
require 'shortport'
require 'brute'
require 'creds'
portrule = shortport.port_or_service(2050, "", "tcp", "open")
@@ -160,4 +161,4 @@ action = function(host, port)
pool:shutdown()
return result
end
end