Codebase list tlssled / 3aa598f debian / control
3aa598f

Tree @3aa598f (Download .tar.gz)

control @3aa598fraw · history · blame

Source: tlssled
Section: net
Priority: extra
Maintainer: Kali Developers <[email protected]>
Build-Depends: debhelper (>= 8.0.0)
Standards-Version: 3.9.3
Homepage: http://www.taddong.com/en/lab.html
Vcs-Git: ssh://[email protected]/packages/tlssled.git
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/tlssled.git;a=summary

Package: tlssled
Architecture: all
Depends: ${misc:Depends}, sslscan, openssl
Description: Evaluates the security of a target SSL/TLS (HTTPS) server
 TLSSLed is a Linux shell script whose purpose is to evaluate 
 the security of a target SSL/TLS (HTTPS) web server 
 implementation. It is based on sslscan, a thorough SSL/TLS 
 scanner that is based on the openssl library, and on the 
 "openssl s_client" command line tool. The current tests 
 include checking if the target supports the SSLv2 protocol, 
 the NULL cipher, weak ciphers based on their key length (40 
 or 56 bits), the availability of strong ciphers (like AES), 
 if the digital certificate is MD5 signed, and the current 
 SSL/TLS renegotiation capabilities.