Exemplos de Uso
$
grep -r "eval(base64_decode" /home/usuario/public_html/ 2>/dev/null
grep -r "base64_decode(gzinflate" /home/ 2>/dev/null
$
find /home -name "c99.php" -o -name "r57.php" -o -name "shell.php" 2>/dev/null
$
find /home/usuario/public_html -name "*.php" -newer /home/usuario/public_html/wp-config.php -ls