Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 589 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 589 Bytes

TLS-interception

Crowdsourced measurement of TLS-interception in access networks

Folder structure

  • /tls-capture The core package.

  • /tls-capture-server Server which captures the TLS handshake and sends it back to the client.

  • /tls-client-android Android app for Android 6.0+ (API Level 23+)

  • /tls-client-cli Client for desktop, supporting Ubuntu (and equivalent) and macOS.

  • /tls-information-webpage The (static) webpage to inform users about our project.

  • /tls-json-parser Rust-based parser that parses the TLS handshake to JSON.