Skip to content

Instantly share code, notes, and snippets.

@lucasferreira
Created July 13, 2017 19:30
Show Gist options
  • Select an option

  • Save lucasferreira/ae4341b93fd58a7227324c9624ab092f to your computer and use it in GitHub Desktop.

Select an option

Save lucasferreira/ae4341b93fd58a7227324c9624ab092f to your computer and use it in GitHub Desktop.
Procura por arquivos estranhos em instalações de Wordpress
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