Created
September 14, 2013 00:32
-
-
Save coolacid/6557708 to your computer and use it in GitHub Desktop.
Remove eval(base64_decode in php 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
for file in $(grep eval\(base64_decode -lir www); do | |
sed -i 's/eval(base64_decode(.*));//' $file; | |
done; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Should change www to directory you want to look at