remove overwritten keys from hashes

bug/bundler_fix
Brent Cook 2016-04-20 07:43:57 -04:00
parent b74930f5c9
commit 57cb8e49a2
2 changed files with 0 additions and 5 deletions

View File

@ -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]

View File

@ -25,10 +25,6 @@ class MetasploitModule < Msf::Exploit::Remote
[ 'EDB', '39008' ],
],
'Privileged' => true,
'DefaultOptions' =>
{
'EXITFUNC' => 'thread',
},
'Payload' =>
{
'Space' => 390,