Skip to content

Instantly share code, notes, and snippets.

@ev3rywh3re
Created May 3, 2012 18:10
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ev3rywh3re/2587766 to your computer and use it in GitHub Desktop.
Save ev3rywh3re/2587766 to your computer and use it in GitHub Desktop.
Linux: grep command line notes
## Search for scary PHP stuff.
grep "((eval.*(base64_decode|gzinflate))|r57|c99|sh(3(ll|11)))" ./ -roE --include=*.php*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment