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

39 lines
956 B
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
## 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
```
## Credits
Thanks to [aiodnsbrute](https://github.com/blark/aiodnsbrute) for the inspiration
## Disclaimer
###### Developers are not responsible for any misuse