Skip to content

Commit f1443c0

Browse files
author
gigstorm
committed
Updated hash value to SSLv3
Tested and working on server that has SSLv3 only enabled
1 parent 6ab3478 commit f1443c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/ssl/openssl_heartbleed.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class Metasploit3 < Msf::Auxiliary
6969
HEARTBEAT_RECORD_TYPE = 0x18
7070
ALERT_RECORD_TYPE = 0x15
7171
TLS_VERSION = {
72-
'3.0' => 0x0300,
72+
'SSLv3' => 0x0300,
7373
'1.0' => 0x0301,
7474
'1.1' => 0x0302,
7575
'1.2' => 0x0303

0 commit comments

Comments
 (0)