-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.txt
More file actions
40 lines (28 loc) · 947 Bytes
/
README.txt
File metadata and controls
40 lines (28 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
**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
------------
* Python_ 2.7.x
* libmproxy_ 0.8
* netlib_ 0.8
* pynids_ 0.6.1
**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.