Linux ip-172-26-5-244 6.1.0-28-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.119-1 (2024-11-22) x86_64
Apache
: 172.26.5.244 | : 216.73.216.21
Cant Read [ /etc/named.conf ]
8.3.14
daemon
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
/
opt /
bitnami /
nami /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
cli.js
444
B
-rwxr-xr-x
provisioner
313
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cli.js
#!/usr/bin/env node /* * Copyright VMware, Inc. * SPDX-License-Identifier: GPL-2.0-only */ // in some cases the HOME env variable is not set, // ensure for root it is /root before continuing if ((process.env.HOME === undefined) && (process.getuid() === 0)) { process.env.HOME='/root'; } var CLI = require('../lib/cli').CLI; (async() => { try{ await (new CLI(process.argv)).handle(); } catch (e) { process.exit(1); } })();
Close