Change Metasploit ssl_version from TLSv1 to TLS1

This commit is contained in:
Brendan Coles
2016-01-25 11:21:40 +00:00
parent 62b2e34320
commit b0bf1c0c21

View File

@@ -28,7 +28,7 @@ beef:
pass: "abc123" pass: "abc123"
uri: '/api' uri: '/api'
ssl: true ssl: true
ssl_version: 'TLSv1' ssl_version: 'TLS1'
ssl_verify: true ssl_verify: true
# Public connect back host IP address for victim connections to Metasploit # Public connect back host IP address for victim connections to Metasploit
callback_host: "127.0.0.1" callback_host: "127.0.0.1"