Oct 23, 2015Tip: Find String in PHP FilesHelpful for finding strings in PHP files:find . -type f -name '*.php' -print0 | xargs -0 grep 'shell_exec' Share on