Linux s17.hosterpk.com 6.12.0-124.55.3.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 7 16:54:02 EDT 2026 x86_64
LiteSpeed
Server IP : 192.169.89.90 & Your IP : 216.73.217.173
Domains :
Cant Read [ /etc/named.conf ]
User : hamzalar
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
dracut /
modules.d /
01fips /
Delete
Unzip
Name
Size
Permission
Date
Action
fips-boot.sh
441
B
-rwxr-xr-x
2025-05-01 10:52
fips-load-crypto.sh
398
B
-rwxr-xr-x
2025-05-01 10:52
fips-noboot.sh
423
B
-rwxr-xr-x
2025-05-01 10:52
fips.sh
8.35
KB
-rwxr-xr-x
2025-05-01 10:52
module-setup.sh
2.24
KB
-rwxr-xr-x
2026-01-30 00:00
openssl.cnf
136
B
-rw-r--r--
2025-05-01 10:52
Save
Rename
#!/usr/bin/sh command -v getarg > /dev/null || . /lib/dracut-lib.sh if ! fipsmode=$(getarg fips) || [ "$fipsmode" = "0" ]; then : elif [ -z "$fipsmode" ]; then die "FIPS mode have to be enabled by 'fips=1' not just 'fips'" else . /sbin/fips.sh fips_info "fips-load-crypto: start" fips_load_crypto || die "FIPS integrity test failed" fips_info "fips-load-crypto: done!" fi