find /home/ -name "social*.png" -exec grep -q -E -o 'php.{0,80}' {} \; -exec chmod 000 {} \; -print
find /home/ -name "social*.png" -exec grep -E -o 'php.{0,80}' {} \; -print
find /home/ -name social.png -size 32k -exec rm -rf {} \;
find -L /home -type f -name '*.png' -print0 | xargs -0 file | grep "PHP script" >cryptoPHP.txt
find -L / -type f -name ‘social.png’ -exec file {} +