Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 479 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 479 Bytes

ClientInjector

ClientInjector is a client that tries to emulate a real client (with MAC@ Spoofing, ARP).
Currently, only DHCPv4 is supported (planed to add DHCPv6).
Special thank to this wonderful project gopacket

Build

Pcap dev headers might be necessary

apt-get install libpcap-dev

Run

Testing only on Linux.
You have to be root for reading packet on wire (use c binding of libpcap via gopacket).