how to sniff gmail password??? asked 01 Jan '14, 06:31 john6 edited 01 Jan '14, 09:11 grahamb ♦ |
3 Answers:
Your own, or someone else's? Not easily as it will be encrypted using https, e.g. see the bottom half of this web page: http://samsclass.info/120/proj/p3-wireshark.htm. If you can manage a mitm attack then you should be able to capture it, or use a proxy, e.g Fiddler, as is explained here. answered 01 Jan '14, 09:25 grahamb ♦ |
i know from facebook (which uses https to ) that it can be managed by sniffing the cookies answered 18 Apr '14, 02:46 astrionn |
To capture the password of an SSL encrypted page requires you to do at least one of two things:
I've used Charles Proxy (http://www.charlesproxy.com) in the past with great success for viewing SSL encrypted content. Now... here's the kicker. A smart coder will create some form of a non-reversible, encrypted password before it even leaves your machine to avoid even this type of attack -- granted even this will have it's own pitfalls and could be used to fake-out the login with the correct style of attack, but it would prevent the plain-text password from showing. Also, if you're trying to view something over IMAPS, your best bet might just be to make sure you don't connect over SSL, then using Wireshark to view this traffic is pretty simple. I'm not familiar with performing any type of Cookie based attack or any other attack for that matter -- My job is simply to perform protocol analysis, which sometimes requires me to defeat SSL based traffic. answered 21 Apr '14, 09:32 mire3212 |
i want to try on local machine not someone else.
Well give Fiddler a try then.
see my answer to a similar question
same problem, just a different web-site. So, on your own system, it ends up with using tools like Fiddler.
Regards
Kurt