Created
May 10, 2016 22:08
-
-
Save firatkucuk/8ce0d587c2f687cdcff606d3d2c0e646 to your computer and use it in GitHub Desktop.
Malicious PHP code detection
This file contains hidden or 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
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