Linux bear.hostingplus.cl 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
LiteSpeed
Server IP : 192.140.57.17 & Your IP : 216.73.216.106
Domains :
Cant Read [ /etc/named.conf ]
User : explo
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
bitninja-dispatcher /
node_modules /
redis /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
command.js
436
B
-rw-r--r--
2026-02-18 13:02
commands.js
3.99
KB
-rw-r--r--
2026-02-18 13:02
createClient.js
3.43
KB
-rw-r--r--
2026-02-18 13:02
customErrors.js
1.62
KB
-rw-r--r--
2026-02-18 13:02
debug.js
272
B
-rw-r--r--
2026-02-18 13:02
extendedApi.js
4.23
KB
-rw-r--r--
2026-02-18 13:02
individualCommands.js
22.8
KB
-rw-r--r--
2026-02-18 13:02
multi.js
6.36
KB
-rw-r--r--
2026-02-18 13:02
utils.js
4.2
KB
-rw-r--r--
2026-02-18 13:02
Save
Rename
'use strict'; var betterStackTraces = /development/i.test(process.env.NODE_ENV) || /\bredis\b/i.test(process.env.NODE_DEBUG); function Command (command, args, callback, call_on_write) { this.command = command; this.args = args; this.buffer_args = false; this.callback = callback; this.call_on_write = call_on_write; if (betterStackTraces) { this.error = new Error(); } } module.exports = Command;