Skip to content
/ qtls Public
forked from nickolasburr/qtls

Examine HTTPS connections on the fly.

Notifications You must be signed in to change notification settings

x1ghost/qtls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qTLS

qTLS is a Chrome extension which allows you to examine HTTPS connections on the fly.

Analytics

qTLS provides the following information:

  • Certificate
    • Issuer
    • SAN List
    • Subject Name
    • Valid From
    • Valid To
  • Encryption
    • Cipher
    • Key Exchange
    • Key Exchange Group
    • Cryptographic Protocol (e.g. TLS 1.2)
  • Transfer
    • MIME Type
    • Application Protocol (e.g. HTTP/1.1)
    • Remote IP Address
    • Remote Port (e.g. 443)
    • Response Status Code (e.g. 200)
    • Response Status Text (e.g. OK)
    • URL

Installation

qTLS is available via Chrome Web Store here. You can also pack the extension locally when Developer Mode is enabled.

Preview

qTLS Preview One

qTLS Preview Two

About

Examine HTTPS connections on the fly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.2%
  • HTML 5.8%