Skip to content

Instantly share code, notes, and snippets.

@euyuil
Created February 18, 2021 05:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save euyuil/e4f0da8ce826c61f2b78198084dba4a1 to your computer and use it in GitHub Desktop.
Save euyuil/e4f0da8ce826c61f2b78198084dba4a1 to your computer and use it in GitHub Desktop.
HTTPS: Check supported TLS versions
#!/bin/bash
nmap --script ssl-enum-ciphers -p 443 www.google.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment