Skip to content

Instantly share code, notes, and snippets.

@bq1990
Created December 27, 2017 17:24
Show Gist options
  • Save bq1990/ec0b62c6933557d640b392427aae2eb0 to your computer and use it in GitHub Desktop.
Save bq1990/ec0b62c6933557d640b392427aae2eb0 to your computer and use it in GitHub Desktop.
SSL testing
#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