lebel fbf9768fcf initial import of siphon-0.666:
--
The Siphon Project is a portable passive network mapping suite.  In
the latest public version, Siphon passively maps TCP ports and
performs passive operating system detection.  Through the magic of
RFC ambiguity and programmer uniqueness, different machines exhibit
telltale characteristics that enable Siphon to make a fairly accurate
guess at what operating system is running on machines sending packets
out over the wire.  The beauty of this method is that our tool does
not need to send out a slew of non-RFC compliant packets that trip
intrusion detection systems. In fact, we send out no packets at
all.  Whereas nmap crashes some machines and network hardware when
performing its active OS detection tests, Siphon would never crash
remote machines.  Siphon is available for UNIX and Win32.
 
WWW: http://www.gravitino.net/projects/siphon/

Submitted by Jason Peel <jsyn@nthought.com>
2001-06-16 14:56:26 +00:00

33 lines
951 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/06/16 14:56:26 lebel Exp $
COMMENT= "passive network mapping tool"
DISTNAME= siphon-v.666
PKGNAME= siphon-0.666
CATEGORIES= security net
NEED_VERSION= 1.414
HOMEPAGE= http://www.gravitino.net/projects/siphon/
MAINTAINER= Jason Peel <jsyn@nthought.com>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.gravitino.net/projects/siphon/ \
http://packetstorm.securify.com/UNIX/utilities/siphon/
MAKE_ENV= SYSCONFDIR="${SYSCONFDIR}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/siphon ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/siphon
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/siphon
${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/siphon
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/siphon
${INSTALL_DATA} ${WRKSRC}/osprints.conf ${PREFIX}/share/examples/siphon
.include <bsd.port.mk>