Writing email sniffer
Posted
by Rampage
on Stack Overflow
See other posts from Stack Overflow
or by Rampage
Published on 2010-06-10T12:03:34Z
Indexed on
2010/06/10
12:13 UTC
Read the original article
Hit count: 290
Hello, I am interested in writing an email sniffer that saves all emails sent via web based clients to hd, but I can't work out how to do this. How can I catch HTTPS mail before it is encrypted?
I would really appriciate some useful info. I cannot find anything information on the web. There's a program called HTTP Analyzer V5 that does the exact thing I want to make.
How should I start?
If I make a packet sniffer, it's useless because all data is encrypted.
Is there any other option?
© Stack Overflow or respective owner