Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
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
/
var /
www /
html /
cqt /
node_modules /
@swc /
core /
[ HOME SHELL ]
Name
Size
Permission
Action
README.md
4.07
KB
-rw-r--r--
Visitor.d.ts
17.06
KB
-rw-r--r--
Visitor.js
46.53
KB
-rw-r--r--
binding.d.ts
2.35
KB
-rw-r--r--
binding.js
8.96
KB
-rw-r--r--
index.d.ts
5.6
KB
-rw-r--r--
index.js
18.7
KB
-rw-r--r--
package.json
3.2
KB
-rw-r--r--
postinstall.js
6.7
KB
-rw-r--r--
spack.d.ts
1.24
KB
-rw-r--r--
spack.js
3.46
KB
-rw-r--r--
util.d.ts
60
B
-rw-r--r--
util.js
3.03
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : util.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.wrapNativeSuper = void 0; //@ts-ignore function wrapNativeSuper(Class) { var _cache = typeof Map === "function" ? new Map() : undefined; //@ts-ignore exports.wrapNativeSuper = wrapNativeSuper = function wrapNativeSuper(Class) { if (Class === null || !_isNativeFunction(Class)) return Class; if (typeof Class !== "function") { throw new TypeError("Super expression must either be null or a function"); } if (typeof _cache !== "undefined") { if (_cache.has(Class)) return _cache.get(Class); _cache.set(Class, Wrapper); } function Wrapper() { //@ts-ignore return _construct(Class, arguments, _getPrototypeOf(this).constructor); } Wrapper.prototype = Object.create(Class.prototype, { constructor: { value: Wrapper, enumerable: false, writable: true, configurable: true, }, }); return _setPrototypeOf(Wrapper, Class); }; return wrapNativeSuper(Class); } exports.wrapNativeSuper = wrapNativeSuper; function isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; //@ts-ignore if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () { })); return true; } catch (e) { return false; } } //@ts-ignore function _construct(Parent, args, Class) { if (isNativeReflectConstruct()) { //@ts-ignore _construct = Reflect.construct; } else { //@ts-ignore _construct = function _construct(Parent, args, Class) { var a = [null]; a.push.apply(a, args); //@ts-ignore var Constructor = Function.bind.apply(Parent, a); //@ts-ignore var instance = new Constructor(); if (Class) _setPrototypeOf(instance, Class.prototype); return instance; }; } //@ts-ignore return _construct.apply(null, arguments); } function _isNativeFunction(fn) { return Function.toString.call(fn).indexOf("[native code]") !== -1; } //@ts-ignore function _setPrototypeOf(o, p) { //@ts-ignore _setPrototypeOf = Object.setPrototypeOf || //@ts-ignore function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } //@ts-ignore function _getPrototypeOf(o) { //@ts-ignore _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf( //@ts-ignore o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } module.exports = { wrapNativeSuper, };
Close