Created
December 27, 2017 17:24
-
-
Save bq1990/ec0b62c6933557d640b392427aae2eb0 to your computer and use it in GitHub Desktop.
SSL testing
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
#test tls support | |
openssl s_client -connect google.com:443 -tls1 | |
openssl s_client -connect google.com:443 -tls1_1 | |
#list cipers | |
nmap --script ssl-enum-ciphers -p 443 google.com | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment