Skip to content

Instantly share code, notes, and snippets.

@molotovbliss
Created August 20, 2014 01:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save molotovbliss/c7c19227c60d1b82b53b to your computer and use it in GitHub Desktop.
Save molotovbliss/c7c19227c60d1b82b53b to your computer and use it in GitHub Desktop.
Locate eval(gzinflate [common signature for hiding backdoors/exploits] recursively for PHP exploits (all file types)
find . -type f -name '*' | xargs grep --no-messages -l "eval*(gzinflate" --color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment