Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 427 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 427 Bytes

ARP spoofing

Perform LAN ARP spoofing against a given host

Options and flags

  • -t: target on both gateway and the given host
  • -n: [seconds] time interval between two packet
  • -c: [count] how many packets are to be sent
  • -e: [iface] device name

Usage

sudo arp-spoof 192.168.43.79 -c 5 -e wlan0

Misc

Hijack HTTP traffic via ARP spoofing