Skip to content

Commit 53e4549

Browse files
committed
Fix duplicate hash key "DefaultOptions"
In modules/exploits/windows/http/hp_pcm_snac_update_certificates.rb.
1 parent 943ff2d commit 53e4549

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

modules/exploits/windows/http/hp_pcm_snac_update_certificates.rb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,14 @@ def initialize(info = {})
4040
'Arch' => ARCH_JAVA,
4141
'DefaultOptions' =>
4242
{
43-
'SHELL' => 'cmd.exe'
43+
'SHELL' => 'cmd.exe',
44+
'SSL' => true
4445
},
4546
'Targets' =>
4647
[
4748
[ 'HP ProCurve Manager 4.0 SNAC Server', {} ]
4849
],
4950
'DefaultTarget' => 0,
50-
'DefaultOptions' =>
51-
{
52-
'SSL' => true,
53-
},
5451
'DisclosureDate' => 'Sep 09 2013'))
5552

5653
register_options(

0 commit comments

Comments
 (0)