Giter Club home page Giter Club logo

certificatecheck's Introduction

CertificateCheck

Small repo with InfoSec Code for the checking and control of certificate protected end points.

N3 ITK Endpoint Certificate test

Script to be run on an N3 connected machine that takes a txt file list of the one one one ITK endpoint domains and attempts to initiate an SSL connection to them.

text file content example :

It captures the x509 cert offered by the endpoint and checks the expiry date of that endpoint

Dave Pollard, Information Security SME

Requirements

Written in Python 3 and expects the following standard python modules :

  • os, csv, datetime, socket

Due to issues with the standard OpenSSL libraries, requires the use of pyOpenSSL installed with pip3 (to resolve dependancies and issues with local SSL implementations)

Recommended :

  • PIP version 8.0.3 or above
  • pyOpenSSL-0.15.1 or above

To install / upgrade PIP :

  • sudo easy_install install pip
  • sudo easy_install update pip

To install pyOpenSSL:

  • pip install pyOpenSSL

certificatecheck's People

Contributors

unshakeablesalt avatar

Watchers

Matt Stibbs avatar James Cloos 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.