Script to search corrupted php files February 25, 2022September 30, 2021 by admin find -name '*.php' -exec grep -rIL . {} \;