Skip to content
/ FakeDns Public
forked from Crypt0s/FakeDns

A regular-expression based python MITM DNS server with correct DNS request passthrough and "Not Found" responses.

Notifications You must be signed in to change notification settings

gordol/FakeDns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

FakeDns

Bugs: @crypt0s - Twitter [email protected] - Email

A regular-expression based python MITM DNS server with correct DNS request passthrough and "Not Found" responses.

USAGE:

./fakedns.py [config file]

The dns.conf should be set the following way: [python regular expression] [answer]

The DNS server will take care of the rest, just have a valid regex in the first part. This server handles only A record requests. If there's enough interest, I'll implement other requests/responses.

About

A regular-expression based python MITM DNS server with correct DNS request passthrough and "Not Found" responses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published