Giter VIP home page Giter VIP logo

hardfalcon / certainly-something Goto Github PK

View Code? Open in Web Editor NEW

This project forked from april/certainly-something

0.0 2.0 0.0 892 KB

WebExtension demo that is able to view your the TLS/Certificate information from your current connection.

Home Page: https://addons.mozilla.org/en-US/firefox/addon/certainly-something/

License: Mozilla Public License 2.0

JavaScript 51.39% Python 0.75% CSS 22.68% HTML 25.18%

certainly-something's Introduction

Certainly Something (Certificate Viewer)

Uses the new TLS Info API in Firefox to view information about the current state of your HTTPS connection.

Main Info Extensions

It currently requires at least Firefox 62.

Developing and Installing Locally

It is recommend that developers use web-ext for installation and testing. It provides a number of useful features, such as automated installation and autoreload upon source changes. For testing and development, run the following commands in two separate terminal windows:

$ npm run-script watch
$ web-ext run --browser-console -s build --start-url 'https://badssl.com/'

If you are simply looking to give it a single run, you can compile it by running:

$ npm install
$ npm run-script compile

And then in Firefox, go to -> Add-ons -> Extensions -> (Gear Icon) -> Debug Add-ons -> Load Temporary Add-on

Navigate to build/manifest.json and it should start running immediately.

Supported Functionality

  • Handshake information (TLS version, cipher suite, signature scheme)
  • Subject and issuer information (common name, organization, etc.)
  • Validity date ranges
  • Subject alternative names
  • Subject public key information (SPKI)
  • Certificate downloading
  • Key usage
  • Serial numbers
  • Fingerprints
  • Extensions, including
    • Basic constraints
    • Extended key usage
    • Certificate revocation list (CRL) endpoints
    • Authority information access (AIA)
    • Certificate policies (most common policies)
    • Subject key identifiers
    • Authority key identifiers
    • OCSP stapling
    • Embedded SCTs, including CT log names

Kudos

Thanks so much to Ryan Hurst and Yury Strozhevsky for doing the painful work in PKI.js and ASN1.js, without which this project could not have been accomplished.

certainly-something's People

Contributors

april avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.