ccarlton / Ping-Spoofer

Monitors ethernet traffic for ICMP echo packets for a specific IP address and responds with an ICMP echo reply packet. Will also respond to ARP packets for the given IP address

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sudo ./ping-spoof 00:C0:CA:C7:C0:C1 10.0.2.1
g++ -o ping-spoof main.cpp smartalloc.o -lpcap

About

Monitors ethernet traffic for ICMP echo packets for a specific IP address and responds with an ICMP echo reply packet. Will also respond to ARP packets for the given IP address


Languages

Language:C++ 100.0%