Skip to content

Commit c9e32fb

Browse files
committed
Remove last_attempted_at
1 parent 3fcd248 commit c9e32fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/auxiliary/gather/teamtalk_creds.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ def report_cred(opts)
149149
}.merge service_data
150150

151151
login_data = {
152-
last_attempted_at: DateTime.now,
153152
core: create_credential(credential_data),
154153
status: Metasploit::Model::Login::Status::UNTRIED,
155154
access_level: opts[:type],

0 commit comments

Comments
 (0)