⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.72
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
local
/
psa
/
admin
/
sbin
/
modules
/
imunify360
/
View File Name :
ubuntu24-hot-fix.sh
#!/bin/bash source /etc/os-release if [ "$ID" == "ubuntu" ] || [ "$ID" == "debian" ]; then wget -qO- https://repo.imunify360.cloudlinux.com/defense360/RPM-GPG-KEY-CloudLinux | gpg --dearmor > /etc/apt/trusted.gpg.d/RPM-GPG-KEY-CloudLinux.gpg fi if [ "$ID" != "ubuntu" ] || [ "$VERSION_ID" != "24.04" ]; then echo "This script is intended for Ubuntu 24.04 only." exit 0 fi mkdir -p /etc/apt/apt.conf.d echo 'APT::Key::Assert-Pubkey-Algo ">=rsa2048,ed25519,ed448,dsa1024";' > /etc/apt/apt.conf.d/99-imunify-repo-warning