Aside from using openSSL command line to check that the server does not support the ciphers
# openssl s_client -connect SERVERNAME:443 -cipher LOW:EXP
source:https://conetrix.com/Blog/disabling-and-verifying-sslv2-and-weak-ciphers-in-iis
I was wondering if there're other ways to really make sure that the ciphers, if disabled, are no longer used by the server?