Replace the contents of this file with a file containing a list of files that are possibly infected. The script expects to find the full path to your files like so:

/full/path/to/infected/public_html/someDir/someFilename.php


The find command (with a grep exec) can be used to get the output neccessary for such a list:

find /full/path/to/public_html -name "*.php" -exec grep -li "eval(gzinflate" {} \;