Skip to content

Commit

Permalink
Merge pull request #6 from todb-r7/pr4024-auto-negotiate-ssl
Browse files Browse the repository at this point in the history
Add 'Auto' to tcp.rb as well.
  • Loading branch information
HD Moore committed Oct 15, 2014
2 parents cb3a4af + 62be638 commit 5a350b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msf/core/exploit/tcp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def initialize(info = {})
register_options(
[
OptBool.new('SSL', [ false, 'Negotiate SSL for incoming connections', false]),
OptEnum.new('SSLVersion', [ false, 'Specify the version of SSL that should be used', 'SSL3', ['SSL2', 'SSL3', 'TLS1']]),
OptEnum.new('SSLVersion', [ false, 'Specify the version of SSL that should be used', 'Auto', ['Auto', 'SSL2', 'SSL3', 'TLS1']]),
OptPath.new('SSLCert', [ false, 'Path to a custom SSL certificate (default is randomly generated)']),
OptAddress.new('SRVHOST', [ true, "The local host to listen on. This must be an address on the local machine or 0.0.0.0", '0.0.0.0' ]),
OptPort.new('SRVPORT', [ true, "The local port to listen on.", 8080 ]),
Expand Down

0 comments on commit 5a350b2

Please sign in to comment.