shell bypass 403

GrazzMean Shell

: /var/www/vhosts/m-auto.co/.phpenv/shims/ [ drwxr-xr-x ]
Uname: Linux serv.m-auto.co 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64
Software: nginx/1.28.2
PHP version: 8.1.34 [ PHP INFO ] PHP os: Linux
Server Ip: 41.215.243.19
Your Ip: 216.73.216.151
User: m-auto.co_vxasg6smqe (10000) | Group: psacln (1003)
Safe Mode: OFF
Disable Function:
opcache_get_status,mail

name : composer
#!/usr/bin/env bash
set -e
[ -n "$PHPENV_DEBUG" ] && set -x

program="${0##*/}"
if [ "$program" = "php" ]; then
  for arg; do
    case "$arg" in
    -e* | -- ) break ;;
    */* )
      if [ -f "$arg" ]; then
        export PHPENV_DIR="${arg%/*}"
        break
      fi
      ;;
    esac
  done
fi

export PHPENV_ROOT="/var/www/vhosts/m-auto.co/.phpenv"
exec "/opt/plesk/phpenv/libexec/phpenv" exec "$program" "$@"
© 2026 GrazzMean