Skip to content

A script that uses openssl to scan for different protocols available on a TLS/SSL secured service

Notifications You must be signed in to change notification settings

geek4unix/ssl-proto-scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

ssl-proto-scan

A script that uses openssl to scan for different protocols available on a TLS/SSL secured service

I found myself in need of a simple tool run against a specific server / port while remediating a large number of servers and services. This script will connect to any SSL/TLS service like WWW/Email/LDAPS and so on.

It requires OpenSSL and coreutils packages to be installed. ( OpenSSL for openssl s_client, coreutils for the timeout command )

Usage:

Screenshot 2023-11-12 at 08 59 50

Examples:

Screenshot 2023-11-12 at 14 39 11

About

A script that uses openssl to scan for different protocols available on a TLS/SSL secured service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages