Skip to content

Instantly share code, notes, and snippets.

@juanjosezg
Created February 26, 2012 00:38
Show Gist options
  • Save juanjosezg/1911914 to your computer and use it in GitHub Desktop.
Save juanjosezg/1911914 to your computer and use it in GitHub Desktop.
Remove eval(base64_decode injected code from php files
find . -name "*.php" | xargs sed -i 's/<*.*eval(base64_decode(".*"));*.*>//g' *.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment