Scroll to navigation

FPDNS(1p) User Contributed Perl Documentation FPDNS(1p)

NAME

fpdns - DNS server fingeprinting tool

SYNOPSIS

fpdns-d ] [ -f ] [ -F nchild ]
-p port ] [ -Q srcaddr ] [ -r retry ]
-s ] [ -S separator ] [ -t timeout ] [ -v ] [server(s)]

DESCRIPTION

fpdns is a program that remotely determines DNS server versions. It does this by sending a series of borderline DNS queries which are compared against a table of responses and server versions.

False positives or incorrect versions may be reported when trying to identify a set of servers residing behind a load-balancing apparatus where the servers are of different implementations, when a specific implementation behaves like a forwarder, behind a firewall without statefull inspection or without Application Intelligence.

OPTIONS

Enable debugging. Off by default.
Check all authoritative servers of the specified domain name.
Force checking of CH TXT version. Off by default.
Maximum number of forked child processes. Defaults to 10.
Port to query remote nameserver on. Default is 53.
Set the source IP address to use.
Number of attempt to retry fingerprints. Defaults to 1.
Short display form. Useful for surveys.
Separator. Defaults to " ".
Set the query timeout in seconds. Defaults to 5.
Use TCP instead of UDP.
Show version of fpdns.
IP address or name to query. Alternatively may be '-' to read from a list of these from stdin

AUTHORS

fpdns was written by Roy Arends and Jakob Schlyter.

SEE ALSO

perl(1), Net::DNS(1)

2021-01-04 perl v5.32.0