How can i redirect my own connections to sslstrip port?, the usual iptables command:
sudo iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 10000
doesn't work, any help? And these two iptables commands also don't work:
sudo iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 10001
sudo iptables -t nat -A OUTPUT -p tcp --dport 10001 -j REDIRECT --to-ports 80