Checking which Ciphers a server supports with OpenSSL (BASH)
Sometimes it's helpful to be able to list which SSL/TLS ciphers a remote server supports.
This snippet allows you to connect with OpenSSL in order to generate a list (but can only check those supported by the system you're running it on)