Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
pcapfex — 'Packet Capture Forensic Evidence eXtractor' is a tool that finds and extracts files from packet capture files | Kitploit
Tools/GitHubGitHub/vikwin/pcapfex
Packet Sniffing & AnalysisNetwork ForensicsForensicsData RecoveryDigital Forensics
GitHubvikwin/pcapfex

pcapfex

'Packet Capture Forensic Evidence eXtractor' is a tool that finds and extracts files from packet capture files

View Repository
229446 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

pcapfex

'Packet CAPture Forensic Evidence eXtractor' is a tool that finds and extracts files from packet capture files.

It was developed by Viktor Winkelmann as part of a bachelor thesis.

The power of pcapfex lies in it's ease of use. You only provide it a pcap-file and are rewarded a structured export of all files found in it. pcacpfex allows data extraction even if non-standard protocols were used. It's easy to understand plugin-system offers python developers a quick way to add more file-types, encodings or even complex protocols.

Requirements

pcapfex was developed and tested for Linux environments only. Due to missing optimizations and tests, there is no guarantee for it to work under Windows (though it should work).

pcapfex depends on Python 2.7 and the dpkt package. You can install it via

root@kitploit:~
sudo pip install dpkt

To achieve better performance using a multithreaded search for file objects, you should install the regex package.

root@kitploit:~
sudo pip install regex

However, this step is only optional.

Usage

To analyze a pcap-file samplefile.pcap just use

root@kitploit:~
pcapfex.py samplefile.pcap

For more detailed usage information see

root@kitploit:~
pcapfex.py -h

Please make sure to use the -nv flag, if the machine that captured the traffic was sending data as well. This will circumvent wrong checksums stored in the pcap-file caused by TCP-Checksum-Offloading.

License

pcapfex is published under the Apache 2.0 license.

Download Tool