Skip to content

Instantly share code, notes, and snippets.

View iminto's full-sized avatar
👿
fossil

┣█萇老⌒う塟嫒鎵鏃ζ iminto

👿
fossil
View GitHub Profile
@takeshixx
takeshixx / hb-test.py
Last active April 14, 2025 17:04
OpenSSL heartbeat PoC with STARTTLS support.
#!/usr/bin/env python2
"""
Author: takeshix <[email protected]>
PoC code for CVE-2014-0160. Original PoC by Jared Stafford ([email protected]).
Supportes all versions of TLS and has STARTTLS support for SMTP,POP3,IMAP,FTP and XMPP.
"""
import sys,struct,socket
from argparse import ArgumentParser