Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Oneiroi
Created March 4, 2015 16:37
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save Oneiroi/571f8114e79b37ca4c4a to your computer and use it in GitHub Desktop.
Save Oneiroi/571f8114e79b37ca4c4a to your computer and use it in GitHub Desktop.
SSL FREAK tests
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