Created
March 4, 2015 16:37
-
-
Save Oneiroi/571f8114e79b37ca4c4a to your computer and use it in GitHub Desktop.
SSL FREAK tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl s_client -cipher EXPORT -connect domain.com:443 < /dev/null 2>/dev/null | grep SSL-Session | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment