Created
June 7, 2013 18:21
-
-
Save Critter/5731290 to your computer and use it in GitHub Desktop.
Find base 64 decode in php files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -name "*.php" -print0 | xargs -0 grep -i -n "eval(base64_decode(" > output.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment