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 /
themes /
plugins /
adminer /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
adminer
[ DIR ]
drwxr-xr-x
i18n
[ DIR ]
drwxr-xr-x
static
[ DIR ]
drwxr-xr-x
app.php
587
B
-rwxr-xr-x
package.json
682
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : app.php
<?php class adminerPlugin extends PluginBase{ function __construct(){ parent::__construct(); } public function regiest(){ $this->hookRegiest(array( 'templateCommonHeader' => 'adminerPlugin.addMenu' )); } public function addMenu(){ $config = $this->getConfig(); $subMenu = $config['menuSubMenu']; navbar_menu_add(array( 'name' => 'Adminer', 'icon' => $this->appIcon(), 'url' => $this->pluginApi, 'target' => '_blank', 'subMenu' => $subMenu, 'use' => '1' )); } public function index(){ header('Location: '.$this->pluginHost.'adminer/'); } }
Close