Skip to content

Commit 63f584c

Browse files
committed
Add last_attempted_at
1 parent 78a6e1b commit 63f584c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/auxiliary/scanner/http/owa_login.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ def report_cred(opts)
341341

342342
login_data = {
343343
core: create_credential(credential_data),
344+
last_attempted_at: DateTime.now,
344345
status: Metasploit::Model::Login::Status::SUCCESSFUL,
345346
}.merge(service_data)
346347

0 commit comments

Comments
 (0)