Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m0nad/dns-discovery
DNS-Discovery is a multithreaded subdomain bruteforcer.
https://github.com/m0nad/dns-discovery
bugbounty c dns multithreading network network-analysis security security-tools
Last synced: 2 months ago
JSON representation
DNS-Discovery is a multithreaded subdomain bruteforcer.
- Host: GitHub
- URL: https://github.com/m0nad/dns-discovery
- Owner: m0nad
- Created: 2011-09-23T00:17:31.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-01-04T19:11:12.000Z (about 5 years ago)
- Last Synced: 2023-11-07T20:44:02.447Z (about 1 year ago)
- Topics: bugbounty, c, dns, multithreading, network, network-analysis, security, security-tools
- Language: C
- Homepage:
- Size: 92.8 KB
- Stars: 146
- Watchers: 4
- Forks: 44
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DNS-Discovery
## Introduction.
DNS-Discovery is a multithreaded subdomain bruteforcer meant to be used by pentesters during the initial stages of testing. It uses a wordlist that concatenates with a given domain to search for subdomains.
DNS-Discovery resolve and display IPv4 and IPv6. It's similar to others tools, like dnsmap, but multithreaded.
## Compiling
```
$ make
```## Usage
```
usage: ./dns-discovery [options]
options:
-w (default : wordlist.wl)
-t (default : 1)
-r
-cex:
$ ./dns-discovery google.com -w wordlist -t 5 -r reportfile
___ _ ______ ___ _
/ _ \/ |/ / __/___/ _ \(_)__ _______ _ _____ ______ __
/ // / /\ \/___/ // / (_- __/ _ \ |/ / -_) __/ // /
/____/_/|_/___/ /____/_/___/\__/\___/___/\__/_/ \_, /
/___/
by m0nadDOMAIN: google.com
THREADS: 5
REPORT: reportfile
WORDLIST: wordlistaccounts.google.com
IPv4 address: 209.85.195.84ads.google.com
IPv4 address: 72.14.204.112ipv6.google.com
IPv6 address: 2001:4860:b009::68...
```