Skip to content

A script which tests the supported SSL/TLS ciphers of an given server and port

License

Notifications You must be signed in to change notification settings

baurmatt/sslciphertest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

sslciphertest

A script which tests the supported SSL/TLS ciphers of an given server and port

./sslciphertest.sh
-s : Hostname or IP (required)
-p : Port (required)
-t : Enables StartTLS usage. Parameter needs to be smtp, pop3, imap or ftp. (optional)
-d : Delay between tests. See 'man sleep' for notation. (optional)
-c : OpenSSL cipher list. (optional)

Examples:

./sslciphertest.sh -s example.org -p 443

./sslciphertest.sh -s example.org -p 25 -t smtp -d 30s

./sslciphertest.sh -s example.org -p 25 -t smtp -c HIGH

About

A script which tests the supported SSL/TLS ciphers of an given server and port

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages