How to Install and Uninstall tlssled Package on Kali Linux

Last updated: May 09,2024

1. Install "tlssled" package

This is a short guide on how to install tlssled on Kali Linux

$ sudo apt update $ sudo apt install tlssled

2. Uninstall "tlssled" package

This guide let you learn how to uninstall tlssled on Kali Linux:

$ sudo apt remove tlssled $ sudo apt autoclean && sudo apt autoremove

3. Information about the tlssled package on Kali Linux

Package: tlssled
Version: 1.3-0kali2
Architecture: all
Maintainer: Kali Developers
Installed-Size: 38
Depends: sslscan, openssl
Homepage: http://www.taddong.com/en/lab.html
Priority: optional
Section: net
Filename: pool/main/t/tlssled/tlssled_1.3-0kali2_all.deb
Size: 9904
SHA256: 9625cfbc7f87f81f82cc534fafb8e9f5f7af0c5e513bb3d89b47cee3c1c1cef6
SHA1: acda626d54153ceb1b69b98c3d3983914dc02d4f
MD5sum: 9fa8291ff1d33b139dcdf54b3778a958
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.
Description-md5: