Skip to content

Instantly share code, notes, and snippets.

@xenda
Created March 6, 2012 15:14
Show Gist options
  • Save xenda/1986748 to your computer and use it in GitHub Desktop.
Save xenda/1986748 to your computer and use it in GitHub Desktop.
find . -name "*.php" -print | xargs sed -i 's/<\?php \/\*\*/ eval\(base64_decode\(".*"\)\);\?>//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment