⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
bug
/
php8.3-cli
/
View File Name :
script
#!/bin/sh MATCH="^[[:space:]]*($|;)" echo "==== Additional PHP 8.3 information ====" >&3 echo "" >&3 echo "++++ PHP 8.3 SAPI (php8.3query -S): ++++" >&3 /usr/sbin/php8.3query -S >&3 echo "" >&3 echo "++++ PHP 8.3 Extensions (php8.3query -M -v): ++++" >&3 /usr/sbin/php8.3query -M -v >&3 echo "" >&3 echo "++++ Configuration files: ++++" >&3 "**** /etc/php/8.3/cli/php.ini ****" >&3 grep -Ev "$MATCH" /etc/php/8.3/cli/php.ini >&3 echo "" >&3 find /etc/php/8.3/cli/conf.d/ -name '*.ini' | \ while read CONF; do echo "**** $CONF ****" >&3 grep -Ev "$MATCH" "$CONF" >&3 echo "" >&3 done