grep -rnw '/home/' -e 'Obfuscation'

find . -name "*.php" -exec grep "base64" '{}' \; -print

find . -name "*.php" -exec grep "eval" '{}' \; -print