Import net/fpdns, a tool to remotely determine dns server versions

Help and ok landry@

pkg/DESCR:
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.
This commit is contained in:
giovanni 2011-09-05 07:25:12 +00:00
parent 946085d0d3
commit 48c43368da
4 changed files with 40 additions and 0 deletions

21
net/fpdns/Makefile Normal file
View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/09/05 07:25:12 giovanni Exp $
COMMENT = remotely determine DNS server versions
DISTNAME = fpdns-0.9.4
CATEGORIES = net
HOMEPAGE = http://code.google.com/p/fpdns/
MASTER_SITES = http://bigio.snb.it/openbsd/distfiles/
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = perl
RUN_DEPENDS = net/p5-Net-DNS
.include <bsd.port.mk>

5
net/fpdns/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (fpdns-0.9.4.tar.gz) = w5tRE34qX7X5M4n/nMIUaw==
RMD160 (fpdns-0.9.4.tar.gz) = oC3tDqjFVHzlmn0aN5J6ZW91ZHA=
SHA1 (fpdns-0.9.4.tar.gz) = dS+J+yEETgWbNhmUOvbXgigOTbk=
SHA256 (fpdns-0.9.4.tar.gz) = j3LdZunUlNToC2hl9Gy6TuFpqfLxKikT9EJwZCkMvPA=
SIZE (fpdns-0.9.4.tar.gz) = 520635

9
net/fpdns/pkg/DESCR Normal file
View File

@ -0,0 +1,9 @@
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.

5
net/fpdns/pkg/PLIST Normal file
View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/09/05 07:25:12 giovanni Exp $
bin/fpdns
${P5SITE}/Net/DNS/
${P5SITE}/Net/DNS/Fingerprint.pm
@man man/man1/fpdns.1