Find

Find

Find

 
 

Find With Two Pattern Checks:

find . -maxdepth 5 -type f -name "*.php" \( -exec egrep -sli "base64_decode" {} \; -false -o -exec egrep -i "base64_decode" {} \; \)