Skip to content

Instantly share code, notes, and snippets.

@coolacid
Created June 26, 2014 17:42
Show Gist options
  • Save coolacid/696943e850316202b39e to your computer and use it in GitHub Desktop.
Save coolacid/696943e850316202b39e to your computer and use it in GitHub Desktop.
Find vulnerable wordpress timthumb files.
find . -name '*timthumb.php' -o -name '*img.php' | xargs grep -i "WEBSHOT_ENABLED" | grep -i true | grep -vi error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment