JWT attacks
最近更新:2024-07-02   |   字数总计:5.8k   |   阅读估时:27分钟   |   阅读量:
  1. 前言
  2. What are JWTs
    1. JWT format
    2. JWT signature
  3. JWT-labs
    1. Accepting arbitrary signatures
    2. Accepting tokens with no signature
    3. Brute-forcing secret keys
    4. JWT header parameter injections
      1. Injecting self-signed JWTs via the jwk parameter
      2. Injecting self-signed JWTs via the jku parameter
      3. Injecting self-signed JWTs via the kid parameter
      4. Other interesting JWT header parameters
    5. JWT algorithm confusion