Skip to content

Instantly share code, notes, and snippets.

@Vhornets
Created April 27, 2015 07:22
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 Vhornets/d6c34ef96fed20b1462f to your computer and use it in GitHub Desktop.
Save Vhornets/d6c34ef96fed20b1462f to your computer and use it in GitHub Desktop.
Find suspicious PHP files
#!/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