├── .gitignore ├── README.md ├── dnsRedir.py ├── man.txt ├── testIP6.py └── testParse.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSECPartners/dnsRedir/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSECPartners/dnsRedir/HEAD/README.md -------------------------------------------------------------------------------- /dnsRedir.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSECPartners/dnsRedir/HEAD/dnsRedir.py -------------------------------------------------------------------------------- /man.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSECPartners/dnsRedir/HEAD/man.txt -------------------------------------------------------------------------------- /testIP6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSECPartners/dnsRedir/HEAD/testIP6.py -------------------------------------------------------------------------------- /testParse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iSECPartners/dnsRedir/HEAD/testParse.py --------------------------------------------------------------------------------