phpyun v3.2 二次注入一枚(绕过过滤,无需登录)

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

### 简要描述: 20141226的对之前的绕过过滤的那里也稍微改了下。。 这个改了 依旧能直接绕过 无限制。 可以直接出管理的密码啥的。 本地直接出管理密码了,demo测试。。 因为demo有安全狗。不会搞安全狗。 就直接延个时了。。 ### 详细说明: http://www.hr135.com/company/index.php?m=index&c=index&id=3751&style=../../template/admin&tp=/admin_web_config 可以发现现在打开是空白了。。 来看看代码。 在conpany/model/index.class.php中 ``` $_GET['style'] = str_replace(array('.','/'),'',$_GET['style']);//原来是过滤了. 和 / if($row['comtpl'] && $row['comtpl']!="default" && !$_GET['style']){ $tplurl=$row[comtpl]; $this->registrs(); }else{ $tplurl="default"; } if($_GET['style']){ $tplurl=$_GET['style']; } $tp=$_GET['tp']?$_GET['tp']:"index"; $this->public_action(); $this->yunset("msglist",$msglist); $this->yunset("usertype",$_COOKIE['usertype']); $this->yunset("uid",$this->uid); $this->yunset("comclass_name",$comclass_name); $this->yunset("com",$row); $this->yunset("looktype",$looktype); $this->yunset("look_msg",$look_msg); $this->seo("company_".$tp);...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息