Skip to content

This script check basic SSL/TLS security configuration using sslscan under the hood.

Notifications You must be signed in to change notification settings

salt-lick/bulksslscan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • Minimum Key Lenght accepted by the server (>= 128 bits)
  • SSLv2 accepted
  • MAC signed with MD5
  • CBC ciphers with SSLv3 or TLSv1

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.

About

This script check basic SSL/TLS security configuration using sslscan under the hood.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published