iancnorden / PyDnsCider

Scripts that handle dynamic CIDR ranges for reverse name lookup.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyDnsCider

This script dynamically handles CIDR ranges for reverse name lookups from PTR records and spits out results. Properly handles no PTR records exists as well.

Enhancement / Ideas for Later

  • Multi-threading
  • Dynamically set DNS servers
  • Dynamically set A / CNAME / TXT records as well.
  • Output to .csv option

Prerequisities

pip install time
pip install socket

Installing

Clone, tackle prerequisites, and go!

Deployment

Nothing fancy to note, just pip install the required modules.

Built With

  • Atom
  • Python 2.7

Contributing

Feel free to send pull requests for improvements or enhancements.

Authors

License

This project is licensed under the Gnu GPLv3 License - see the LICENSE.md file for details

About

Scripts that handle dynamic CIDR ranges for reverse name lookup.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%