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
/
usr /
lib /
Acronis /
UpgradeTool /
Delete
Unzip
Name
Size
Permission
Date
Action
access_management.config
175
B
-rw-r--r--
2026-07-27 23:20
atp_upgrade.config
159
B
-rw-r--r--
2026-07-27 23:20
infra_upgrade.config
163
B
-rw-r--r--
2026-07-27 23:20
libaccess_management_upgrade.so
3.73
MB
-rwxr-xr-x
2026-07-27 23:20
libaccess_manager.so
3.02
MB
-rwxr-xr-x
2026-07-27 23:20
libatp_upgrade.so
405.14
KB
-rwxr-xr-x
2026-07-27 23:20
libinfra_upgrade.so
4.75
MB
-rwxr-xr-x
2026-07-27 23:20
liblocations_db_upgrade.so
2.87
MB
-rwxr-xr-x
2026-07-27 23:20
liblogs_upgrade.so
1.64
MB
-rwxr-xr-x
2026-07-27 23:20
libmmsdb_upgrade.so
2.41
MB
-rwxr-xr-x
2026-07-27 23:20
libporconv.so
1.33
MB
-rwxr-xr-x
2026-07-27 23:20
librsmdb_upgrade.so
3.02
MB
-rwxr-xr-x
2026-07-27 23:20
libsession_manager.so
1.26
MB
-rwxr-xr-x
2026-07-27 23:20
libsettings_upgrade.so
2.49
MB
-rwxr-xr-x
2026-07-27 23:20
libunified_access_upgrade.so
1.87
MB
-rwxr-xr-x
2026-07-27 23:20
libupgrade_host.so
6.57
MB
-rwxr-xr-x
2026-07-27 23:20
libvmb_upgrade.so
1.04
MB
-rwxr-xr-x
2026-07-27 23:20
locations_db_upgrade.config
170
B
-rw-r--r--
2026-07-27 23:20
logs_upgrade.config
162
B
-rw-r--r--
2026-07-27 23:20
migrate_credvault
859
B
-rwxr-xr-x
2026-07-27 23:20
migrate_credvault-bin
3.47
MB
-rwxr-xr-x
2026-07-27 23:20
mmsdb_upgrade.config
163
B
-rw-r--r--
2026-07-27 23:20
rsmdb_upgrade.config
163
B
-rw-r--r--
2026-07-27 23:20
settings_upgrade.config
166
B
-rw-r--r--
2026-07-27 23:20
unified_access_upgrade.config
172
B
-rw-r--r--
2026-07-27 23:20
upgrade_host.config
257
B
-rw-r--r--
2026-07-27 23:20
upgrade_tool
832
B
-rwxr-xr-x
2026-07-27 23:20
upgrade_tool-bin
1.25
MB
-rwxr-xr-x
2026-07-27 23:20
upgrade_tool.xml
2.56
KB
-rw-r--r--
2026-07-27 23:20
vmb_upgrade.config
161
B
-rw-r--r--
2026-07-27 23:20
Save
Rename
#!/bin/bash unset LD_ADDITIONAL_PATH [ -z "$LC_ALL" ] && export LC_ALL=en_US.utf8 [ -r /usr/lib/Acronis/system_libs/8.2.1/config ] && . /usr/lib/Acronis/system_libs/8.2.1/config [ -r /usr/lib/Acronis/system_libs/config ] && . /usr/lib/Acronis/system_libs/config prepare_script=/usr/lib/Acronis/UpgradeTool/upgrade_tool-bin_prepare.sh [ -r $prepare_script ] && . $prepare_script IFS="" ulimit -s 2048 ulimit -n 1024 PUB_NAME="`basename $0`" if [ ! -z "$USE_SYSTEM_RUNTIME" ]; then LD_LIBRARY_PATH=/usr/lib/Acronis/BackupAndRecovery/Common else LD_LIBRARY_PATH=/usr/lib/Acronis/system_libs/8.2.1:/usr/lib/Acronis/BackupAndRecovery/Common fi if [ ! -z "$LD_ADDITIONAL_PATH" ]; then LD_LIBRARY_PATH=$LD_ADDITIONAL_PATH:$LD_LIBRARY_PATH fi export LD_LIBRARY_PATH exec $WRAPPER /usr/lib/Acronis/UpgradeTool/upgrade_tool-bin "$@"