Skip to content

Instantly share code, notes, and snippets.

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 Mebus/f42ddcbe5719483d88e00396f723f8b8 to your computer and use it in GitHub Desktop.
Save Mebus/f42ddcbe5719483d88e00396f723f8b8 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