Created
April 8, 2016 11:03
-
-
Save michallohnisky/6703f7f39813d82bc3cfacf0b6b2f0a1 to your computer and use it in GitHub Desktop.
WP - zavirovaný
This file contains 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
Nalezení: | |
find . -name "*" -type "f" | xargs grep -P '(?=.*?isset)(?=.*?eval)(?=.*?\[\d+\])' | |
Odstranění: | |
find . -name "*" -type "f" | xargs grep -P '<\?php\s+\$sF=[^\?]+\?>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment