Skip to content

Instantly share code, notes, and snippets.

@firatkucuk
Created May 10, 2016 22:08
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 firatkucuk/8ce0d587c2f687cdcff606d3d2c0e646 to your computer and use it in GitHub Desktop.
Save firatkucuk/8ce0d587c2f687cdcff606d3d2c0e646 to your computer and use it in GitHub Desktop.
Malicious PHP code detection
grep -r "base64_decode" --include=*.php [TARGET]
grep -r "eval" --include=*.php [TARGET]
grep -E -r "[a-zA-Z0-9+]{20,}" --include=*.php [TARGET]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment