added noresolv and domain option to find_dns,fixed a bug in the default payload

This commit is contained in:
Marco Lux
2015-06-11 10:14:35 +02:00
parent 2e082dbaac
commit 54bc9eb535
2 changed files with 49 additions and 7 deletions

View File

@@ -64,6 +64,25 @@ IP NAME
==================================================
[*] Done
Also it has some extra options now:
find_dns.py [-h] -l HOSTLIST [-t THRCNT] [-o OUTFILE] [-n] [-d DOMAIN]
dns server finder, by dash
optional arguments:
-h, --help show this help message and exit
-l HOSTLIST host list with ips
-t THRCNT thread count
-o OUTFILE write found data to file
-n do not resolve ips
-d DOMAIN choose the domain for the dns request
If you do not like to resolve the ips via default 8.8.8.8 (google dns cluster)
choose -n. If you want to use a different domain being requested in the
payload use -d. Default domain is: google.com
example:
./find_dns.py -l rIP.txt -t 100 -n -d microsoft.com
Author
------