TLSSLed是一个Linux shell脚本,它的功能是测试目标SSL/TLS(HTTPS)WEB 服务器的安全性。TLSSLed基于sslscan,功能包括:测试目标是否支持SSLv2协议、NULL cipher等等。目前TLSSLed更新至1.2版,新版主要改变:
    * Mac OS X support: sed regex switch changed – by [ anonymous ].
    * Test if target service speaks SSL/TLS – by Abraham Aranguren (AA). For performance reasons, this test has been merged with the SSL/TLS renegotiation test.
    * Optimizations by removing cat usage in grepping for findings – by AA.
    * New initial tests to check for the tool prerequisites: openssl & sslscan.
    * Test for TLS v1.1 and v1.2 support (CVE-2011-3389 aka BEAST). The tests also include checking for SSLv3 and TLSv1 support.
    * Log files names changed from host:port to host_port and “:” removed from the time portion of the date command, to be able to copy them to Windows based file systems: (In Windows “:” is not allowed in a filename, while “_” is).
工具下载:http://www.taddong.com/tools/TLSSLed_v1.2.sh