mail-in-a-box / user-agent-tls-capabilities

Scraped data from Qualys's User Agent Capabilities tables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scraped Data from Qualys's User Agent Capabilities Tables

Qualys SSL Labs maintains great tools for checking that TLS has been set up correctly. This project scrapes their User Agent Capabilities pages --- sorry Qualys --- and turns it into open data.

Qualys has collected data on 36 clients (e.g. Chrome, Android, OpenSSL) including:

  • TLS versions supported (SSL 2, SSL 3, TLS 1.0, TLS 1.1, TLS 1.2).
  • Ciphers supported (in preference order and using IANA names), and information on whether ciphers support forward secrecy or are weak or insecure.
  • Other protocol details (e.g. support for Server Name Indication (SNI)).

You'll find this scraped and stored in this repository as clients.json and clients.csv, with additional cipher information in ciphers.json.

I've also copied Mozilla's cipher name correspondence table into cipher_names.csv.

About

Scraped data from Qualys's User Agent Capabilities tables.

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 100.0%