GithubHelp home page GithubHelp logo

crash / crlwatch Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ioerror/crlwatch

2.0 3.0 0.0 75.36 MB

Collect, watch, and analyze SSL/TLS CRL lists

License: Other

Python 30.81% Shell 69.19%

crlwatch's Introduction

crlwatch - collect, watch, and analyze SSL/TLS CRL lists


                                 Files of interest

crl-raw/ - contains all downloaded CRL files hashed and ending with .crl
crl-raw/master-crl-list.txt - a sorted and uniq list of all discovered CRLs
crl-raw/raw-crl-sql-output-list.txt - an unsorted raw list of the CRL SSL
                                      observatory data
crl-parsed/ - contains text output for every parsed CRL; the names are hashed
              and end with .crl2txt
fetch-crls.sh - Fetch all known CRLs over Tor
git-commit-crl-data.sh - Process all CRL files and pack them into a git repo
parse-raw-crl-to-text.sh - parse a given CRL file into readable text
generate-crl-list.sql - pull relevant information from the observatory
parse-crl-list.py - parse raw SQL output into a list useful for sorting

                                         Examples

Generate a full list of all known CRL files:

  parse-crl-list.py raw-crl-sql-output-list.txt \
                    |sort|uniq > master-crl-list.txt

Fetch all of the listed CRL files:

  fetch-crls.sh master-crl-list.txt

Parse and commit all CRL files:

  git-commit-crl-data.sh master-crl-list.txt

Parse a single CRL into text:

 parse-raw-crl-to-text.sh foo.crl

crlwatch's People

Contributors

crash avatar ioerror avatar

Stargazers

 avatar  avatar

Watchers

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