Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford ([email protected])
# The author disclaims copyright to this source code.
import sys
import struct
import socket
import time
import select
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import sys
import string
try:
import pycurl2 as pycurl
except:
import pycurl
import urllib