mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 18:57:22 +00:00
External scripts can read a flow, modify it, and then return it to mitmproxy using a simple API. The "|" keyboard shortcut within mitmproxy prompts the user for a script.
2 lines
39 B
Python
Executable file
2 lines
39 B
Python
Executable file
#!/usr/bin/env python
|
|
print "NONSENSE"
|