Skip to content

Solracs/tls-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

tls-parser

A parser for TLS connections

Features

  • Detect if a peer is acting as server or client.
  • Group peers into connections.
  • Supported TLS version.
  • Supported groups.
  • Supported Cipher Suites
  • Detects MTLS

Usage

TLS_parser takes one argument:

  • wireshark-capture: File which contains the TLS communication to parse
python3 tls_parser.py -c <wireshark-capture>

About

A parser for TLS connections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages