From a46a317dcacb7cc416e15ab3a4f8804a5a09f046 Mon Sep 17 00:00:00 2001 From: 0xHJK Date: Tue, 8 May 2018 16:27:56 +0800 Subject: har_dump example cmdline invocation --- examples/complex/har_dump.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples') diff --git a/examples/complex/har_dump.py b/examples/complex/har_dump.py index 040c7d28..33a2f79f 100644 --- a/examples/complex/har_dump.py +++ b/examples/complex/har_dump.py @@ -1,5 +1,11 @@ """ This inline script can be used to dump flows as HAR files. + +example cmdline invocation: +mitmdump -s ./har_dump.py --set hardump=./dump.har + +filename endwith '.zhar' will be compressed: +mitmdump -s ./har_dump.py --set hardump=./dump.zhar """ -- cgit v1.2.3