We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943ff2d commit 53e4549Copy full SHA for 53e4549
modules/exploits/windows/http/hp_pcm_snac_update_certificates.rb
@@ -40,17 +40,14 @@ def initialize(info = {})
40
'Arch' => ARCH_JAVA,
41
'DefaultOptions' =>
42
{
43
- 'SHELL' => 'cmd.exe'
+ 'SHELL' => 'cmd.exe',
44
+ 'SSL' => true
45
},
46
'Targets' =>
47
[
48
[ 'HP ProCurve Manager 4.0 SNAC Server', {} ]
49
],
50
'DefaultTarget' => 0,
- 'DefaultOptions' =>
51
- {
52
- 'SSL' => true,
53
- },
54
'DisclosureDate' => 'Sep 09 2013'))
55
56
register_options(
0 commit comments