项目作者: aqhmal

项目描述 :
Dump DNS records from misconfigured DNS Zone Transfer
高级语言: Python
项目地址: git://github.com/aqhmal/zonetransfer_dump.git
创建时间: 2019-06-22T18:06:56Z
项目社区:https://github.com/aqhmal/zonetransfer_dump

开源协议:

下载


zonetransfer-dump

Dump DNS records from misconfigured DNS.

This script will automatically retrieve and dump all DNS records from misconfigured DNS into JSON formatted file. This script is using Python 3.

Installation

  • Clone this repository. (git clone https://github.com/aqhmal/zonetransfer_dump.git)
  • Install from requirements.txt. (pip3 install -r requirements.txt).

Usage

python3 dumper.py <domain or URL>

For example,

python3 dumper.py testing.com

Also can be used for multiple domains.

python3 dumper.py testing.com test.com test.net https://www.test.com http://test123.com