Skip to content

Instantly share code, notes, and snippets.

View Un-ka's full-sized avatar
🛩️
За лучший мир, За святую свободу! - Варшавянка

Un-ka

🛩️
За лучший мир, За святую свободу! - Варшавянка
View GitHub Profile
@Un-ka
Un-ka / capture_tls_quic.py
Created February 6, 2026 15:29 — forked from spvkgn/capture_tls_quic.py
Capture TLS ClientHello / QUIC Initial
#!/usr/bin/env python3
"""
capture_tls_quic.py — Capture TLS ClientHello and QUIC Initial
-t : capture TLS ClientHello (default)
-q : capture QUIC Initial
-a : capture both (TLS + QUIC)
"""
from __future__ import annotations