We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70a79bb + 159446c commit bca0d71Copy full SHA for bca0d71
modules/auxiliary/scanner/http/http_login.rb
@@ -181,6 +181,7 @@ def run_host(ip)
181
case result.status
182
when Metasploit::Model::Login::Status::SUCCESSFUL
183
print_brute :level => :good, :ip => ip, :msg => "Success: '#{result.credential}'"
184
+ credential_data[:private_type] = :password
185
credential_core = create_credential(credential_data)
186
credential_data[:core] = credential_core
187
create_credential_login(credential_data)
0 commit comments