Skip to content

Commit c330d10

Browse files
committed
Make SSL as a basic option
Also: Fix rapid7#5558
1 parent 5c98da0 commit c330d10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/multi/http/glassfish_deployer.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ def initialize(info={})
5252
OptString.new('APP_RPORT',[ true, 'The Application interface port', '8080']),
5353
OptString.new('USERNAME', [ false, 'The username to authenticate as','admin' ]),
5454
OptString.new('PASSWORD', [ false, 'The password for the specified username','' ]),
55-
OptString.new('PATH', [ true, "The URI path of the GlassFish Server", '/'])
55+
OptString.new('PATH', [ true, "The URI path of the GlassFish Server", '/']),
56+
OptBool.new('SSL', [ false, 'Negotiate SSL for outgoing connections', false])
5657
], self.class)
5758
end
5859

0 commit comments

Comments
 (0)