Created
April 27, 2015 07:22
-
-
Save Vhornets/d6c34ef96fed20b1462f to your computer and use it in GitHub Desktop.
Find suspicious PHP files
This file contains 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
#!/usr/bin/env bash | |
find . -type f -name "*.php" -exec grep --with-filename "eval(\|exec(\|base64_decode(" {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment