Deceive gateway of lan using gratuitous arp reply.
Require:
- cmake3.5+
- libnet.so
[Ubuntu]
$ # install cmake and libnet.so
$ sudo apt-get update
$ sudo apt-get install cmake -y
$ sudo apt-get install libnet-dev -y
$
$ # compile
$ cmake .
$ make
$
$ # execute below command after you have configurated the arp.conf
$ sudo ./arp_deceive
[CentOS]
- Install cmake and libnet.so
- Modify CMakeLists.txt in which you should specify where the libnet.so is located.
- Compile
- Execute