Skip to content

SackOfHacks/pcapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pcapper

Modular CLI for fast, readable PCAP triage and reporting.

"PCAPs or it did't happen"

"Because sometime a PCAP is all you have"

Features

  • 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

Install

pip install -r requirements.txt

Or install the package locally:

pip install -e .

Usage

python -m pcapper /path/to/capture.pcap
python -m pcapper /path/to/folder --recursive
pcapper /path/to/capture.pcapng --limit-protocols 20

Optional analysis modules are enabled with flags such as --dns, --http, --icmp, --protocols, --services, --files, --smb, --ntlm, and --ips.

Output

Pcapper prints a clean, analyst-friendly report suitable for triage and forensic review.

License

MIT

About

A modular PCAP forensics tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages