会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Galio
博客园
首页
新随笔
联系
管理
订阅
2022年7月9日
取反、异或绕过preg_match()过滤所有字母数字
摘要: 捞到代码,在本地搭建,源码(rce.php): <?php error_reporting(0); if(isset($_GET['code'])){ $code=$_GET['code']; if(strlen($code)>40){ die("This is too Long."); } if(
阅读全文
posted @ 2022-07-09 04:15 Galio
阅读(1888)
评论(0)
推荐(0)
编辑
公告