Seems these things happen a lot these days. If you have a ssh account like root or an other valid user you can search an remove easier the infected code from your files.
First of all try to find a file that was infected and check the date of it with :
find . -mtime -2
Will search all files that were modified in the last 48 hours
Related posts:



Leave a Reply