Linux salto.nuvemidc.com 5.14.0-687.42.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 27 11:55:12 EDT 2026 x86_64
LiteSpeed
: 177.73.233.61 | : 216.73.217.116
Cant Read [ /etc/named.conf ]
7.4.33
agenci18
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
lib /
dracut /
modules.d /
01fips /
[ HOME SHELL ]
Name
Size
Permission
Action
fips-boot.sh
490
B
-rwxr-xr-x
fips-load-crypto.sh
443
B
-rw-r--r--
fips-noboot.sh
472
B
-rwxr-xr-x
fips.sh
8.61
KB
-rwxr-xr-x
module-setup.sh
1.94
KB
-rwxr-xr-x
openssl.cnf
136
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : fips-boot.sh
#!/usr/bin/sh type getarg > /dev/null 2>&1 || . /lib/dracut-lib.sh if ! fipsmode=$(getarg fips) || [ "$fipsmode" = "0" ]; then rm -f -- /etc/modprobe.d/fips.conf > /dev/null 2>&1 elif [ -z "$fipsmode" ]; then die "FIPS mode have to be enabled by 'fips=1' not just 'fips'" elif getarg boot= > /dev/null; then . /sbin/fips.sh fips_info "fips-boot: start" if mount_boot; then do_fips || die "FIPS integrity test failed" fi fips_info "fips-boot: done!" fi
Close