blink/README.md
2024-07-09 18:07:34 +01:00

51 lines
1.1 KiB
Markdown

# 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
## Features
<!--
+ ENT (Empty non-terminal)
+ Verifying query
-->
+ UDP query
+ IPv4/IPv6 support
+ Wildcard detection
## Usage
### Help
```
Blink is a DNS bruteforcer made in Go
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
-d, --wildcard Query for wildcard
-t, --timeout int Query timeout (default 5)
-c, --threads int Concurrent threads (default 1)
-v, --verbose Verbose logging
-h, --help help for blink
```
### Running
```
blink -w subdomains.txt -r resolvers.txt -d -c 50 youtube.com disney.com
```
```
echo "disney.com" | blink -w subdomains.txt -r resolvers.txt -d -c 50
```
## Credits
Thanks to [aiodnsbrute](https://github.com/blark/aiodnsbrute) for the inspiration
## Disclaimer
###### Developers are not responsible for any misuse