2008-01-29 17:03:18 +01:00
|
|
|
ssldump is an SSLv3/TLS network protocol analyzer. It identifies TCP
|
2000-11-11 10:22:15 +01:00
|
|
|
connections on the chosen network interface and attempts to interpret
|
2008-01-29 17:03:18 +01:00
|
|
|
them as SSLv3/TLS traffic. When it identifies SSLv3/TLS traffic, it
|
|
|
|
decodes the records and displays them in a textual form to stdout. If
|
2000-11-11 10:22:15 +01:00
|
|
|
provided with the appropriate keying material, it will also decrypt
|
|
|
|
the connections and display the application data traffic.
|
|
|
|
|
|
|
|
WWW: http://www.rtfm.com/ssldump/
|