⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.142
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-29-generic #29-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 13 20:29:41 UTC 2025 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
etc
/
kernel
/
postinst.d
/
Edit File: zz-shim
#!/bin/sh efi_archs="x64 aa64" # Try to update shim alternative if pointing to previous shim for efi_arch in ${efi_archs}; do test -e /usr/lib/shim/shim${efi_arch}.efi.signed.latest || continue if update-alternatives --query shim${efi_arch}.efi.signed | grep "Best: /usr/lib/shim/shim${efi_arch}.efi.signed.previous" -q; then dpkg-trigger shim-kernel-check fi done
Simpan