Land #6789, remove overwritten keys from hashes
commit
e1e43db551
|
@ -243,7 +243,6 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
post_reference_name: self.refname,
|
||||
private_data: opts[:password],
|
||||
origin_type: :service,
|
||||
private_type: :password,
|
||||
private_type: :nonreplayable_hash,
|
||||
jtr_format: 'sha512',
|
||||
username: opts[:user]
|
||||
|
|
|
@ -25,10 +25,6 @@ class MetasploitModule < Msf::Exploit::Remote
|
|||
[ 'EDB', '39008' ],
|
||||
],
|
||||
'Privileged' => true,
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'EXITFUNC' => 'thread',
|
||||
},
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 390,
|
||||
|
|
Loading…
Reference in New Issue