Misc - 039
备注
created by || eMVee
⏲️ Release Date // 2023-09-27
💀 Solvers // 24
🧩 Type // misc
Download the file and find the flag.
JWT解码得到
{
"sub": "1234567890",
"name": "John Doe",
"admin": true,
"flag": "DoNotStoreSensitiveDataHere",
"iat": 1694419883,
"exp": 1694423483
}
flag
HMV{DoNotStoreSensitiveDataHere}