← all rooms
Boss
Expert
Boss: 0-Click ATO
Poison reset, predict token, own the account.
Mission briefing
VaultMail is the final boss: password reset links built from request headers and predictable tokens. You start with nothing but the victim's username and public reset flow. Complete a takeover without phishing the victim to click anything.
0 / 1 tasks
0 / 30 pts
Room cleared
Every task in this room is done. Your rank progress just moved forward.
Objectives
- Complete the ATO boss chain
Task 1 Takeover Expert 30 pts
Scenario
VaultMail reset emails honour X-Forwarded-Host when building links, and reset tokens follow a guessable pattern. You know the victim username but they never click phishing links. Complete account claim without user interaction.
Your approach
- Request a reset for the victim with a poisoned forwarded host header.
- Derive or read the predictable token format from lab hints.
- Visit the claim endpoint with the victim token while hosting the evil reset domain if needed.
- Confirm takeover and read the boss flag.
- Submit the zero-click ATO flag.
Claim victim via reset chain.
Open lab →Hint
Reset with X-Forwarded-Host. Token = tok-<user>- + MD5(user:hackerz-labs)[:8]