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 /
@types /
node /
[ HOME SHELL ]
Name
Size
Permission
Action
LICENSE
1.11
KB
-rwxr-xr-x
README.md
2.24
KB
-rwxr-xr-x
assert.d.ts
4.97
KB
-rwxr-xr-x
async_hooks.d.ts
10.58
KB
-rwxr-xr-x
buffer.d.ts
706
B
-rwxr-xr-x
child_process.d.ts
24.97
KB
-rwxr-xr-x
cluster.d.ts
15.78
KB
-rwxr-xr-x
console.d.ts
51
B
-rwxr-xr-x
constants.d.ts
22.43
KB
-rwxr-xr-x
crypto.d.ts
44.69
KB
-rwxr-xr-x
dgram.d.ts
5.82
KB
-rwxr-xr-x
dns.d.ts
15.86
KB
-rwxr-xr-x
domain.d.ts
547
B
-rwxr-xr-x
events.d.ts
1.83
KB
-rwxr-xr-x
fs.d.ts
135.98
KB
-rwxr-xr-x
globals.d.ts
49.15
KB
-rwxr-xr-x
globals.global.d.ts
55
B
-rwxr-xr-x
http.d.ts
23.57
KB
-rwxr-xr-x
http2.d.ts
55.76
KB
-rwxr-xr-x
https.d.ts
12.14
KB
-rwxr-xr-x
index.d.ts
4.29
KB
-rwxr-xr-x
inspector.d.ts
120.65
KB
-rwxr-xr-x
module.d.ts
56
B
-rwxr-xr-x
net.d.ts
13.21
KB
-rwxr-xr-x
os.d.ts
7.78
KB
-rwxr-xr-x
package.json
5.74
KB
-rwxr-xr-x
path.d.ts
5.85
KB
-rwxr-xr-x
perf_hooks.d.ts
9.71
KB
-rwxr-xr-x
process.d.ts
517
B
-rwxr-xr-x
punycode.d.ts
3.39
KB
-rwxr-xr-x
querystring.d.ts
1.07
KB
-rwxr-xr-x
readline.d.ts
6.98
KB
-rwxr-xr-x
repl.d.ts
17.67
KB
-rwxr-xr-x
stream.d.ts
17.88
KB
-rwxr-xr-x
string_decoder.d.ts
185
B
-rwxr-xr-x
timers.d.ts
826
B
-rwxr-xr-x
tls.d.ts
34.33
KB
-rwxr-xr-x
trace_events.d.ts
2.06
KB
-rwxr-xr-x
tty.d.ts
2.38
KB
-rwxr-xr-x
url.d.ts
4.34
KB
-rwxr-xr-x
util.d.ts
12.06
KB
-rwxr-xr-x
v8.d.ts
6.76
KB
-rwxr-xr-x
vm.d.ts
4.79
KB
-rwxr-xr-x
wasi.d.ts
2.2
KB
-rwxr-xr-x
worker_threads.d.ts
9.49
KB
-rwxr-xr-x
zlib.d.ts
13.92
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.d.ts
// Type definitions for non-npm package Node.js 12.20 // Project: https://nodejs.org/ // Definitions by: Microsoft TypeScript <https://github.com/Microsoft> // DefinitelyTyped <https://github.com/DefinitelyTyped> // Alberto Schiabel <https://github.com/jkomyno> // Alvis HT Tang <https://github.com/alvis> // Andrew Makarov <https://github.com/r3nya> // Benjamin Toueg <https://github.com/btoueg> // Chigozirim C. <https://github.com/smac89> // David Junger <https://github.com/touffy> // Deividas Bakanas <https://github.com/DeividasBakanas> // Eugene Y. Q. Shen <https://github.com/eyqs> // Hannes Magnusson <https://github.com/Hannes-Magnusson-CK> // Hoàng Văn Khải <https://github.com/KSXGitHub> // Huw <https://github.com/hoo29> // Kelvin Jin <https://github.com/kjin> // Klaus Meinhardt <https://github.com/ajafff> // Lishude <https://github.com/islishude> // Mariusz Wiktorczyk <https://github.com/mwiktorczyk> // Mohsen Azimi <https://github.com/mohsen1> // Nicolas Even <https://github.com/n-e> // Nikita Galkin <https://github.com/galkin> // Parambir Singh <https://github.com/parambirs> // Sebastian Silbermann <https://github.com/eps1lon> // Simon Schick <https://github.com/SimonSchick> // Thomas den Hollander <https://github.com/ThomasdenH> // Wilco Bakker <https://github.com/WilcoBakker> // wwwy3y3 <https://github.com/wwwy3y3> // Zane Hannan AU <https://github.com/ZaneHannanAU> // Samuel Ainsworth <https://github.com/samuela> // Kyle Uehlein <https://github.com/kuehlein> // Thanik Bhongbhibhat <https://github.com/bhongy> // Marcin Kopacz <https://github.com/chyzwar> // Trivikram Kamat <https://github.com/trivikr> // Junxiao Shi <https://github.com/yoursunny> // Ilia Baryshnikov <https://github.com/qwelias> // ExE Boss <https://github.com/ExE-Boss> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // NOTE: These definitions support NodeJS and TypeScript 3.7. // This isn't strictly needed since 3.7 has the assert module, but this way we're consistent. // Typically type modificatons should be made in base.d.ts instead of here // Reference required types from the default lib: /// <reference lib="es2018" /> /// <reference lib="esnext.asynciterable" /> /// <reference lib="esnext.intl" /> /// <reference lib="esnext.bigint" /> /// <reference path="assert.d.ts" /> /// <reference path="globals.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="dns.d.ts" /> /// <reference path="domain.d.ts" /> /// <reference path="events.d.ts" /> /// <reference path="fs.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="repl.d.ts" /> /// <reference path="stream.d.ts" /> /// <reference path="string_decoder.d.ts" /> /// <reference path="timers.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" /> /// <reference path="globals.global.d.ts" />
Close