You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2023. It is now read-only.
I have no idea, it's the first time I used mitmproxy at all and my python is read-only, so I'm the wrong person to ask. But I guess almost everybody will use v5 oder v6 anyway. And v4 even has a big "insecure" tag here: https://pyup.io/changelogs/mitmproxy/
You can set up virtualenv for Python, then use pip to install the version required by the script. Regarding the bugs: this is a testing tool, that you should use against trusted applications:
I keep this open as a TODO item, to keep up with mitmproxy, but restrict commenting to keep the discussion focused. Feel free to ask any questions in separate issues with descriptive titles! (seriously people, this is not Instagram!)
Repository owner
locked as off-topic and limited conversation to collaborators
Feb 7, 2021
with mitmproxy 6.0.2 on Ubuntu (kali2), python 2.7.18, I get an error in mitmproxy_oracleforms.py at line 145:
It works with this
flow.response.content = flow.response.content.replace(b"Mate", b"Matf")
instead.
The text was updated successfully, but these errors were encountered: