1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name tcpxtract |
---|
6 | version 1.0.1 |
---|
7 | categories net security |
---|
8 | platforms darwin |
---|
9 | maintainers ports@ |
---|
10 | description tool for extracting files from network traffic based on file signatures |
---|
11 | #long_description tcpxtract is a tool for extracting files from network traffic based on file signatures. Extracting files based on file type headers and footers (sometimes called "carving") is an age old data recovery technique. Tools like Foremost employ this technique to recover files from arbitrary data streams. Tcpxtract uses this technique specifically for the application of intercepting files transmitted across a network. Other tools that fill a similar need are driftnet and EtherPEG. driftnet and EtherPEG are tools for monitoring and extracting graphic files on a network and is commonly used by network administrators to police the internet activity of their users. The major limitations of driftnet and EtherPEG is that they only support three filetypes with no easy way of adding more. The search technique they use is also not scalable and does not search across packet boundries. |
---|
12 | homepage http://tcpxtract.sourceforge.net/ |
---|
13 | master_sites sourceforge |
---|
14 | |
---|
15 | checksums md5 1d8fe172d4590c33a157798e08dc0ccd \ |
---|
16 | sha1 48fce86ac87e5467cb671236a7247474f69bac9d \ |
---|
17 | rmd160 0577bdaa1ab57457c805fb49376aa305ae4d9457 |
---|
18 | |
---|
19 | configure.type gnu |
---|
20 | configure.args-append --mandir=${prefix}/share/man |
---|
21 | |
---|