Linux linux7.web4world.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
: 199.38.113.107 | : 216.73.216.178
Cant Read [ /etc/named.conf ]
?5.6.40
siddhapu
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
/
lib /
Acronis /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
APL
[ DIR ]
drwxr-xr-x
?;
Agent
[ DIR ]
drwxr-xr-x
?;
AgentCommData
[ DIR ]
drwxr-x---
?;
BackupAndRecovery
[ DIR ]
drwxr-xr-x
?;
BackupAndRecoveryAgent
[ DIR ]
drwxr-xr-x
?;
CDRecord
[ DIR ]
drwxr-xr-x
?;
CPS
[ DIR ]
drwxr-xr-x
?;
CommandLineTool
[ DIR ]
drwxr-xr-x
?;
DmlHost
[ DIR ]
drwxr-xr-x
?;
MediaBuilder
[ DIR ]
drwxr-xr-x
?;
PyShell
[ DIR ]
drwxr-xr-x
?;
PyTools
[ DIR ]
drwxr-xr-x
?;
RegisterAgentTool
[ DIR ]
drwxr-xr-x
?;
RemoteInstall
[ DIR ]
drwxr-xr-x
?;
Schedule
[ DIR ]
drwxr-xr-x
?;
SnapAPIFiles
[ DIR ]
drwxr-xr-x
?;
UniversalRestore
[ DIR ]
drwxr-xr-x
?;
UpgradeTool
[ DIR ]
drwxr-xr-x
?;
Utils
[ DIR ]
drwxr-xr-x
?;
VirtualWare
[ DIR ]
drwxr-xr-x
?;
kernel_modules
[ DIR ]
drwxr-xr-x
?;
system_libs
[ DIR ]
drwxr-xr-x
BackupAndRecoveryAgent.reg
30.67
KB
-rw-r--r--
BackupAndRecoveryBootableCompo...
4.82
KB
-rw-r--r--
asamba
9.94
MB
-rwxr-xr-x
installer_signcheck
822
B
-rwxr-xr-x
installer_signcheck-bin
252.2
KB
-rwxr-xr-x
license.txt
238.12
KB
-rw-r--r--
mkard.sh
8.25
KB
-rwxr-xr-x
regsetup_linux
4.03
MB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : installer_signcheck
#!/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/installer_signcheck-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/installer_signcheck-bin "$@"
Close