Skip to content

Instantly share code, notes, and snippets.

View boo1ean's full-sized avatar
🎯
Focusing

Єgor Gumeniuk boo1ean

🎯
Focusing
View GitHub Profile
@takeshixx
takeshixx / hb-test.py
Last active September 8, 2025 01:16
OpenSSL heartbeat PoC with STARTTLS support.
#!/usr/bin/env python2
"""
Author: takeshix <takeshix@adversec.com>
PoC code for CVE-2014-0160. Original PoC by Jared Stafford (jspenguin@jspenguin.org).
Supportes all versions of TLS and has STARTTLS support for SMTP,POP3,IMAP,FTP and XMPP.
"""
import sys,struct,socket
from argparse import ArgumentParser
@staltz
staltz / introrx.md
Last active March 5, 2026 10:16
The introduction to Reactive Programming you've been missing
@benschwarz
benschwarz / pg.md
Last active October 16, 2024 23:15
Awesome postgres