Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 515 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 515 Bytes

arp-spoofing

arp-spoofing computers around you that shares same network with yours using pcap C network library.
Be aware not to attack others in a public network!!

Usage

syntax: send-arp-test <interface> <senderIP> <targetIP>

sample: send-arp-test wlan0 172.30.1.40 172.30.1.254

  • <interface> : name of network that you use
  • <senderIP> : packet sender in a arp-spoofing system
  • <targetIP> : packet receiver in a arp-spoofing system