Land #3210, typo in openssl_heartbleed

bug/bundler_fix
Christian Mehlmauer 2014-04-09 09:53:06 +02:00
commit 9c159f0aa3
No known key found for this signature in database
GPG Key ID: BCFF4FA966BC32C7
1 changed files with 1 additions and 1 deletions

View File

@ -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