Created
July 13, 2017 19:30
-
-
Save lucasferreira/ae4341b93fd58a7227324c9624ab092f to your computer and use it in GitHub Desktop.
Procura por arquivos estranhos em instalações de Wordpress
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
| find . -type f -name '*.php' | xargs grep -i "x29" --color | |
| find . -type f -name '*.php' | xargs grep -i "str_root13 *(" --color | |
| find . -type f -name '*.php' | xargs grep -i "eval *(str_rot13 *(base64_decode *(" --color | |
| find . -type f -name '*.php' | xargs grep -i "gzinflate *(" --color | |
| find . -type f -name '*.php' | xargs grep -i "str_rot13 *(" --color | |
| find . -type f -name '*.php' | xargs grep -i "base64_decode *(" --color | |
| find . -type f -name '*.php' | xargs grep -i "eval *(" --color |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment