Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
This banking app lets a logged-in user transfer money. Check whether CSRF protections exist by seeing if a separate site can trigger a transfer on the victim's behalf.
Try logging in with user/password123
Check whether the transfer endpoint has CSRF token protection
Try opening a separate page (attacker.html) while logged in