mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-02 10:47:14 +00:00
4 lines
68 B
Python
Executable file
4 lines
68 B
Python
Executable file
#!/usr/bin/env python
|
|
from libmproxy.main import mitmweb
|
|
|
|
mitmweb()
|