Tier 1 · Learn — one API, one vulnerability, one flag.
flag{}, move on. Together they cover the OWASP API Top 10 (2019 + 2023).Access another user's object by tampering with an ID.
/api01/Escalate to admin by breaking token authentication.
/api02/Manipulate object properties you shouldn't control.
/api03/Abuse an action that has no rate limiting.
/api04/Invoke an admin-only function as a low-priv user.
/api05/Automate a sensitive flow past its intended limit.
/api06/Make the API fetch an internal resource for you.
/api07/Find what insecure defaults quietly leak.
/api08/Discover an endpoint that should have been retired.
/api09/Feed the API bad data from an upstream it trusts.
/api10/