mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 00:19:01 +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 @@ Performs brute force password auditing against Subversion source code control se
|
||||
|
||||
require 'shortport'
|
||||
require 'brute'
|
||||
require 'creds'
|
||||
|
||||
author = "Patrik Karlsson"
|
||||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
@@ -263,4 +264,4 @@ action = function(host, port)
|
||||
end
|
||||
|
||||
return accounts
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user