furryCTF2025
MICS
签到题
找出flag
WEB
ezmd5

利用公开的MD5碰撞对成功获取flag
PyEditor
观察到题目的黑名单
1 | |
获取flag
为什么这个payload能绕过所有检查?
- 避开了模块导入检查:使用
import builtins而不是import os - 避开了直接函数调用检查:使用
getattr间接获取__import__ - 避开了危险属性访问检查:没有直接访问
__builtins__ - 避开了方法调用检查:
'get'不在banned_methods中
下一代有下一代的问题
在控制台中发现关键信息Welcome to the Feedback System Next Generation!
根据CVE-2025-55182漏洞构造请求获得flag
PPC
flagReader
利用脚本快速阅览网页
最后根据题干提示base16解码2次获得flag
furryCTF2025
https://linsport.github.io/2026/01/30/ctf/furryCTF2025/