Skip to content

Instantly share code, notes, and snippets.

@airglow923
Created June 5, 2025 15:09
Show Gist options
  • Save airglow923/fee1cce1cf47745eef266923c6417794 to your computer and use it in GitHub Desktop.
Save airglow923/fee1cce1cf47745eef266923c6417794 to your computer and use it in GitHub Desktop.
Check cipher suites used by a website
sudo apt install nmap
curl -sSf --tlsv1.2 --proto '=https' -LO https://nmap.org/svn/scripts/ssl-enum-ciphers.nse
nmap --script ./ssl-enum-ciphers.nse -p 443 ${DOMAIN}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment