Created
June 5, 2025 15:09
-
-
Save airglow923/fee1cce1cf47745eef266923c6417794 to your computer and use it in GitHub Desktop.
Check cipher suites used by a website
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
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