ssldump Flashcards

1
Q

SSL Negotiation

A

Client Hello
Server Hello
Certificate
ServerHelloDone
ClientKeyExchange
???

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

ssldump -a

A

print bare TCP ACKs (useful for observing Nagle behavior)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

ssldump -A

A

print all record fields (by default ssldump chooses the most interesting fields)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

ssldump -d

A

display the application data traffic. This usually means decrypting it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

ssldump -e

A

print absolute timestamps instead of relative timestamps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

ssldump -k

A

use keyfile as the location of the SSL keyfile

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

ssldump -H

A

print the full SSL packet header

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

ssldump -M

A

will create pmsfile to write the PreMaster Secret lookup file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

ssldump -N

A

attempt to parse ASN.1 when it appears, such as in certificates and DNs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

ssldump -n

A

don’t try to resolve host names from IP addresses

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

ssldump -P

A

don’t put the interface into promiscuous mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

ssldump -p

A

specify password for SSL keyfile

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

ssldump -q

A

don’t decode any record fields beyond a single summary line. (quiet mode)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

ssldump -r

A

read data from file instead of from the network

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

ssldump -x

A

print each record in hex, as well as decoding it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

ssldump -X

A

used with -d swich, suppresses the display of the printable characters

17
Q

ssldump -y

A

decorate the output for processing with troff. Not very useful for the average user