Fix duplicate hash key "DefaultOptions"

In modules/exploits/windows/http/hp_pcm_snac_update_certificates.rb.
bug/bundler_fix
William Vu 2015-02-24 04:57:21 -06:00
parent 943ff2da75
commit 53e45498ca
1 changed files with 2 additions and 5 deletions

View File

@ -40,17 +40,14 @@ class Metasploit3 < Msf::Exploit::Remote
'Arch' => ARCH_JAVA,
'DefaultOptions' =>
{
'SHELL' => 'cmd.exe'
'SHELL' => 'cmd.exe',
'SSL' => true
},
'Targets' =>
[
[ 'HP ProCurve Manager 4.0 SNAC Server', {} ]
],
'DefaultTarget' => 0,
'DefaultOptions' =>
{
'SSL' => true,
},
'DisclosureDate' => 'Sep 09 2013'))
register_options(