Fix duplicate hash key "DefaultOptions"

In modules/exploits/windows/http/hp_pcm_snac_update_domain.rb.
bug/bundler_fix
William Vu 2015-02-24 04:56:44 -06:00
parent 6aa3952c91
commit 943ff2da75
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(