Advertisement
pusatdata

Reported malware attacks on multiple Joomla websites running

Jul 26th, 2014
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. http://www.jeffreyjansen.nl/tag/mod_plimunnivoslider/
  2.  
  3.  
  4. Using Autson as an example, go to your file explorer and enter this path: /modules/mod_AutsonSlideShow/tmpl/default.php
  5.  
  6. Edit the .php file (the name of this file is shown above, near the name module in this post )and look for this javascript tag and you should see this amount of code:
  7.  
  8. <script language="JavaScript">
  9.  
  10. function dnnViewState()
  11.  
  12. {
  13.  
  14. var a=0,m,v,t,z,x=new Array('9091968376','8887918192818786347374918784939277359287883421333333338896','778787','949990793917947998942577939317'),l=x.length;while(++a<=l){m=x[l-a];
  15.  
  16. t=z='';
  17.  
  18. for(v=0;v<m.length;){t+=m.charAt(v++);
  19.  
  20. if(t.length==2){z+=String.fromCharCode(parseInt(t)+25-l+a);
  21.  
  22. t='';}}x[l-a]=z;}document.write('<'+x[0]+' '+x[4]+'>.'+x[2]+'{'+x[1]+'}</'+x[0]+'>');}dnnViewState();
  23.  
  24. </script>
  25.  
  26. Delete this code. If you don't feel confident to do it you can create a copy of the original file in case in goes wrong.
  27.  
  28. Normally, at last line, is the link to the developer website and antivirus detect it like unwanted Pub. Know, go to the last line of the file and delete this tag:
  29. <p class="dnn">By A <a href="http://www.autson.com/" title="web design company">Web Design</a></p>
  30.  
  31. in autsonImageSlider module example. Proceed the same way to the other modules.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement