Land #3210, typo in openssl_heartbleed
commit
9c159f0aa3
|
@ -217,7 +217,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
len = unpacked[2]
|
len = unpacked[2]
|
||||||
|
|
||||||
unless type == HEARTBEAT_RECORD_TYPE && version == TLS_VERSION[datastore['TLSVERSION']]
|
unless type == HEARTBEAT_RECORD_TYPE && version == TLS_VERSION[datastore['TLSVERSION']]
|
||||||
vprint_error("#{peer} - Unexpected Heartbeat response'")
|
vprint_error("#{peer} - Unexpected Heartbeat response")
|
||||||
disconnect
|
disconnect
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue