pkgsrc/security/p0f/Makefile
zuntum 815af9e0a8 Initial import of p0f-1.7
Passive OS fingerprinting technique based on information coming
from remote host when it establishes connection to our system. Captured
packets contains enough information to determine OS - and, unlike
active scanners (nmap, queSO) - without sending anything to this host.

Package contributed by Dawid Szymanski <daws@irc.pl> on IRC.
2001-03-26 05:12:56 +00:00

16 lines
368 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2001/03/26 05:12:56 zuntum Exp $
#
DISTNAME= p0f-1.7
CATEGORIES= security
MASTER_SITES= http://lcamtuf.hack.pl/
EXTRACT_SUFX= .tgz
MAINTAINER= DawS@irc.pl
COMMENT= passive OS fingerprinting tool
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/p0f ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/p0f.fp ${PREFIX}/etc
.include "../../mk/bsd.pkg.mk"