# Blink [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) Blink is a DNS bruteforcer made in Go ## This project is a work in progress ## Todo - [ ] Add ENT (empty non-terminal) support - [ ] Add verifying host support - [ ] Move half of main.go to /internal ## Help ``` Blink is a DNS bruteforcer made in Go (Author: perp) Usage: blink [flags] Flags: -w, --wordlist string Path to wordlist -r, --resolvers string Path to resolvers -u, --udp Query using UDP -i, --ipv6 Query for IPv6 -c, --wildcard Query for wildcard -d, --timeout int Query timeout (default 5) -t, --threads int Concurrent threads (default 1) -v, --debug Debug mode -h, --help help for blink ``` ## Credits Thanks to [aiodnsbrute](https://github.com/blark/aiodnsbrute) for the inspiration ## Disclaimer ###### Developers are not responsible for any misuse