Comprehensive DNS Scraper
This script is a relateivel comprehensive DNS scraper targeting a single domain. It will attempt to extract and display as much information as possible and output findings in JSON format to stdout (which can be trivially redirected to a file, as needed).
Requires Python 3.x (preferably 3.7+) and uses the following (entirely standard) libraries:
- sys
- json
- argparse
- dnspython
# ./dns-checker.py --domain google.com
This tool is released under the GNU license. See the LICENSE file in this repo for details.
- Python designed by Guido van Rossum
Rick Pelletier - galiagante@gnmail.com