项目作者: DreyAnd

项目描述 :
DNS hijacking via dead records automation tool
高级语言: Python
项目地址: git://github.com/DreyAnd/DeadDNS.git
创建时间: 2020-12-18T00:24:08Z
项目社区:https://github.com/DreyAnd/DeadDNS

开源协议:MIT License

下载


DeadDNS

Multi-threaded DNS hijacking via dead records automation tool

How it works

  1. 1) Dig provided subdomains file for dead DNS records.
  2. 2) Dig the found dead DNS records for any interesting CNAME's.
  3. 3) Show which dead record points to the given CNAME.

Features

  • Multi-threading
  • Completely Automated
  • Takes list from file

Installation:

One line installation:

  1. $ git clone https://github.com/DreyAnd/DeadDNS.git && cd DeadDNS && pip3 install -r requirements.txt

Simple and quick installation:

  1. $ git clone https://github.com/DreyAnd/DeadDNS.git
  2. $ cd DeadDNS
  3. $ pip3 install -r requirements.txt

Usage:

Example usage:

  1. $ python3 dead_records.py -w subdomains.txt -o1 dead.txt -o2 cname.txt

This will return all output to stdout without saving it.

Help: $ python3 dead_records.py -h

To check progress do tail -f dead-temp.txt and tail -f cname-temp.txt

Made with :heart: by DreyAnd and inc0gnit0