⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.113
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
/
bin
/
View File Name :
ld-musl-config
#!/bin/sh for DIR in $(find /etc -maxdepth 1 -type d -name "ld-musl-*.d") do ARCH=$(echo $DIR | sed 's@/etc/ld-musl-@@g' | sed 's@.d@@g') VALID_ARCH=0 case ${ARCH} in aarch64|arm|armhf|amd64|i386|mips|mipsel|mips64el|powerpc64le|riscv64|s390x|sh) VALID_ARCH=1 ;; esac if [ $VALID_ARCH==1 ] then grep -s -v '^#\|^$' /etc/ld-musl-$ARCH.d/* | sort -u > /etc/ld-musl-$ARCH.path fi done