Land #6789, remove overwritten keys from hashes

bug/bundler_fix
wchen-r7 2016-04-20 13:33:31 -05:00
commit e1e43db551
No known key found for this signature in database
GPG Key ID: 2384DB4EF06F730B
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, post_reference_name: self.refname,
private_data: opts[:password], private_data: opts[:password],
origin_type: :service, origin_type: :service,
private_type: :password,
private_type: :nonreplayable_hash, private_type: :nonreplayable_hash,
jtr_format: 'sha512', jtr_format: 'sha512',
username: opts[:user] username: opts[:user]

View File

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