TKKCTF2025web
Real or AI
根据介绍可知这是一道web前端小游戏题目,需要分数达到999才能获取flag。
利用ctrl+f搜索关键字score,flag。找到关键代码

其中function Yy({score: e, totalRounds: t, onPlayAgain: a})
接收三个参数:
- e → score(得分)
- t → totalRounds(总回合数)
- a → onPlayAgain(点击或按键触发重新开始)
因此,若要获取flag只需要编写一个sha256脚本即可
TKKCTF2025web
https://linsport.github.io/2025/12/10/ctf/TKKCTF2025WEB/