MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / test_is_interesting_path_admin

Function test_is_interesting_path_admin

tests/test_recon_engine.py:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62
63
64def test_is_interesting_path_admin():
65 from recon_engine import _is_interesting_path
66 assert _is_interesting_path("admin/", 200) is True
67
68
69def test_is_interesting_path_env():

Callers

nothing calls this directly

Calls 1

_is_interesting_pathFunction · 0.90

Tested by

no test coverage detected