Skip to content

tumi8/interceptls

Repository files navigation

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.