1FPDNS(1)              User Contributed Perl Documentation             FPDNS(1)
2
3
4

NAME

6       fpdns - DNS server fingeprinting tool
7

SYNOPSIS

9       fpdns [ -c ] [ -d ] [ -f ] [ -F nchild ]
10          [ -p port ] [ -Q srcaddr ] [ -r retry ]
11          [ -s ]  [ -t timeout ] [ -v ] [server(s)]
12

DESCRIPTION

14       fpdns is a program that remotely determines DNS server versions.  It
15       does this by sending a series of borderline DNS queries which are
16       compared against a table of responses and server versions.
17
18       False positives or incorrect versions may be reported when trying to
19       identify a set of servers residing behind a load-balancing apparatus
20       where the servers are of different implementations, when a specific
21       implementation behaves like a forwarder, behind a firewall without
22       statefull inspection or without Application Intelligence.
23

OPTIONS

25       -c   Where appropriate check CH TXT version. Off by default.
26
27       -d   Enable debugging. Off by default.
28
29       -D   Check all authoritative servers of the specified domain name.
30
31       -f   Force checking of CH TXT version. Off by default.
32
33       -F nchild
34            Maximum number of forked child processes. Defaults to 10.
35
36       -p port
37            Port to query remote nameserver on. Default is 53.
38
39       -Q srcaddr
40            Set the source IP address to use.
41
42       -r retry
43            Number of attempt to retry fingerprints. Defaults to 1.
44
45       -s   Short display form. Useful for surveys.
46
47       -t timeout
48            Set the query timeout in seconds. Defaults to 5.
49
50       -T   Use TCP instead of UDP.
51
52       -v   Show version of fpdns.
53
54       server
55            IP address or name to query. Alternatively may be '-' to read from
56            a list of these from stdin
57

AUTHORS

59       fpdns was written by Roy Arends and Jakob Schlyter.
60

SEE ALSO

62       perl(1), Net::DNS(1)
63
64
65
66perl v5.12.3                      2005-03-04                          FPDNS(1)
Impressum