Linux business57.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
LiteSpeed
Server IP : 199.188.201.191 & Your IP : 3.144.16.26
Domains :
Cant Read [ /etc/named.conf ]
User : derozboy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
dracut /
modules.d /
90crypt /
Delete
Unzip
Name
Size
Permission
Date
Action
crypt-cleanup.sh
442
B
-rwxr-xr-x
2018-10-08 13:38
crypt-lib.sh
7.47
KB
-rwxr-xr-x
2018-10-08 13:38
crypt-run-generator.sh
770
B
-rwxr-xr-x
2018-10-08 13:38
cryptroot-ask.sh
4.76
KB
-rwxr-xr-x
2018-10-08 13:38
module-setup.sh
4.61
KB
-rwxr-xr-x
2024-04-06 13:22
parse-crypt.sh
6.97
KB
-rwxr-xr-x
2018-10-08 13:38
parse-keydev.sh
1.34
KB
-rwxr-xr-x
2018-10-08 13:38
probe-keydev.sh
382
B
-rwxr-xr-x
2018-10-08 13:38
Save
Rename
#!/bin/sh . /lib/dracut-crypt-lib.sh real_keydev="$1"; keypath="$2"; luksdev="$3" [ -z "$real_keydev" -o -z "$keypath" ] && die 'probe-keydev: wrong usage!' [ -z "$luksdev" ] && luksdev='*' info "Probing $real_keydev for $keypath..." test_dev -f "$real_keydev" "$keypath" || exit 1 info "Found $keypath on $real_keydev" echo "$luksdev:$real_keydev:$keypath" >> /tmp/luks.keys