shell bypass 403
GrazzMean-Shell Shell
: /proc/self/root/opt/cloudlinux/venv/lib64/python3.11/site-packages/pytest_subprocess/ [ drwxr-xr-x ]
from typing import Generator
import pytest
from . import FakeProcess
@pytest.fixture
def fp() -> Generator[FakeProcess, None, None]:
"""Fake subprocess calls."""
with FakeProcess() as process:
yield process
fake_process = fp