ssldump
An SSLv3/TLS network protocol analyzer
Install
- All systems
-
curl cmd.cat/ssldump.sh
- Debian
-
apt-get install ssldump
- Ubuntu
-
apt-get install ssldump
- Kali Linux
-
apt-get install ssldump
- Fedora
-
dnf install ssldump
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ssldump
- OS X
-
brew install ssldump
- Raspbian
-
apt-get install ssldump
- Dockerfile
- dockerfile.run/ssldump
ssldump
An SSLv3/TLS network protocol analyzer
This program will dump the traffic on a network and analyze it for SSLv3/TLS network traffic, typically used to secure TCP connections. When it identifies this traffic, it decodes the results. When provided with the appropriate keying material, it will also decrypt the connections and display the application data traffic. ssldump is based on tcpdump, a network monitoring and data acquisition tool. More information on ssldump is available at http://www.rtfm.com/ssldump/