Linux business72.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
: 162.0.229.97 | : 3.144.228.11
Cant Read [ /etc/named.conf ]
8.1.30
temmmp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
lib /
node_modules /
npm /
node_modules /
es6-promise /
lib /
es6-promise /
[ HOME SHELL ]
Name
Size
Permission
Action
promise
[ DIR ]
drwxr-xr-x
-internal.js
5.19
KB
-rw-r--r--
asap.js
3.1
KB
-rw-r--r--
enumerator.js
2.78
KB
-rw-r--r--
polyfill.js
724
B
-rw-r--r--
promise.js
9.81
KB
-rw-r--r--
then.js
609
B
-rw-r--r--
utils.js
468
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : utils.js
export function objectOrFunction(x) { let type = typeof x; return x !== null && (type === 'object' || type === 'function'); } export function isFunction(x) { return typeof x === 'function'; } export function isMaybeThenable(x) { return x !== null && typeof x === 'object'; } let _isArray; if (Array.isArray) { _isArray = Array.isArray; } else { _isArray = x => Object.prototype.toString.call(x) === '[object Array]'; } export const isArray = _isArray;
Close