摘要:
题目源码 <?php error_reporting(0); class A { protected $store; protected $key; protected $expire; public function __construct($store, $key = 'flysystem', 阅读全文
摘要:
regexp注入 robots.txt hint.txt 可以看到过滤了很多东西,这里考虑regexp正则注入 正常查看一下用户 匹配成功会返回1 匹配失败返回0 测试一下返回结果,此处空字节%00用来注释 select * from users where username='\' and pas 阅读全文
摘要:
源码 <?php include 'config.php'; // FLAG is defined in config.php if (preg_match('/config\.php\/*$/i', $_SERVER['PHP_SELF'])) { exit("I don't know what 阅读全文