shell bypass 403

GrazzMean Shell

: /usr/lib/dracut/modules.d/99kdumpbase/ [ drwxr-xr-x ]
Uname: Linux server.thebazaar99.com 5.14.0-687.17.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jun 22 07:21:26 EDT 2026 x86_64
Software: Apache
PHP version: 8.3.32 [ PHP INFO ] PHP os: Linux
Server Ip: 163.227.92.254
Your Ip: 216.73.217.24
User: gutlooks (1003) | Group: gutlooks (1005)
Safe Mode: OFF
Disable Function:
exec,passthru,shell_exec,system

name : 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
© 2026 GrazzMean