Posts

Showing posts from February, 2013

how to remove eval( gzinflate( base64_decode(

copy and paste to cronjob the script below to remove the nasty code injected  in all my PHP files from public_html folder:     find -name "*.php" -exec sed -i '/<?.*eval(gzinflate(base64.*?>/ d' '{}' \; -print