Skip to content

DNSKiller is a DNS top-level domain and subdomain bruteforcer written in golang.

Notifications You must be signed in to change notification settings

n0nexist/DNSKiller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DNSKiller

alt-text

DNSKiller is a DNS top-level domain and subdomain bruteforcer written in golang.

Explaination

A DNS top-level domain (TLD) and subdomain brute-force attack is a type of cyber attack that involves attempting to discover valid domain names by systematically generating and testing a large number of potential domain names.

How to download [build from source]

git clone https://github.com/n0nexist/DNSKiller
cd DNSKiller
go build DNSKiller.go

How to download [linux pre-compiled binary]

You can find the dowload link here.

Usage [examples]

Basic usage

DNSKiller.go google wordlists/sub.txt wordlists/top.txt 500

Write to a log file

DNSKiller.go google wordlists/sub.txt wordlists/top.txt 500 output.log