woojung-son / arp-spoofing

arp-spoofing computers around you

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

arp-spoofing computers around you


Languages

Language:C++ 92.8%Language:Makefile 3.3%Language:C 1.9%Language:QMake 1.5%Language:Shell 0.5%