Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
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
452
B
-rwxr-xr-x
2022-06-19 22:35
crypt-lib.sh
7.98
KB
-rwxr-xr-x
2022-06-19 22:35
crypt-run-generator.sh
804
B
-rwxr-xr-x
2022-06-19 22:35
cryptroot-ask.sh
5.46
KB
-rwxr-xr-x
2022-06-19 22:35
module-setup.sh
6.23
KB
-rwxr-xr-x
2022-06-19 22:35
parse-crypt.sh
7.9
KB
-rwxr-xr-x
2022-06-19 22:35
parse-keydev.sh
1.35
KB
-rwxr-xr-x
2022-06-19 22:35
probe-keydev.sh
383
B
-rwxr-xr-x
2022-06-19 22:35
Save
Rename
#!/usr/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