Skip to content

iSECPartners/dnsRedir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dnsRedir

A small command-line DNS server written in Python.

  • Tim Newsham < tim at isecpartners dot com >
  • 28 Jun 2013

Overview

dnsRedir.py is a small DNS server that will respond to certain queries with addresses provided on the command line. All other queries will be proxied to a "real" name server. This program can be used to redirect a few domain names to test addresses for the purpose of security and protocol testing.

See man.txt for more details.

Similar programs:

QUICKSTART

DEPENDENCIES

dnsRedir.py requires Python 2.5 or greater. It does not require any other dependencies and can be run from a single source file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages