mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
29 lines
543 B
Markdown
29 lines
543 B
Markdown
# dnsmap
|
|
|
|
Notes
|
|
-------
|
|
|
|
Help Text
|
|
-------
|
|
```
|
|
dnsmap 0.30 - DNS Network Mapper by pagvac (gnucitizen.org)
|
|
|
|
usage: dnsmap <target-domain> [options]
|
|
options:
|
|
-w <wordlist-file>
|
|
-r <regular-results-file>
|
|
-c <csv-results-file>
|
|
-d <delay-millisecs>
|
|
-i <ips-to-ignore> (useful if you're obtaining false positives)
|
|
```
|
|
|
|
Example Usage
|
|
-------
|
|
dnsmap target-domain.foo
|
|
dnsmap target-domain.foo -w yourwordlist.txt -r /tmp/domainbf_results.txt
|
|
dnsmap target-fomain.foo -r /tmp/ -d 3000
|
|
dnsmap target-fomain.foo -r ./domainbf_results.txt
|
|
|
|
Links
|
|
-------
|