Skip to content

Instantly share code, notes, and snippets.

@Critter
Created June 7, 2013 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Critter/5731290 to your computer and use it in GitHub Desktop.
Save Critter/5731290 to your computer and use it in GitHub Desktop.
Find base 64 decode in php files
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