리팩토링

This commit is contained in:
imnyang 2025-06-07 19:15:21 +09:00
commit 0d09f191c5
7 changed files with 559 additions and 141 deletions

6
runner/proxy.py Normal file
View file

@ -0,0 +1,6 @@
import sys
from mitmproxy.tools.main import mitmdump
def run_proxy():
sys.argv = ["mitmdump", "-s", "./addon/init.py", "--listen-port", "11080"]
mitmdump()