Created
June 26, 2014 17:42
-
-
Save coolacid/696943e850316202b39e to your computer and use it in GitHub Desktop.
Find vulnerable wordpress timthumb files.
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 . -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