You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/msf/core/exploit/tcp.rb
+26-10Lines changed: 26 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ def initialize(info = {})
64
64
register_advanced_options(
65
65
[
66
66
OptBool.new('SSL',[false,'Negotiate SSL for outgoing connections',false]),
67
-
OptEnum.new('SSLVersion',[false,'Specify the version of SSL that should be used','TLS1',['SSL2','SSL3','TLS1']]),
67
+
OptEnum.new('SSLVersion',[false,'Specify the version of SSL/TLS to be used (TLS and SSL23 are auto-negotiate)','TLS1',['SSL2','SSL3','SSL23','TLS','TLS1','TLS1.1','TLS1.2']]),
0 commit comments