Skip to content

mitmextract extracts the http flows from a pcap file and converts them into a mitmproxy flow dump.

License

Notifications You must be signed in to change notification settings

cjneasbi/mitmextract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mitmextract extracts the http flows from a pcap file and converts them into a mitmproxy flow dump.

Download

Source is hosted on github:

github.com/cjneasbi/mitmextract

Requirements

mitmextract has only been tested on Linux but should work with any platform supporting the above requirements.

Usage

Usage: mitmextract.py [options] <pcap_file> <output_file>

Options:
  -h, --help            show this help message and exit
  -d, --debug           Display debugging output.
  -f FILTERS, --filter=FILTERS
                        Filter flows whose request headers contain a specified
                        value.  Filters must be constructed with the format
                        <header-field>:<header-field-value> .  Multiple filters
                        may be specified.

Caveats

  • Only extracts IPv4 HTTP flows.

About

mitmextract extracts the http flows from a pcap file and converts them into a mitmproxy flow dump.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages