Created
March 14, 2015 01:49
-
-
Save espreto/63a3d024f374be6ff543 to your computer and use it in GitHub Desktop.
This file contains 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
freak() { grep ' EXP-' &>/dev/null <(timeout 2 openssl s_client -connect $1:443 -cipher EXPORT 2>/dev/null) && echo PROBABL_VULNERABLE || echo PROBABLY_SECURE ;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment