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.
1 parent 16c3bf9 commit 04fa626Copy full SHA for 04fa626
modules/auxiliary/admin/http/netgear_soap_password_extractor.rb
@@ -126,8 +126,7 @@ def extract_credentials(body)
126
127
login_data = {
128
core: credential_core,
129
- last_attempted_at: DateTime.now,
130
- status: Metasploit::Model::Login::Status::SUCCESSFUL
+ status: Metasploit::Model::Login::Status::UNTRIED
131
}
132
login_data.merge!(service_data)
133
0 commit comments