Hello, When I analyze POP packets with Wireshark, when I receive emails with Outlook, I can see USER and PASS commands with username and password transmitted unecrypted. But if I try to get my emails with Thunderbird (without encryption), I CANNOT see in Wireshark USER and PASS commands, and for sure, no username and password !! But there are new commands :
I don't understand why, is there a way to get them ?? asked 03 Feb '12, 13:56 Clément Bonnal |
One Answer:
Hello Clément, the information is Base 64 encoded and can be decoded easily (but Wireshark does not do that for you). The strange output is due to null bytes being present in the decoded string. See RFC 2595 [2] for more information.
The plain authentication method only uses one command to transmit the credentials, unlike the login method which uses two commands(user,pass). [1] http://www.fehcom.de/qmail/smtpauth.html [2] http://tools.ietf.org/html/rfc2595[2] answered 05 Feb '12, 05:28 otr edited 05 Feb '12, 05:30 |
As the question refers to Outlook, it's likely that the user is on windows without access to the usual Unix utils. A PowerShell equivalent is shown below: