rma88 Wrote:
Quote
so it's not like you would have to sniff it right as the user logged on.
No. you have to be there when he/she logs in e.g. sending an authorization request you will capture. There are plenty of ways, if your on a network with WIFI for example, you only have to enable your network card to start sniffing, and log all packets for further analysis. By the way the actual stored password is encrypted with UNIX crypt3 (DES), the request however is indeed a base64 concatenated string which contains: user:pass. Remember though, some of those authorizations take place over SSL as well, so it is not inherently insecure as you might expect. It's insecurity is only based upon the wrong implementation.