a865c28a17
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. Submitted by in private mail.
17 lines
438 B
Makefile
17 lines
438 B
Makefile
# $NetBSD: Makefile,v 1.1.1.2 2001/03/26 11:59:15 hubertf Exp $
|
|
#
|
|
|
|
DISTNAME= p0f-1.7
|
|
CATEGORIES= security net
|
|
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
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/p0f.README
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|