Skip to content

๐Ÿ” Lightweight TLS ClientHello SNI Sniffer and Traffic Auditor. A Python tool utilizing Scapy to extract the Server Name Indication (SNI) from TLS ClientHello packets on port 443. Designed for local network monitoring, with a special focus on identifying and filtering Discord connections for diagnostic or educational purposes.

Notifications You must be signed in to change notification settings

Gunspaster/TLS-SNI-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

TLS-SNI-Monitor

๐Ÿ” Lightweight TLS ClientHello SNI Sniffer and Traffic Auditor. A Python tool utilizing Scapy to extract the Server Name Indication (SNI) from TLS ClientHello packets on port 443. Designed for local network monitoring, with a special focus on identifying and filtering Discord connections for diagnostic or educational purposes.

1. Required Python Libraries

Librarian (Scapy, Rich) required via pip:

bash pip install scapy rich

2. Startup Options

Monitoring ONLY Discord Traffic sudo python sniffer.py --iface "Wi-Fi" --only-discord

Monitorowanie CAลEGO Ruchu TLS sudo python sniffer.py --iface "Wi-Fi" --all-tls

About

๐Ÿ” Lightweight TLS ClientHello SNI Sniffer and Traffic Auditor. A Python tool utilizing Scapy to extract the Server Name Indication (SNI) from TLS ClientHello packets on port 443. Designed for local network monitoring, with a special focus on identifying and filtering Discord connections for diagnostic or educational purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages