We've noticed several security warnings from antivirus software when visiting one of our customer's pages.
Besides other steps to improve security, we now want to scan the server's directories for files which have malicious javascript code included (it's in hexadecimal, with a function to convert to ascii and and eval()-function). We tried it with ClamAV, but it doesn't detect those files.
We've already submitted one of the files on ClamAV's web page, but we're not sure if this scanner will be able to detect them. Are there other scanners or methods we could try to identify those files?
Webserver is apache2 running on Gentoo.
grep -H -r "eval(" /path/to/www– Polynomial Jul 23 '12 at 9:36