MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / exploiter

Function exploiter

tests/security/conftest.py:295–303  ·  view source on GitHub ↗

Provide an AdvancedExploiter instance for exploit technique tests. Used by test_exploit_techniques.py

(api_server_required)

Source from the content-addressed store, hash-verified

293
294@pytest.fixture
295def exploiter(api_server_required):
296 """
297 Provide an AdvancedExploiter instance for exploit technique tests.
298
299 Used by test_exploit_techniques.py
300 """
301 from security.test_exploit_techniques import AdvancedExploiter
302
303 return AdvancedExploiter()
304
305
306@pytest.fixture

Callers

nothing calls this directly

Calls 1

AdvancedExploiterClass · 0.90

Tested by

no test coverage detected