File: control

package info (click to toggle)
tcpxtract 1.0.1-13
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 704 kB
  • sloc: sh: 3,338; ansic: 1,623; lex: 40; yacc: 34; makefile: 21
file content (27 lines) | stat: -rw-r--r-- 1,080 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: tcpxtract
Section: net
Priority: optional
Maintainer: Joao Eriberto Mota Filho <eriberto@debian.org>
Build-Depends: debhelper (>= 11),
               flex,
               libfl-dev,
               libpcap0.8-dev
Standards-Version: 4.2.1
Homepage: http://tcpxtract.sf.net
Vcs-Browser: https://salsa.debian.org/debian/tcpxtract
Vcs-Git: https://salsa.debian.org/debian/tcpxtract.git

Package: tcpxtract
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: extract files from network traffic based on file signatures
 tcpxtract is a fast console tool to extract files from network traffic
 based on file headers and footers and its patterns (so called carving).
 .
 Currently, 26 file formats are supported out of the box by tcpxtract but
 new formats can be added without problems. Foremost configurations are
 simple to convert to tcpxtract configuration files.
 .
 tcpxtract uses libpcap. So, it can read network dumps generated by tcpdump
 or wireshark or similar programs. tcpxtract is useful in network auditing
 and for forensics investigations.