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