MITM with forwarding between 2 hosts in the same network
I have 3 hosts in the same network, let’s say their IP addresses end with:
.10 (Host A)
.11 (Host B)
.12 (Host C)
I want to sniff packets between A and C through host B, so that host B acts as MITM.
I’ve enabled ip forwarding, so:
echo 1 … Continue reading MITM with forwarding between 2 hosts in the same network