mirror of
https://github.com/nmap/nmap.git
synced 2026-02-02 11:39:03 +00:00
Credential object is creds.Account, not brute.Account. See #2086
This commit is contained in:
@@ -143,7 +143,7 @@ Driver = {
|
||||
return false, brute.Error:new(error_message)
|
||||
end
|
||||
|
||||
return true, brute.Account:new(username, password, creds.State.VALID)
|
||||
return true, creds.Account:new(username, password, creds.State.VALID)
|
||||
end,
|
||||
|
||||
check = function(self)
|
||||
|
||||
Reference in New Issue
Block a user