zdns
Fast CLI DNS Lookup Tool
Name:zdns
Category:Recon
Publisher:trickest-mhmdiaa
Created:4/2/2024
Container:
quay.io/trickest/zdns:610e4c7
Output Type:
License:Unknown
Source:View Source
Parameters
--alexa
is input file from Alexa Top Million download--class
DNS class to query. Options: INET, CSNET, CHAOS, HESIOD, NONE, ANY. Default: INET. (default INET)
Input target--config
config file (default is $HOME/.zdns.yaml)--dnssec
Requests DNSSEC records by setting the DNSSEC OK (DO) bit
module--prefix
name to be prepended to what's passed in (e.g., www.)--retries
how many times should zdns retry query if timeout or temporary failure (default 1)--threads
number of lightweight go threads (default 1000)--timeout
timeout for resolving an individual name (default 15)--tcp-only
Only perform lookups over TCP--udp-only
Only perform lookups over UDP--conf-file
config file for DNS servers (default /etc/resolv.conf)--iterative
Perform own iteration instead of relying on recursive resolver--max-depth
how deep should we recurse when performing iterative lookups (default 10)--verbosity
log verbosity: 1 (lowest)--5 (highest) (default 3)--cache-size
how many items can be stored in internal recursive cache (default 10000)
Input file--local-addr
comma-delimited list of local addresses to use--ipv4-lookup
Perform an IPv4 Lookup in modules--ipv6-lookup
Perform an IPv6 Lookup in modules--nanoseconds
Use nanosecond resolution timestamps--go-processes
number of OS processes (GOMAXPROCS)--name-servers
List of DNS servers to use. Can be passed as comma-delimited string. If no port is specified, defaults to 53.--client-subnet
Client subnet in CIDR format for EDNS0.--mx-cache-size
number of records to store in MX -> A/AAAA cache (default 1000)--override-name
name overrides all passed in names--blacklist-file
blacklist file for servers to exclude from lookups--include-fields
Comma separated list of fields to additionally output beyond result verbosity. Options: class, protocol, ttl, resolver, flags--all-nameservers
Perform the lookup via all the nameservers for the domain.--local-interface
local interface to use--recycle-sockets
Create long-lived unbound UDP socket for each thread at launch and reuse for all (UDP) queries (default true)--name-server-mode
Treats input as nameservers to query with a static query rather than queries to send to a static name server--result-verbosity
Sets verbosity of each output record. Options: short, normal, long, trace (default normal)--checking-disabled
Sends DNS packets with the CD bit set--iteration-timeout
timeout for resolving a single iteration in an iterative query (default 4)--metadata-passthrough
if input records have the form 'name,METADATA', METADATA will be propagated to the output