syscl / ARPSpoof

A high-efficiency C++ class aims at enabling easy to use arp spoofing attack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARPSpoof

A C++ class aims at providing easy to use and clean arp spoofing

How to use?

  • Download the latest ARPSpoof by entering the following command in a terminal window:
git clone https://github.com/syscl/ARPSpoof
  • This will download the whole project to your current directory, jump right into the folder you just downloaded and generate the program you want by:
cd ARPSpoof
make
  • If the compiled successfully, you can use it by the following:
request [routerIP] [victimIP] [replay]

or

reply [routerIP] [victimIP] [replay]
  • Note, the argument reply indicates how many packets you want to send, give a negative number will result infinity packets flooding out.

About

A high-efficiency C++ class aims at enabling easy to use arp spoofing attack.

License:Apache License 2.0


Languages

Language:C++ 57.1%Language:C 23.2%Language:Shell 17.8%Language:Makefile 1.9%