Skip to content

Instantly share code, notes, and snippets.

View JonZeolla's full-sized avatar

JonZeolla JonZeolla

View GitHub Profile

Keybase proof

I hereby claim:

  • I am JonZeolla on github.
  • I am jonzeolla (https://keybase.io/jonzeolla) on keybase.
  • I have a public key whose fingerprint is F973 1522 A2A9 2963 EF3B E516 6214 3B9D 64B6 124A

To claim this, I am signing this object:

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