Expected Findings
- Deprecated API versions remain accessible without auth.
- Backup dump can be downloaded directly.
- Internal reporting endpoints are linked into the browser bootstrap.
A legacy portal that still boots from deprecated endpoints, exposes a downloadable SQL backup, and keeps internal reports one link away.
fetch("/v0/debug/users").then(renderUsers)