Heim - UMassCTF '21 Writeup

Posted on Mon, Mar 29, 2021 UMassCTF'21 Web Application Bearer Authentication
Only those who BEARER a token may enter! A web exploitation category challenge on intercepting and forging JSON Web Tokens from a debugging endpoint to bypass Bearer authentication.

The Heim

Intercepting requests with Burp Suite

Forging Odin's token

Resources

  1. https://swagger.io/docs/specification/authentication/bearer-authentication/
  2. https://research.securitum.com/jwt-json-web-token-security/
  3. https://gchq.github.io/CyberChef/