ssldump Flashcards
SSL Negotiation
Client Hello
Server Hello
Certificate
ServerHelloDone
ClientKeyExchange
???
ssldump -a
print bare TCP ACKs (useful for observing Nagle behavior)
ssldump -A
print all record fields (by default ssldump chooses the most interesting fields)
ssldump -d
display the application data traffic. This usually means decrypting it
ssldump -e
print absolute timestamps instead of relative timestamps
ssldump -k
use keyfile as the location of the SSL keyfile
ssldump -H
print the full SSL packet header
ssldump -M
will create pmsfile to write the PreMaster Secret lookup file
ssldump -N
attempt to parse ASN.1 when it appears, such as in certificates and DNs
ssldump -n
don’t try to resolve host names from IP addresses
ssldump -P
don’t put the interface into promiscuous mode
ssldump -p
specify password for SSL keyfile
ssldump -q
don’t decode any record fields beyond a single summary line. (quiet mode)
ssldump -r
read data from file instead of from the network
ssldump -x
print each record in hex, as well as decoding it