Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/DreyAnd/DeadDNS

DNS hijacking via dead records automation tool
https://github.com/DreyAnd/DeadDNS

bugbounty bugbounty-tool bugbountytips bughunting

Last synced: 3 months ago
JSON representation

DNS hijacking via dead records automation tool

Awesome Lists containing this project

README

        

# DeadDNS
Multi-threaded **DNS hijacking** via **dead records** automation tool

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

![](https://j.gifs.com/jZoEJB.gif)

## Features
- Multi-threading
- Completely Automated
- Takes list from file

## Installation:
One line installation:
```
$ git clone https://github.com/DreyAnd/DeadDNS.git && cd DeadDNS && pip3 install -r requirements.txt
```

Simple and quick installation:
```
$ git clone https://github.com/DreyAnd/DeadDNS.git
$ cd DeadDNS
$ pip3 install -r requirements.txt
```

## Usage:

Example usage:
```
$ 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](https://github.com/DreyAnd) and [inc0gnit0](https://github.com/iinc0gnit0)