Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michallohnisky/6703f7f39813d82bc3cfacf0b6b2f0a1 to your computer and use it in GitHub Desktop.
Save michallohnisky/6703f7f39813d82bc3cfacf0b6b2f0a1 to your computer and use it in GitHub Desktop.
WP - zavirovaný
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