Skip to content

Instantly share code, notes, and snippets.

View JonZeolla's full-sized avatar

JonZeolla JonZeolla

View GitHub Profile
@JonZeolla
JonZeolla / heartbleed.bro
Last active March 6, 2017 13:21
heartbleed.bro
@load base/protocols/ssl
module Heartbleed;
# Please note - this is not well tested. Use at your own risk.
export {
redef record SSL::Info += {
last_originator_heartbeat_request_size: count &optional;
last_responder_heartbeat_request_size: count &optional;