# $Id: Portfile,v 1.13 2003/11/11 23:29:20 fenner Exp $ PortSystem 1.0 name dsniff version 2.3 revision 0 categories net maintainers jpm@opendarwin.org description network auditing and penetration testing tools long_description \ dsniff is a collection of tools for network auditing and penetration \ testing. dsniff, filesnarf, mailsnarf, msgsnarf, urlsnarf, and \ webspy passively monitor a network for interesting data (passwords, \ e-mail, files, etc.). arpspoof, dnsspoof, and macof facilitate the \ interception of network traffic normally unavailable to an attacker \ (e.g, due to layer-2 switching). sshmitm and webmitm implement \ active monkey-in-the-middle attacks against redirected SSH and HTTPS \ sessions by exploiting weak bindings in ad-hoc PKI. homepage http://monkey.org/~dugsong/dsniff/ platforms darwin master_sites http://monkey.org/~dugsong/dsniff/ checksums md5 183e336a45e38013f3af840bddec44b4 depends_build path:${prefix}/include/pcap-int.h:libpcap depends_lib \ lib:libnet:libnet lib:libnids:libnids patchfiles Makefile.in.diff post-patch { reinplace "s|@install_prefix@|${destroot}|g" "${worksrcpath}/Makefile.in" } platform darwin 7 { configure.env CFLAGS="-DBIND_8_COMPAT=1" } variant unstable { version 2.4b1 master_sites http://naughty.monkey.org/~dugsong/dsniff/beta/ worksrcdir ${name}-2.4 checksums md5 2f761fa3475682a7512b0b43568ee7d6 }