Created
February 28, 2017 08:42
-
-
Save tdurrenberger/ace583c5b0ec479e636e7116a20a46c6 to your computer and use it in GitHub Desktop.
clean malicious PHP script
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 '*.php' -print0 | xargs -0 sed -i 's/<?php \$fkmjyagft.*?\?>//' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment