Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Q2h1Cg/dnsbrute
a fast domain brute tool
https://github.com/Q2h1Cg/dnsbrute
brute dns domain pentest
Last synced: 3 months ago
JSON representation
a fast domain brute tool
- Host: GitHub
- URL: https://github.com/Q2h1Cg/dnsbrute
- Owner: Q2h1Cg
- Created: 2017-03-27T17:42:29.000Z (over 7 years ago)
- Default Branch: v2.0
- Last Pushed: 2018-03-02T02:20:23.000Z (over 6 years ago)
- Last Synced: 2024-06-21T06:04:40.255Z (5 months ago)
- Topics: brute, dns, domain, pentest
- Language: Go
- Homepage: http://sh3ll.me/archives/201704041222.txt
- Size: 4.17 MB
- Stars: 411
- Watchers: 13
- Forks: 104
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - Q2h1Cg/dnsbrute - a fast domain brute tool (Go)
README
## DNSBrute
#### Feature
- query over api
- http://www.hackertarget.com/
- ...
- dict based#### Advantage
- Fast: 5000~10000+ domains /sec, depending on the network
- Pan-DNS identification#### Usage
```
➜ dnsbrute ./dnsbrute
Usage:
./dnsbrute [Options]Options
-debug
Show debug information
-dict string
Dict file (default "dict/53683.txt")
-domain string
Domain to brute
-rate int
Transmit rate of packets (default 10000)
-retry int
Limit for retry (default 3)
-server string
Address of DNS server (default "8.8.8.8:53")
-version
Show program's version number and exit
```#### Screenshot
![Screenshot](screenshot.png)
#### Requirements
- go: 1.10
- packages: install with `glide`