Skip to content

Instantly share code, notes, and snippets.

@hckrdan
hckrdan / Apache HTTPOnly Cookie Disclosure
Last active August 29, 2015 14:21
Apache_HTTPOnly_Cookie_Disclosure_Upload_Test
@hckrdan
hckrdan / MS15-034 Test Script.py
Last active August 29, 2015 14:21
MS15-034 Test Script
'''MS15-034 Checker based on the test script posted by BF / Beyondtrust on Pastebin.com
http://pastebin.com/raw.php?i=ypURDPc4 with SSL added'''
import socket, ssl
import random
from optparse import OptionParser
options = OptionParser(usage='%prog server [options]', description='Test for MS15-034 Overflow in http.sys')
options.add_option('-p', '--port', type='int', default=443, help='TCP port to test (default: 443)')