Skip to content

Commit 6cf6276

Browse files
author
HD Moore
committed
Default to TLSv1 for RPC connections
1 parent 1095d1d commit 6cf6276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/rpc/v10/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def initialize(info={})
2121
:port => 3790,
2222
:uri => '/api/',
2323
:ssl => true,
24-
:ssl_version => 'SSLv3',
24+
:ssl_version => 'TLS1',
2525
:context => {}
2626
}.merge(info)
2727

0 commit comments

Comments
 (0)