Code Monkey home page Code Monkey logo

bulksslscan's Introduction

bulksslscan

This script check basic SSL/TLS security configuration using sslscan under the hood. It checks for the following basic security configuration on the server:

  • Certificate:
  • Common Name (CN): Matches with visited address
  • Public Key Length: Recomended length is 2048 or more
  • Certificate is expired: Check non valid after and non valid before fields
  • Certificate is Autosigned: If it is autosigned is not very trustable
  • Ciphers:
  • Minimum Key Lenght accepted by the server (>= 128 bits)
  • SSLv2 accepted
  • MAC signed with MD5
  • CBC ciphers with SSLv3 or TLSv1
  • Accept TLSv1.1 and TLSv1.2

Usage

./bulksslscan < ip_list_file > [< output_file.csv >]

Results

The script shows a colored output for each inspected IP and configuration checked.

  • Green is good...
  • Red is bad...

The script also output a summary on a CSV file.

bulksslscan's People

Contributors

felmoltor avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

salt-lick

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.