This python script is a modification of the heartbleed proof of concept exploit that looks for cookies, specifically user sessions.
Code:Select All#!/usr/bin/python # Connects to servers vulnerable to CVE-2014-0160 and looks for cookies, specifically...

Heartbleed User Session Extraction
Proof of concept exploit that looks for cookies, specifically user sessions