Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/DreyAnd/DeadDNS
- Owner: DreyAnd
- License: mit
- Created: 2020-12-18T00:24:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-08T22:31:24.000Z (almost 4 years ago)
- Last Synced: 2024-06-06T23:42:51.502Z (5 months ago)
- Topics: bugbounty, bugbounty-tool, bugbountytips, bughunting
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 49
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - DreyAnd/DeadDNS - DNS hijacking via dead records automation tool (Python)
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)