Linux server.serveridoramd.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
LiteSpeed
Server IP : 138.128.189.138 & Your IP : 216.73.216.158
Domains :
Cant Read [ /etc/named.conf ]
User : avisosenacribj05
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
cloudlinux /
venv /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
Activate.ps1
8.82
KB
-rw-r--r--
2026-08-21 11:54
activate
1.65
KB
-rw-r--r--
2026-08-21 11:54
activate.csh
915
B
-rw-r--r--
2026-08-21 11:54
activate.fish
2.14
KB
-rw-r--r--
2026-08-21 11:54
alembic
229
B
-rwxr-xr-x
2026-08-21 11:54
cagefs_enter_site.py
1.83
KB
-rwxr-xr-x
2026-09-03 10:33
cagefsctl_user.py
15.55
KB
-rwxr-xr-x
2026-09-03 10:33
chardetect
237
B
-rwxr-xr-x
2026-08-21 11:54
cl_sysctl
4.51
KB
-rwxr-xr-x
2026-08-05 07:36
clcpapi
5.28
KB
-rwxr-xr-x
2026-08-05 07:36
coverage
231
B
-rwxr-xr-x
2026-08-21 11:54
coverage-3.11
231
B
-rwxr-xr-x
2026-08-21 11:54
coverage3
231
B
-rwxr-xr-x
2026-08-21 11:54
cpanel-dbmapping
3.83
KB
-rwxr-xr-x
2026-08-05 07:36
crontab-user-wrapper.py
4.3
KB
-rwxr-xr-x
2026-09-03 10:33
da_suid_caller.py
686
B
-rw-r--r--
2026-08-05 07:36
detect-requirements
238
B
-rwxr-xr-x
2026-08-21 11:54
dodgy
224
B
-rwxr-xr-x
2026-08-21 11:54
epylint
235
B
-rwxr-xr-x
2026-08-21 11:54
f2py
232
B
-rwxr-xr-x
2026-08-21 11:54
f2py3
232
B
-rwxr-xr-x
2026-08-21 11:54
f2py3.11
232
B
-rwxr-xr-x
2026-08-21 11:54
flake8
230
B
-rwxr-xr-x
2026-08-21 11:54
futurize
231
B
-rwxr-xr-x
2026-08-21 11:54
get_gprof
1.84
KB
-rwxr-xr-x
2026-08-21 11:54
get_objgraph
1.63
KB
-rwxr-xr-x
2026-08-21 11:54
isort
225
B
-rwxr-xr-x
2026-08-21 11:54
isort-identify-imports
259
B
-rwxr-xr-x
2026-08-21 11:54
jsonschema
229
B
-rwxr-xr-x
2026-08-21 11:54
lvestats_config_reader.py
1.12
KB
-rw-r--r--
2026-06-23 08:47
mako-render
229
B
-rwxr-xr-x
2026-08-21 11:54
normalizer
260
B
-rwxr-xr-x
2026-08-21 11:54
pasteurize
233
B
-rwxr-xr-x
2026-08-21 11:54
pip
237
B
-rwxr-xr-x
2026-08-21 11:54
pip3
237
B
-rwxr-xr-x
2026-08-21 11:54
pip3.11
237
B
-rwxr-xr-x
2026-08-21 11:54
plesk_suid_caller.py
905
B
-rw-r--r--
2026-08-05 07:36
prospector
229
B
-rwxr-xr-x
2026-08-21 11:54
py.test
237
B
-rwxr-xr-x
2026-08-21 11:54
pycodestyle
228
B
-rwxr-xr-x
2026-08-21 11:54
pydocstyle
229
B
-rwxr-xr-x
2026-08-21 11:54
pyflakes
227
B
-rwxr-xr-x
2026-08-21 11:54
pylint
233
B
-rwxr-xr-x
2026-08-21 11:54
pylint-config
249
B
-rwxr-xr-x
2026-08-21 11:54
pyreverse
239
B
-rwxr-xr-x
2026-08-21 11:54
pysemver
225
B
-rwxr-xr-x
2026-08-21 11:54
pytest
237
B
-rwxr-xr-x
2026-08-21 11:54
python
15.59
KB
-rwxr-xr-x
2025-07-23 10:04
python3
15.59
KB
-rwxr-xr-x
2025-07-23 10:04
python3.11
15.59
KB
-rwxr-xr-x
2025-07-23 10:04
raven
235
B
-rwxr-xr-x
2026-08-21 11:54
symilar
235
B
-rwxr-xr-x
2026-08-21 11:54
tap
223
B
-rwxr-xr-x
2026-08-21 11:54
tappy
223
B
-rwxr-xr-x
2026-08-21 11:54
undill
603
B
-rwxr-xr-x
2026-08-21 11:54
virtualenv
254
B
-rwxr-xr-x
2026-08-21 11:54
Save
Rename
#!/opt/cloudlinux/venv/bin/python3 -sbb # -*- coding: utf-8 -*- # # Copyright © Cloud Linux GmbH & Cloud Linux Software, Inc 2010-2025 All Rights Reserved # # Licensed under CLOUD LINUX LICENSE AGREEMENT # https://cloudlinux.com/docs/LICENCE.TXT # """ Execute a command inside CageFS for a site (document root or domain). This wrapper provides a command-line interface for executing commands within the isolated CageFS environment for a specific website. """ import argparse import os import sys from clcagefslib.webisolation import libenter def create_parser(): """ Create argument parser for cagefs_enter_site. Returns: argparse.ArgumentParser: Configured argument parser """ parser = argparse.ArgumentParser( # the command is named with _underscores_ to match # existing cagefs_enter wrapper from lvewrappers prog="cagefs_enter_site", description="Execute a command inside CageFS for a site (document root or domain)", ) parser.add_argument("site", type=str, help="Document root or domain") parser.add_argument( "command", type=str, nargs=argparse.REMAINDER, help="Command to execute" ) return parser def main(): """ Main entry point. Returns: int: Exit code """ parser = create_parser() args = parser.parse_args() if not args.command: parser.error("COMMAND is required") try: return libenter.enter_site(args.site, args.command) except ValueError as e: print(f"Error: {e}", file=sys.stderr) return 1 except KeyboardInterrupt: # Clean Ctrl+C exit without traceback (exit code 130 = SIGINT). return 130 if __name__ == "__main__": if os.geteuid() == 0: print("Error: This program can not be run as root", file=sys.stderr) sys.exit(1) sys.exit(main())