Modular CLI for fast, readable PCAP triage and reporting.
"PCAPs or it did't happen"
"Because sometime a PCAP is all you have"
- Accepts a single PCAP/PCAPNG file or a directory of captures
- Summarizes packet count, timestamps, duration, size, interface details
- Produces a protocol presence summary for quick triage
- Modular architecture for easy expansion
pip install -r requirements.txtOr install the package locally:
pip install -e .python -m pcapper /path/to/capture.pcap
python -m pcapper /path/to/folder --recursive
pcapper /path/to/capture.pcapng --limit-protocols 20Optional analysis modules are enabled with flags such as --dns, --http,
--icmp, --protocols, --services, --files, --smb, --ntlm, and --ips.
Pcapper prints a clean, analyst-friendly report suitable for triage and forensic review.
MIT