successful status should include last_attempted_at
parent
cf6d5fac2a
commit
5646f2e0c4
|
@ -95,6 +95,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
}.merge(service_data)
|
||||
|
||||
login_data = {
|
||||
last_attempted_at: Time.now,
|
||||
core: create_credential(credential_data),
|
||||
status: Metasploit::Model::Login::Status::SUCCESSFUL,
|
||||
proof: opts[:proof]
|
||||
|
|
|
@ -51,6 +51,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
}.merge(service_data)
|
||||
|
||||
login_data = {
|
||||
last_attempted_at: Time.now,
|
||||
core: create_credential(credential_data),
|
||||
status: Metasploit::Model::Login::Status::SUCCESSFUL,
|
||||
proof: opts[:proof]
|
||||
|
|
Loading…
Reference in New Issue