Skip to content

Commit 0f17f62

Browse files
committed
Report last_attempted_at
1 parent 357a392 commit 0f17f62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/windows/http/ca_arcserve_rpc_authbypass.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ def report_cred(opts)
7878

7979
login_data = {
8080
core: create_credential(credential_data),
81-
status: opts[:status]
81+
status: opts[:status],
82+
last_attempted_at: DateTime.now
8283
}.merge(service_data)
8384

8485
create_credential_login(login_data)

0 commit comments

Comments
 (0)