Code Monkey home page Code Monkey logo

fiddlercert's Introduction

Fiddler Certificate Inspector

A Fiddler extension for examining certificates.

This is an extension for the excellent Fiddler tool, a web debugging tool developed by Eric Lawrence at Telerik. This extension provides an Inspector for HTTPS traffic that allows you to view, export, and install certificates.

With this extension, you can quickly:

  • View the certificate chain.
  • View common properties of the certificate such as the Common Name (CN in subject) and the Subject Alternative Name.
  • Save the certificate to disk.
  • Import the certificate into a certificate store.
  • View the SPKI Fingerprints for HPKP.

Installing

Head on over to the releases section on GitHub and grab the latest release. A pre-built, signed, installer is available for convenience.

Building

Installer

You'll need Visual Studio 2015 or later to open the solution, or the Microsoft Build Tools 2015 to run the build script. You'll also need NSIS installed to build the installer. You will also need the NSIS framework installed to the default location.

To build and create an installer, simply point MSBuild to the build directory of the repository. For example:

msbuild C:\projects\FiddlerCert\build

This will compile the project and package it into an installer.

Signing

If you wish to sign the installer, first you need to make sure you have a valid Authenticode signing certificate.

Then, use the Sign build target with MSBuild:

msbuild /t:Sign C:\projects\FiddlerCert\build

This target will also compile the project. The sign process will automatically select a code signing certificate from the certificate store. The signing process is done twice, once with SHA1 and another with SHA256. This may cause multiple UI prompts if a UI prompt is required.

Manual Installation

If you want to install the project yourself, take the VCSJones.FiddlerCert.dll assembly and place it in the Inspectors and Scripts directory in Documents\Fiddler2 (note this directory is used for both Fiddler2 and Fiddler4).

Requirements

  • Windows Vista / Windows Server 2008 or later is required.
  • Fiddler4 is required.

Affiliation

This is not affiliated with nor endorsed by Eric Lawrence or Telerik.

fiddlercert's People

Contributors

ericlaw1979 avatar vcsjones 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.