shell bypass 403
GrazzMean Shell
: /usr/local/python-3.12/lib/python3.12/site-packages/virtualenv/activation/powershell/ [ drwxr-xr-x ]
from __future__ import annotations
from virtualenv.activation.via_template import ViaTemplateActivator
class PowerShellActivator(ViaTemplateActivator):
def templates(self):
yield "activate.ps1"
__all__ = [
"PowerShellActivator",
]