Skip to content

This is a python utility designed to remove frames from a PCAP file for anonymization

License

Notifications You must be signed in to change notification settings

TheDreamPort/pcap-scrubber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pcap-scrubber

This is a python utility designed to remove frames from a PCAP file for anonymization. this project was created to serve a need for PCAP analysis at DreamPort. The more realistic PCAP we study the better off we are HOWEVER we must ensure not to reveal personally or professionally identifiable information from the environment where we gathered our data in the first place.

installation

This project is meant to be configured with PIP. Once you clone this repository you should be able to install the required packages with the following syntax:

pip install -r requirements.txt

operation

Execution of this script is meant to be as simple as possible:

./pcap_scrub.py -P browser,pop,ldap -p 3535,1248,9100 <TARGET PCAP>

About

This is a python utility designed to remove frames from a PCAP file for anonymization

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages