fix cred_scanner's has_privates? method
This commit is contained in:
@@ -215,7 +215,7 @@ class Metasploit::Framework::CredentialCollection
|
||||
end
|
||||
|
||||
def has_privates?
|
||||
password.present? || pass_file.present? || userpass_file.present? || !additional_privates.empty? || blank_passwords
|
||||
password.present? || pass_file.present? || userpass_file.present? || !additional_privates.empty? || blank_passwords || user_as_pass
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user