Skip to content

Commit 62be638

Browse files
author
Tod Beardsley
committed
Add 'Auto' to tcp.rb as well.
1 parent cb3a4af commit 62be638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/exploit/tcp.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def initialize(info = {})
290290
register_options(
291291
[
292292
OptBool.new('SSL', [ false, 'Negotiate SSL for incoming connections', false]),
293-
OptEnum.new('SSLVersion', [ false, 'Specify the version of SSL that should be used', 'SSL3', ['SSL2', 'SSL3', 'TLS1']]),
293+
OptEnum.new('SSLVersion', [ false, 'Specify the version of SSL that should be used', 'Auto', ['Auto', 'SSL2', 'SSL3', 'TLS1']]),
294294
OptPath.new('SSLCert', [ false, 'Path to a custom SSL certificate (default is randomly generated)']),
295295
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' ]),
296296
OptPort.new('SRVPORT', [ true, "The local port to listen on.", 8080 ]),

0 commit comments

Comments
 (0)