Added dnsmap

This commit is contained in:
Giga1699 2014-02-05 00:23:12 -05:00
parent 9a26dcdeb7
commit 10e14fb468

26
tools/dnsmap.md Normal file
View File

@ -0,0 +1,26 @@
# 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
-------