This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import asyncio | |
import threading | |
from typing import Any, Callable, Self | |
from mitmproxy import http | |
from mitmproxy.addons import default_addons, script | |
from mitmproxy.master import Master | |
from mitmproxy.options import Options | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use Python 3.11 with no dependencies | |
# set a global user proxy: | |
# python -m sfvip_user_proxy http://127.0.0.1:8888 | |
# remove the global user proxy: | |
# python -m sfvip_puser_proxy | |
import argparse | |
import json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# requirements: | |
# Python >= 3.10 | |
# pip install proxy.py pywin32 requests | |
# create a shortcut : | |
# python sfvip_proxy.py --shorcut | |
# use it ! | |
import argparse | |
import itertools | |
import json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# requirements: | |
# Python >= 3.10 | |
# pip install proxy.py psgtray psutil pysimplegui pywin32 requests | |
# use it: | |
# python sfvip_proxy.py [--port PORT] | |
# or create the launcher: | |
# python sfvip_proxy.py --launcher [--port PORT] | |
# and Launch the proxy with sfvip_proxy.vbs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
from __future__ import annotations | |
import subprocess | |
""" | |
888 888 d8b | |
888 888 Y8P | |
888 888 |