All Projects → DreyAnd → DeadDNS

DreyAnd / DeadDNS

Licence: MIT license
DNS hijacking via dead records automation tool

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to DeadDNS

Galaxy-Bugbounty-Checklist
Tips and Tutorials for Bug Bounty and also Penetration Tests.
Stars: ✭ 34 (-22.73%)
Mutual labels:  bugbounty, bugbountytips, bugbounty-tool
cf-check
CloudFlare Checker written in Go
Stars: ✭ 147 (+234.09%)
Mutual labels:  bugbounty, bugbountytips, bugbounty-tool
Awesome Bugbounty Writeups
A curated list of bugbounty writeups (Bug type wise) , inspired from https://github.com/ngalongc/bug-bounty-reference
Stars: ✭ 2,429 (+5420.45%)
Mutual labels:  bugbounty, bughunting, bugbountytips
sub404
A python tool to check subdomain takeover vulnerability
Stars: ✭ 205 (+365.91%)
Mutual labels:  bugbounty, bugbounty-tool
hack-pet
🐰 Managing command snippets for hackers/bug bounty hunters. with pet.
Stars: ✭ 77 (+75%)
Mutual labels:  bugbounty, bugbountytips
HolyTips
A Collection of Notes, Checklists, Writeups on Bug Bounty Hunting and Web Application Security.
Stars: ✭ 1,210 (+2650%)
Mutual labels:  bugbounty, bugbountytips
continuous-nuclei
Running nuclei Continuously
Stars: ✭ 45 (+2.27%)
Mutual labels:  bugbounty, bugbounty-tool
WDIR
Good resources about web security that I have read.
Stars: ✭ 14 (-68.18%)
Mutual labels:  bugbounty, bugbountytips
Priest
Extract server and IP address information from Browser SSRF
Stars: ✭ 13 (-70.45%)
Mutual labels:  bugbounty, bugbounty-tool
AttackSurfaceManagement
Discover the attack surface and prioritize risks with our continuous Attack Surface Management (ASM) platform - Sn1per Professional #pentest #redteam #bugbounty
Stars: ✭ 45 (+2.27%)
Mutual labels:  bugbounty, bugbounty-tool
VPS-Bug-Bounty-Tools
Script that automates the installation of the main tools used for web application penetration testing and Bug Bounty.
Stars: ✭ 44 (+0%)
Mutual labels:  bugbounty, bugbounty-tool
Payloads
Payload Arsenal for Pentration Tester and Bug Bounty Hunters
Stars: ✭ 421 (+856.82%)
Mutual labels:  bugbounty, bugbounty-tool
wordlist generator
Unique wordlist generator of unique wordlists.
Stars: ✭ 41 (-6.82%)
Mutual labels:  bugbounty, bugbounty-tool
nerdbug
Full Nuclei automation script with logic explanation.
Stars: ✭ 153 (+247.73%)
Mutual labels:  bugbounty, bugbountytips
Reconky-Automated Bash Script
Reconky is an great Content Discovery bash script for bug bounty hunters which automate lot of task and organized in the well mannered form which help them to look forward.
Stars: ✭ 167 (+279.55%)
Mutual labels:  bugbounty, bugbounty-tool
HostPanic
Find host header injections and perform Host Header attacks with other kind of bugs like web cache poissoning
Stars: ✭ 23 (-47.73%)
Mutual labels:  bugbounty, bugbounty-tool
BugBounty CheatSheet
BugBounty_CheatSheet
Stars: ✭ 113 (+156.82%)
Mutual labels:  bugbountytips, bugbounty-tool
Passivehunter
Subdomain discovery using the power of 'The Rapid7 Project Sonar datasets'
Stars: ✭ 83 (+88.64%)
Mutual labels:  bugbounty, bugbounty-tool
Howtohunt
Tutorials and Things to Do while Hunting Vulnerability.
Stars: ✭ 2,996 (+6709.09%)
Mutual labels:  bugbounty, bugbountytips
magicRecon
MagicRecon is a powerful shell script to maximize the recon and data collection process of an objective and finding common vulnerabilities, all this saving the results obtained in an organized way in directories and with various formats.
Stars: ✭ 478 (+986.36%)
Mutual labels:  bugbounty, bugbounty-tool

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.

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 ❤️ by DreyAnd and inc0gnit0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].