Helpful for finding strings in PHP files:
find . -type f -name '*.php' -print0 | xargs -0 grep 'shell_exec'
Helpful for finding strings in PHP files:
Helpful for finding strings in PHP files:
find . -type f -name '*.php' -print0 | xargs -0 grep 'shell_exec'