Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1015 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 1015 Bytes

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