会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
NwN
管理
随笔分类 -
php题
[ACTF2020 新生赛]Include
摘要:方向:include ?file=pHp://FilTer/convert.base64-encode/resource=flag.php 伪协议读文件,得到base64编码后的flag.php的源码,找到flag
阅读全文
posted @
2021-07-13 10:44
NwN
阅读(76)
评论(0)
推荐(0)
WEB_AK赛
摘要:签到_观己 方向:文件包含 <?php if(isset($_GET['file'])){ $file = $_GET['file']; if(preg_match('/php/i', $file)){ die('error'); }else{ include($file); } }else{ hi
阅读全文
posted @
2021-07-13 10:42
NwN
阅读(57)
评论(0)
推荐(0)