摘要:
[LitCTF2026] lit_ezsql 题目 注注注! 解 ',",)轮番上阵都没报错 常规or语句和双写也没成功 查询1 id name col2 col3 col4 1 alice visitor none none 查询2 id name col2 col3 col4 2 bob vis 阅读全文
摘要:
Really EZ POP 题目 <?php highlight_file(__FILE__); class Sink { private $cmd = 'echo 123;'; public function __toString() { eval($this->cmd); # 可执行命令 } } 阅读全文