Firewalking is a technique developed by Mike D. Schiffman and David E. Goldsmith that employs traceroute-like techniques to analyze IP packet responses to determine gateway ACL filters and map networks. Firewalk the tool employs the technique to determine the filter rules in place on a packet forwarding device. This package was provided in PR 14020 by xs@nitric.net. I split it into two separate packages, firewalk-gtk and firewalk, and modified it to use buildlink functionality.
20 lines
619 B
Makefile
20 lines
619 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2001/10/11 15:11:48 agc Exp $
|
|
|
|
DISTNAME= firewalk-1.0
|
|
CATEGORIES= net security
|
|
MASTER_SITES= http://www.packetfactory.net/Projects/firewalk/
|
|
|
|
MAINTAINER= xs@nitric.net
|
|
HOMEPAGE= http://www.packetfactory.net/Projects/firewalk/
|
|
COMMENT= Firewalk determines the filter rules on a packet forwarding device
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:C/f/F/}
|
|
|
|
GNU_CONFIGURE= #defined
|
|
CONFIGURE_ENV+= CFLAGS=-I${LOCALBASE}/include
|
|
CONFIGURE_ARGS+= --with-gtk=no
|
|
|
|
MAKE_ENV+= LIBS="-L${LOCALBASE}/lib" FIREWALK_LOC=${LOCALBASE}
|
|
|
|
.include "../../devel/libnet/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|