pop3 - extract information exchanged in POP3 sessions
A stream containing a field of packet type.
A record each time an POP3 command and a corresponding response have been paired.
The tool listens for POP3 handshakes on a given port and if on is found, starts extracting from the TCP session. Each time a command has been paired with a response an output record will be generated.
Controls the port on which POP3 traffic is detected. The most common value (and the default) is 110, but in some scenarios, POP3 traffic may be exchanged on non-standard ports.
Controls which parts of POP3 messages are extracted. Setting it to Ignore ensures that no part of sent messages is extracted. Header specifies that the header of messages is to be extracted, and Full message specifies that the full messages including the header will be extracted.
Limits the size of the extracted messages. The limit is in kilobytes.
If this option is enabled, POP3 account passwords will be extracted.