+++ date = "2024-08-01T21:08:37+00:00" lastmod = "2024-08-01T21:08:37+00:00" tags = [ "gists" ] +++ The [nmap](https://nmap.org/nsedoc/scripts/ssl-enum-ciphers.html) command can enumerate {{< abbr SSL "Secure Sockets Layer" >}} ciphers on the server. ```shell nmap --script ssl-enum-ciphers -p 443 domain.example ``` The [SSL Labs' SSL test](https://www.ssllabs.com/ssltest/index.html) is similar? In debugging purgatory, there are instances where declarations in a configuration do not translate into reality and it's not always the implementation, or the server, but sometimes exotic interactions between systems.