ckcr4lyf / EvilDNS

Evil DNS server that replies to every query with 127.0.0.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EvilDNS

This is a "prank" DNS server that repsonds to every query with 127.0.0.1

The server currently does not handle AAAA queries and such, and has a naive method of replying. It was created for the purpose of illustrating socket programming in Rust, as well as a focus on the DNS protocol and structuring a repsonse.

Use it at your own risk.

About

Evil DNS server that replies to every query with 127.0.0.1


Languages

Language:Rust 100.0%