Date: Mon, 4 Dec 2006 23:06:41 +0100 (CET) From: trasz <trasz@pin.if.uz.zgora.pl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/106351: [NEW PORT] security/fl0p: Passive L7 flow fingerprinting tool Message-ID: <20061204220641.0F7E039DBA@pin.if.uz.zgora.pl> Resent-Message-ID: <200612042210.kB4MAAiH017116@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 106351 >Category: ports >Synopsis: [NEW PORT] security/fl0p: Passive L7 flow fingerprinting tool >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 04 22:10:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: trasz >Release: FreeBSD 6.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #0: Wed Nov 15 19:16:30 CET 2006 >Description: The tool is a simple flow-analyzing passive L7 fingerprinter. It examines the sequence of client-server exchanges, their relative layer 7 payload sizes, and transmission intervals (as opposed to inspecting the contents, which is what most passive fingerprinters and "smart" sniffers would do to analyze transmissions). This is then matched against a database of traffic pattern signatures to infer some interesting facts about the traffic. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- fl0p-0.0.2.b.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # fl0p # fl0p/pkg-descr # fl0p/Makefile # fl0p/pkg-plist # fl0p/distinfo # fl0p/files # fl0p/files/patch-config.h # echo c - fl0p mkdir -p fl0p > /dev/null 2>&1 echo x - fl0p/pkg-descr sed 's/^X//' >fl0p/pkg-descr << 'END-of-fl0p/pkg-descr' XThe tool is a simple flow-analyzing passive L7 fingerprinter. It Xexamines the sequence of client-server exchanges, their relative Xlayer 7 payload sizes, and transmission intervals (as opposed to Xinspecting the contents, which is what most passive fingerprinters Xand "smart" sniffers would do to analyze transmissions). This is Xthen matched against a database of traffic pattern signatures to Xinfer some interesting facts about the traffic. END-of-fl0p/pkg-descr echo x - fl0p/Makefile sed 's/^X//' >fl0p/Makefile << 'END-of-fl0p/Makefile' X# New ports collection makefile for: fl0p X# Date created: 2006-12-04 X# Whom: trasz <trasz@pin.if.uz.zgora.pl> X# X# $FreeBSD$ X# X XPORTNAME= fl0p XPORTVERSION= 0.0.2.b XCATEGORIES= security XMASTER_SITES= http://lcamtuf.coredump.cx/soft/ XDISTNAME= fl0p-devel XEXTRACT_SUFX= .tgz X XMAINTAINER= trasz@pin.if.uz.zgora.pl XCOMMENT= Passive L7 flow fingerprinting tool X XWRKSRC= ${WRKDIR}/fl0p/ X Xpost-patch: X ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/config.h X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/fl0p ${PREFIX}/bin X ${MKDIR} ${DATADIR} X ${INSTALL_DATA} ${WRKSRC}/fl0p.fp ${DATADIR}/ X.if !defined(NOPORTDOCS) X ${MKDIR} ${DOCSDIR} X ${INSTALL_MAN} ${WRKSRC}/doc/README ${DOCSDIR}/ X ${INSTALL_MAN} ${WRKSRC}/doc/ChangeLog ${DOCSDIR}/ X ${INSTALL_MAN} ${WRKSRC}/doc/TODO ${DOCSDIR}/ X ${INSTALL_MAN} ${WRKSRC}/doc/CREDITS ${DOCSDIR}/ X.endif X X.include <bsd.port.mk> END-of-fl0p/Makefile echo x - fl0p/pkg-plist sed 's/^X//' >fl0p/pkg-plist << 'END-of-fl0p/pkg-plist' Xbin/fl0p X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog X%%PORTDOCS%%%%DOCSDIR%%/TODO X%%PORTDOCS%%%%DOCSDIR%%/CREDITS X%%PORTDOCS%%@dirrm %%DOCSDIR%% X%%DATADIR%%/fl0p.fp X@dirrm %%DATADIR%% END-of-fl0p/pkg-plist echo x - fl0p/distinfo sed 's/^X//' >fl0p/distinfo << 'END-of-fl0p/distinfo' XMD5 (fl0p-devel.tgz) = 2f5fe95ef695eb2ff566ca2aa403b945 XSHA256 (fl0p-devel.tgz) = a6ccc98cfad2330b7baf0827c44657e35cb6c387ab1e55e4b3f8bb762b4161bc XSIZE (fl0p-devel.tgz) = 30297 END-of-fl0p/distinfo echo c - fl0p/files mkdir -p fl0p/files > /dev/null 2>&1 echo x - fl0p/files/patch-config.h sed 's/^X//' >fl0p/files/patch-config.h << 'END-of-fl0p/files/patch-config.h' X--- config.h.orig Mon Dec 4 22:49:35 2006 X+++ config.h Mon Dec 4 22:50:40 2006 X@@ -19,7 +19,7 @@ X #ifdef WIN32 X # define CONFIG_DIR "." X #else X-# define CONFIG_DIR "/etc/fl0p" X+# define CONFIG_DIR "%%PREFIX%%/share/fl0p" X #endif /* WIN32 */ X X #define FPRINT_DB "fl0p.fp" END-of-fl0p/files/patch-config.h exit --- fl0p-0.0.2.b.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061204220641.0F7E039DBA>