← back to room
CSRF
Account Login
Scenario
Password changes require a hidden field tied to the user's session. Posts missing that field should fail safely. Confirm the protection works, then record the lab's verification flag.
Your approach
- Inspect the password form for a hidden token field name.
- Send a POST with new password values but omit the token.
- Read the error indicating the token is invalid or missing.
- Note the lab's success message for proving the form is protected.
- Submit the task flag associated with this verification step.
SecurePanel
Self-service account console
Login
Demo accounts: admin / admin and ben / ben.