[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.191.195.2: ~ $
#!/bin/sh
# -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
# ex: ts=8 sw=4 sts=4 et filetype=sh

. /lib/dracut-lib.sh
type crypttab_contains >/dev/null 2>&1 || . /lib/dracut-crypt-lib.sh

dev=$1
luks=$2

crypttab_contains "$luks" && exit 0

allowdiscards="-"

# parse for allow-discards
if strstr "$(cryptsetup --help)" "allow-discards"; then
    if discarduuids=$(getargs "rd.luks.allow-discards"); then
        discarduuids=$(str_replace "$discarduuids" 'luks-' '')
        if strstr " $discarduuids " " ${luks##luks-}"; then
            allowdiscards="allow-discards"
        fi
    elif getargbool 0 rd.luks.allow-discards; then
        allowdiscards="allow-discards"
    fi
fi

echo "$luks $dev - timeout=0,$allowdiscards" >> /etc/crypttab

if command -v systemctl >/dev/null; then
    systemctl daemon-reload
    systemctl start cryptsetup.target
fi
exit 0

Filemanager

Name Type Size Permission Actions
crypt-cleanup.sh File 551 B 0755
crypt-lib.sh File 6.74 KB 0755
crypt-run-generator.sh File 887 B 0755
cryptroot-ask.sh File 4.18 KB 0755
module-setup.sh File 2.95 KB 0755
parse-crypt.sh File 3.2 KB 0755
parse-keydev.sh File 1.23 KB 0755
probe-keydev.sh File 492 B 0755