FreeBSD Bugzilla – Attachment 73360 Details for
Bug 106351
[NEW PORT] security/fl0p: Passive L7 flow fingerprinting tool
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
fl0p-0.0.2.b.shar
fl0p-0.0.2.b.shar (text/plain), 2.99 KB, created by
trasz
on 2006-12-04 22:10:10 UTC
(
hide
)
Description:
fl0p-0.0.2.b.shar
Filename:
MIME Type:
Creator:
trasz
Created:
2006-12-04 22:10:10 UTC
Size:
2.99 KB
patch
obsolete
># 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 106351
: 73360