shell bypass 403

GrazzMean Shell

: /usr/share/zsh/5.5.1/functions/ [ drwxr-xr-x ]
Uname: Linux web3.us.cloudlogin.co 5.10.226-xeon-hst #2 SMP Fri Sep 13 12:28:44 UTC 2024 x86_64
Software: Apache
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.210.96.117
Your Ip: 3.142.35.236
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : _call_function
#autoload

# Utility function to call a function if it exists.
#
# Usage: _call_function <return> <name> [ <args> ... ]
#
# If a function named <name> is defined (or defined to be autoloaded),
# it is called. If <return> is given not the string `-' or empty, it is
# taken as the name of a parameter and the return status of the function
# called is stored in this parameter. All other arguments are given
# to the function called.
# The return value of this function is zero if the function was
# called and non-zero otherwise.

local _name _ret

[[ "$1" != (|-) ]] && _name="$1"

shift

if (( $+functions[$1] )); then
  "$@"
  _ret="$?"

  [[ -n "$_name" ]] && eval "${_name}=${_ret}"

  compstate[restore]=''

  return 0
fi

return 1
© 2025 GrazzMean