mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 11:17:24 +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"
|