Merge pull request #3107 from 0xHJK/master

add har_dump example cmdline invocation
This commit is contained in:
Thomas Kriechbaumer 2018-05-08 11:07:05 +02:00 committed by GitHub
commit ad74c18f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
"""