Back to Hub

Level 08 - Audit Log Fragments

Category: Web logic, Forensics | Difficulty: Hard

Audit logs are segmented and partially redacted depending on request context.

What participants receive: /api/level08, /api/level08/logs?page=1..4 or /api/level08?action=logs&page=1..4, /api/level08/submit or /api/level08?action=submit

Objective: Collect hidden fragments, decode them, and submit the reconstructed phrase.

curl https://ctf-trpl-wbi.vercel.app/api/level08
curl "https://ctf-trpl-wbi.vercel.app/api/level08?action=logs&page=1"
curl "https://ctf-trpl-wbi.vercel.app/api/level08?action=logs&page=1" -H "x-audit-mode: enabled"
curl "https://ctf-trpl-wbi.vercel.app/api/level08?action=logs&page=4" -H "x-audit-mode: enabled"
curl -X POST "https://ctf-trpl-wbi.vercel.app/api/level08?action=submit" \
  -H "content-type: application/json" \
  -d '{"answer":"<your-answer>"}'