mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-08 17:29:52 +08: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.
3 lines
39 B
Python
Executable File
3 lines
39 B
Python
Executable File
#!/usr/bin/env python
|
|
print "NONSENSE"
|