Skip to content

Instantly share code, notes, and snippets.

@euyuil
Created February 18, 2021 05:07
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