mirror of
https://github.com/nmap/nmap.git
synced 2026-01-08 07:29:03 +00:00
FIX: Added require 'creds' where it was missing; Mostly where creds.State.<some_state> was used.
This commit is contained in:
@@ -32,6 +32,7 @@ categories = {"intrusive", "auth"}
|
||||
require 'shortport'
|
||||
require 'brute'
|
||||
require 'vnc'
|
||||
require 'creds'
|
||||
|
||||
portrule = shortport.port_or_service(5901, "vnc", "tcp", "open")
|
||||
|
||||
@@ -140,4 +141,4 @@ action = function(host, port)
|
||||
status, result = engine:start()
|
||||
|
||||
return result
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user