jerome-laforge / ClientInjector

Emulate DHCPv4 client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

About

Emulate DHCPv4 client


Languages

Language:Go 100.0%