Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View mszczepanczyk's full-sized avatar

Mariusz Szczepańczyk mszczepanczyk

View GitHub Profile
#!/usr/bin/env python2
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford (jspenguin@jspenguin.org)
# The author disclaims copyright to this source code.
import sys
import struct
import socket
import time
import select