A parser for TLS connections
- Detect if a peer is acting as server or client.
- Group peers into connections.
- Supported TLS version.
- Supported groups.
- Supported Cipher Suites
- Detects MTLS
TLS_parser takes one argument:
- wireshark-capture: File which contains the TLS communication to parse
python3 tls_parser.py -c <wireshark-capture>