FreeBSD dns : fpdns4>
FPDNS - Fingerprinting DNS servers
fpdns - Fingerprinting DNS servers
A nameserver basically responds to a query. Interoperability is an
obvious requirement here. The standard protocol behaviour of different
DNS implementations is expected to be the same.
Requirements for protocol behaviour of DNS implementations is widely
documented in the case of 'common' dns messages. The DNS protocol
is over 20 years old and since its inception, there have been over
40 independent DNS implementations, while some implementations have
over 20 versions.
The methodology used to identify individual nameserver implementations
is based on "borderline" protocol behaviour. The DNS protocol offers
a multitude of message bits, response types, opcodes, classes, query
types and label types in a fashion that makes some mutually exclusive
while some are not used in a query messages at all. Not every
implementation offers the full set of features the DNS protocol set
currently has. Some implementations offer features outside the
protocol set, and there are implementations that do not conform to
standards.
http://www.rfc.se/fpdns/
|
fpdns history
v. 1.6
date: 2007/09/08 01:00:02; author: linimon; state: Exp; lines: +1 -7
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
v. 1.5
date: 2005/10/29 07:13:27; author: dougb; state: Exp; lines: +5 -1
For the ports that I maintain, do the following as appropriate:
1. Add myself as a backup master site (Sourceforge and CPAN ports
already have good enough coverage, so skip them).
2. For all ports that have them, download the PGP signature files.
3. For ports in 2, add a verify target to the Makefile
4. For ports where I was already providing a master site, update the URL.
5. Pet portlint in a couple of places.
v. 1.4
date: 2005/09/12 03:18:16; author: dougb; state: Exp; lines: +13 -18
Take over maintainership, approved by edwin (old maintainer).
Update to the latest, 0.9.3. This version moves to a more typical
Perl-style Makefile.PL structure, and splits the functionality into
a library and a binary. This necessitates changes to the port structure,
including re-adding the pkg-plist file.
While I'm here, make portlint happy with the IGNORE statement.
v. 1.3
date: 2005/07/17 01:40:26; author: edwin; state: Exp; lines: +1 -0
Add dependency on dns/p5-Net-DNS
Submitted by: Olli Hauer
v. 1.2
date: 2004/12/14 01:45:52; author: dougb; state: Exp; lines: +15 -5
Update to 0.9.1, the latest version, which includes a man page.
And while I'm here:
1. Download the PGP .sig file, in case the user wants to verify the package
2. Switch to PLIST_FILES for the one file this port installs
3. Replace the lone patch file with a ${SED} command
For those keeping score at home, that's 3 inodes gone with one commit! :)
Approved by: edwin (maintainer)
v. 1.1
date: 2004/07/03 14:23:34; author: edwin; state: Exp;
fpdns - Fingerprinting DNS servers
Identify what versions of nameserver software is running.
WWW: http://www.rfc.se/fpdns/
=============================================================================
v. 1.6
date: 2007/09/08 01:00:02; author: linimon; state: Exp; lines: +1 -7
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
v. 1.5
date: 2005/10/29 07:13:27; author: dougb; state: Exp; lines: +5 -1
For the ports that I maintain, do the following as appropriate:
1. Add myself as a backup master site (Sourceforge and CPAN ports
already have good enough coverage, so skip them).
2. For all ports that have them, download the PGP signature files.
3. For ports in 2, add a verify target to the Makefile
4. For ports where I was already providing a master site, update the URL.
5. Pet portlint in a couple of places.
v. 1.4
date: 2005/09/12 03:18:16; author: dougb; state: Exp; lines: +13 -18
Take over maintainership, approved by edwin (old maintainer).
Update to the latest, 0.9.3. This version moves to a more typical
Perl-style Makefile.PL structure, and splits the functionality into
a library and a binary. This necessitates changes to the port structure,
including re-adding the pkg-plist file.
While I'm here, make portlint happy with the IGNORE statement.
v. 1.3
date: 2005/07/17 01:40:26; author: edwin; state: Exp; lines: +1 -0
Add dependency on dns/p5-Net-DNS
Submitted by: Olli Hauer
v. 1.2
date: 2004/12/14 01:45:52; author: dougb; state: Exp; lines: +15 -5
Update to 0.9.1, the latest version, which includes a man page.
And while I'm here:
1. Download the PGP .sig file, in case the user wants to verify the package
2. Switch to PLIST_FILES for the one file this port installs
3. Replace the lone patch file with a ${SED} command
For those keeping score at home, that's 3 inodes gone with one commit! :)
Approved by: edwin (maintainer)
v. 1.1
date: 2004/07/03 14:23:34; author: edwin; state: Exp;
fpdns - Fingerprinting DNS servers
Identify what versions of nameserver software is running.
WWW: http://www.rfc.se/fpdns/
=============================================================================
v. 1.6
date: 2007/09/08 01:00:02; author: linimon; state: Exp; lines: +1 -7
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
v. 1.5
date: 2005/10/29 07:13:27; author: dougb; state: Exp; lines: +5 -1
For the ports that I maintain, do the following as appropriate:
1. Add myself as a backup master site (Sourceforge and CPAN ports
already have good enough coverage, so skip them).
2. For all ports that have them, download the PGP signature files.
3. For ports in 2, add a verify target to the Makefile
4. For ports where I was already providing a master site, update the URL.
5. Pet portlint in a couple of places.
v. 1.4
date: 2005/09/12 03:18:16; author: dougb; state: Exp; lines: +13 -18
Take over maintainership, approved by edwin (old maintainer).
Update to the latest, 0.9.3. This version moves to a more typical
Perl-style Makefile.PL structure, and splits the functionality into
a library and a binary. This necessitates changes to the port structure,
including re-adding the pkg-plist file.
While I'm here, make portlint happy with the IGNORE statement.
v. 1.3
date: 2005/07/17 01:40:26; author: edwin; state: Exp; lines: +1 -0
Add dependency on dns/p5-Net-DNS
Submitted by: Olli Hauer
v. 1.2
date: 2004/12/14 01:45:52; author: dougb; state: Exp; lines: +15 -5
Update to 0.9.1, the latest version, which includes a man page.
And while I'm here:
1. Download the PGP .sig file, in case the user wants to verify the package
2. Switch to PLIST_FILES for the one file this port installs
3. Replace the lone patch file with a ${SED} command
For those keeping score at home, that's 3 inodes gone with one commit! :)
Approved by: edwin (maintainer)
v. 1.1
date: 2004/07/03 14:23:34; author: edwin; state: Exp;
fpdns - Fingerprinting DNS servers
Identify what versions of nameserver software is running.
WWW: http://www.rfc.se/fpdns/
=============================================================================
|