All Projects → vcsjones → FiddlerCert

vcsjones / FiddlerCert

Licence: MIT license
A Fiddler extension for examining certificates.

Programming Languages

C#
18002 projects
NSIS
403 projects

Projects that are alternatives of or similar to FiddlerCert

win-ca
Get Windows System Root certificates
Stars: ✭ 78 (+44.44%)
Mutual labels:  x509
certgrinder
Certgrinder is a client/server system for getting LetsEncrypt certificates for your infrastructure. ACME challenges are handled by the Certgrinder server, making it possible to get certificates in highly isolated environments, since only an SSH connection to the Certgrinder server is needed.
Stars: ✭ 24 (-55.56%)
Mutual labels:  x509
openssl
Fork of OpenSSL that includes prototype quantum-resistant algorithms and ciphersuites based on liboqs
Stars: ✭ 215 (+298.15%)
Mutual labels:  x509
Fiddler-FPlug
Fiddler Plug,Provide Host Mapping、File Mapping、Header Replace、Https to Http、ServerIP、Disable Cache、vConsole、Console Log、JS Inject
Stars: ✭ 30 (-44.44%)
Mutual labels:  fiddler-extension
certbot-dns-powerdns
PowerDNS DNS Authenticator plugin for Certbot
Stars: ✭ 22 (-59.26%)
Mutual labels:  x509
certbot-dns-acmedns
Certbot ACME-DNS DNS01 plugin for Certbot
Stars: ✭ 24 (-55.56%)
Mutual labels:  x509
Asn1crypto
Python ASN.1 library with a focus on performance and a pythonic API
Stars: ✭ 220 (+307.41%)
Mutual labels:  x509
pkcs11-tools
A set of tools to manage objects on PKCS#11 crypotographic tokens. Compatible with any PKCS#11 library, including NSS.
Stars: ✭ 70 (+29.63%)
Mutual labels:  x509
kms-issuer
KMS issuer is a cert-manager Certificate Request controller that uses AWS KMS to sign the certificate request.
Stars: ✭ 43 (-20.37%)
Mutual labels:  x509
fortify
Fortify enables web applications to use smart cards, local certificate stores and do certificate enrollment. This is the desktop application repository.
Stars: ✭ 88 (+62.96%)
Mutual labels:  x509
sscg
Simple Signed Certificate Generator
Stars: ✭ 57 (+5.56%)
Mutual labels:  x509
pki-manager
IT Freelancers : Manage small PKI for multiple projects (or clients) with 2 bash scripts
Stars: ✭ 36 (-33.33%)
Mutual labels:  x509
jmFidExt
fiddler插件,https转http请求
Stars: ✭ 18 (-66.67%)
Mutual labels:  fiddler-extension
laravel-x509-auth
Client certificate authentication middleware for Laravel 5
Stars: ✭ 34 (-37.04%)
Mutual labels:  x509
ct-woodpecker
A tool to monitor a certificate transparency log for operational problems
Stars: ✭ 136 (+151.85%)
Mutual labels:  x509
Jsrsasign
The 'jsrsasign' (RSA-Sign JavaScript Library) is an opensource free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp, CAdES JSON Web Signature/Token in pure JavaScript.
Stars: ✭ 2,760 (+5011.11%)
Mutual labels:  x509
clone-cert
Simple shell script to "clone" X.509 certificates
Stars: ✭ 65 (+20.37%)
Mutual labels:  x509
RSAKeyVaultProvider
Enables Azure Key Vault secrets and certificates to be used by .NET Crypto
Stars: ✭ 36 (-33.33%)
Mutual labels:  x509
x509sak
X.509 Swiss Army Knife is a toolkit atop OpenSSL to ease generation of CAs and aid white-hat pentesting
Stars: ✭ 23 (-57.41%)
Mutual labels:  x509
asinine
Embeddable ASN.1 (DER) and X.509v3 decoder
Stars: ✭ 34 (-37.04%)
Mutual labels:  x509

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].