Date: Tue, 19 Apr 2005 12:17:41 -0700 From: Mark Foster <mark@foster.cc> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mark@foster.cc Subject: ports/80119: New port: dns/scavenge Auditing tool for DNS records Message-ID: <E1DNyE9-0009K4-C3@riddler.dyndns.org> Resent-Message-ID: <200504191920.j3JJK4Mr000961@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 80119 >Category: ports >Synopsis: New port: dns/scavenge Auditing tool for DNS records >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Apr 19 19:20:03 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Mark Foster >Release: FreeBSD 4.10-RELEASE-p5 i386 >Organization: http://mark.foster.cc/ >Environment: System: FreeBSD riddler.dyndns.org 4.10-RELEASE-p5 FreeBSD 4.10-RELEASE-p5 #19: Sat Dec 4 08:39:04 PST 2004 mdf@riddler.dyndns.org:/usr/obj/usr/src/sys/MDFIPF i386 >Description: New port of dns scavenge tool is below (shar format) >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # scavenge # scavenge/Makefile # scavenge/pkg-descr # scavenge/distinfo # echo c - scavenge mkdir -p scavenge > /dev/null 2>&1 echo x - scavenge/Makefile sed 's/^X//' >scavenge/Makefile << 'END-of-scavenge/Makefile' X# New ports collection makefile for: scavenge X# Date created: 13 April 2005 X# Whom: mark X# X# $FreeBSD$ X XPORTNAME= scavenge XPORTVERSION= 1.3 XCATEGORIES= dns XMASTER_SITES= http://mark.foster.cc/pub/scavenge/ X XMAINTAINER= mark@foster.cc XCOMMENT= Discover/audit forward and reverse DNS records X XRUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \ X ${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap X XPLIST_FILES= bin/scavenge X XNO_BUILD= yes X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/scavenge ${PREFIX}/bin X X.include <bsd.port.mk> END-of-scavenge/Makefile echo x - scavenge/pkg-descr sed 's/^X//' >scavenge/pkg-descr << 'END-of-scavenge/pkg-descr' Xscavenge is a utility to audit DNS records within an IP address range. XIt scans the range and classifies it's findings into 4 categories: XMissing A records XMissing PTR records XMismatched A/PTR records XStale PTR records X XWWW: http://mark.foster.cc/pub/scavenge/ X-mdf Xmark@foster.cc END-of-scavenge/pkg-descr echo x - scavenge/distinfo sed 's/^X//' >scavenge/distinfo << 'END-of-scavenge/distinfo' XMD5 (scavenge-1.3.tar.gz) = 5a49dc865f589bab03da2b51660408eb XSIZE (scavenge-1.3.tar.gz) = 2030 END-of-scavenge/distinfo exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DNyE9-0009K4-C3>