分类: CTF

13 篇文章

CTFshow-月饼杯&吃瓜杯
日常练习题 题目来源:ctf.show 月饼杯 Web1_此月圆 题目附件中有的index.php <?php class a { public $uname; public $password; public function __construct($uname,$password) { $this->uname=$uname; $…
HNCTF-2022
week1 2048 一个2048小游戏,先看看源码 在源码中看到游戏的js文件 找找看有没有flag 找到这一段代码 原来要超过20000分才弹出flag,这里直接把代码放到控制台运行,弹出flag Interesting_include 文件包含,没什么难度 payload: ?filter=php://filter/convert.base6…
LitCTF-2023
军训的时候打着玩,还是比较简单的