{"id":13815280,"url":"https://github.com/muzuiget/mitmpcap","last_synced_at":"2025-05-15T07:32:22.839Z","repository":{"id":43216532,"uuid":"195710813","full_name":"muzuiget/mitmpcap","owner":"muzuiget","description":"export mitmproxy traffic to PCAP file","archived":true,"fork":false,"pushed_at":"2023-11-12T09:08:32.000Z","size":4,"stargazers_count":55,"open_issues_count":0,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-19T10:49:17.925Z","etag":null,"topics":["mitmproxy","pcap"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/muzuiget.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-07-08T00:33:59.000Z","updated_at":"2024-11-07T09:07:16.000Z","dependencies_parsed_at":"2024-01-07T22:50:23.118Z","dependency_job_id":"2037d553-7746-45dc-8b8a-c25fd7307bd7","html_url":"https://github.com/muzuiget/mitmpcap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muzuiget%2Fmitmpcap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muzuiget%2Fmitmpcap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muzuiget%2Fmitmpcap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muzuiget%2Fmitmpcap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muzuiget","download_url":"https://codeload.github.com/muzuiget/mitmpcap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254296028,"owners_count":22047188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mitmproxy","pcap"],"created_at":"2024-08-04T04:03:15.269Z","updated_at":"2025-05-15T07:32:17.830Z","avatar_url":"https://github.com/muzuiget.png","language":"Python","funding_links":[],"categories":["Python","\u003ca id=\"b4959a15647a6dcf79901f76655d0ca8\"\u003e\u003c/a\u003emitmproxy"],"sub_categories":["\u003ca id=\"3bd67ee9f322e2c85854991c85ed6da0\"\u003e\u003c/a\u003e投毒\u0026\u0026Poisoning"],"readme":"# mitmpcap\n\n**NOTE: This project has been abandoned, use the SSLKEYLOGFILE way instead. see [#10](https://github.com/muzuiget/mitmpcap/issues/10).**\n\nThis 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.\n\n[mitmproxy addon]: https://docs.mitmproxy.org/stable/addons-overview/\n\n## Usage\n\nUse as addon for mitmproxy/mitmweb/mitmdump command:\n\n```\nmitmweb -s mitmpcap.py\n```\n\nBy default, it exports to filename `output.pcap`.\n\n## Setting\n\nEdit the `mitmpcap.py` file, change the `File` class argument at the end of file:\n\n```\naddons = [Addon(lambda: File('output.pcap'))]\n```\n\nYou also can pipe the PCAP data to other program, use the `Pipe` class:\n\n```\naddons = [Addon(lambda: Pipe('weer -'))]\n```\n\nThis will start [Weer][] as child process to receive the PCAP data.\n\n[Weer]: https://weerdbg.com/\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuzuiget%2Fmitmpcap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuzuiget%2Fmitmpcap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuzuiget%2Fmitmpcap/lists"}