Skip to content

Instantly share code, notes, and snippets.

View siboulet's full-sized avatar

Simon Boulet siboulet

  • Montreal, Canada
View GitHub Profile
@siboulet
siboulet / ssltes.tpy
Last active August 29, 2015 13:58 — forked from stith/ssltest.py
#!/usr/bin/python
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford (jspenguin@jspenguin.org)
# The author disclaims copyright to this source code.
# Mirror from http://s3.jspenguin.org/ssltest.py
import sys
import struct
import socket
import time