5-1
The Bait
Not Done
Briefing
Create fake intelligence about a 'Malwarian contact.' If Athena is the spy, she'll try to intercept it.
Command
curl -X POST https://httpqueen.net/intelligence/report \
-H "Authorization: Bearer YOUR-TOKEN" \
-H "Content-Type: application/json" \
-b cookies.txt -c cookies.txt \
-d '{"classification": "top_secret", "subject": "malwarian_contact", "content": "Meeting at midnight", "tracking_id": "TRAP-001"}'
What You'll Learn
Security testing often uses canary tokens - unique markers that trigger when accessed. The spy will reveal herself.
Old Margot whispers: "POST fake intelligence. Include a tracking marker in your cookies."