Skip to content

Instantly share code, notes, and snippets.

@WengerK
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WengerK/7f42c07aa5f12ab741b4 to your computer and use it in GitHub Desktop.
Save WengerK/7f42c07aa5f12ab741b4 to your computer and use it in GitHub Desktop.
Check for SSL FREAK Vulnerability
# Fire this command to check your vulnerability
# A handshake failure signifies that EXPORT cipher is not active on the server and it is safe.
openssl s_client -connect www.google.com:443 -cipher EXPORT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment