Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

muzuiget/mitmpcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

mitmpcap

NOTE: This project has been abandoned, use the SSLKEYLOGFILE way instead. see #10.

This is a mitmproxy addon script, it exports traffic to PCAP file, so you can view the decoded HTTPS or HTTP/2 traffic in other programs.

Usage

Use as addon for mitmproxy/mitmweb/mitmdump command:

mitmweb -s mitmpcap.py

By default, it exports to filename output.pcap.

Setting

Edit the mitmpcap.py file, change the File class argument at the end of file:

addons = [Addon(lambda: File('output.pcap'))]

You also can pipe the PCAP data to other program, use the Pipe class:

addons = [Addon(lambda: Pipe('weer -'))]

This will start Weer as child process to receive the PCAP data.

License

MIT

About

export mitmproxy traffic to PCAP file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages