Skip to content

Instantly share code, notes, and snippets.

View cinu's full-sized avatar

redeemer cinu

  • Poland
View GitHub Profile
@cinu
cinu / ssl_heartbleed_dirty_dumper.py
Last active April 5, 2025 05:49 — forked from LucaBongiorni/ssltest.py
SSL heartbleed dirty dumper
#!/usr/bin/python
# Quick and dirty demonstration of CVE-2014-0160 by Jared Stafford ([email protected])
# The author disclaims copyright to this source code.
#
# Modified slightly by Andreas Thienemann <[email protected]> for clearer exploit code
# and 64k reads
#
# This version of the exploit does write received data to a file called "dump" in the local directory
# for analysis.