Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hectorta1989/linux-dns-hijacking-using-raw-socket-pcap

A C/C++ language tool for DNS Hijacking in UNIX/Linux System by using raw socket and pcap
https://github.com/hectorta1989/linux-dns-hijacking-using-raw-socket-pcap

c dns-hijacking dns-servers linux pcap raw-socket unix

Last synced: 18 days ago
JSON representation

A C/C++ language tool for DNS Hijacking in UNIX/Linux System by using raw socket and pcap

Awesome Lists containing this project

README

        

# Linux-DNS-Hijacking-Raw-Socket-Pcap
A C/C++ language tool for DNS Hijacking in UNIX/Linux System by using raw socket and pcap

## DNSClientServer
In this folder you can find a simple implementation of DNS client and DNS server. The DNS server is a foundation for DNS Hijacking.

## DNSHijacking
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.