Skip to content

Commit 04fa626

Browse files
committed
Save credentials as UNTRIED
1 parent 16c3bf9 commit 04fa626

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/auxiliary/admin/http/netgear_soap_password_extractor.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@ def extract_credentials(body)
126126

127127
login_data = {
128128
core: credential_core,
129-
last_attempted_at: DateTime.now,
130-
status: Metasploit::Model::Login::Status::SUCCESSFUL
129+
status: Metasploit::Model::Login::Status::UNTRIED
131130
}
132131
login_data.merge!(service_data)
133132

0 commit comments

Comments
 (0)