A C/C++ language tool for DNS Hijacking in UNIX/Linux System by using raw socket and pcap
In this folder you can find a simple implementation of DNS client and DNS server. The DNS server is a foundation for DNS Hijacking.
In this folder you can find an implementation of DNS Hijacking, where you can specify through which interface to spoof. The part of spoofing is implemented by pcap. Once it is activated, it will send a false response to all the DNS query that it receives.