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.144.24.113
User: edustar (269686) | Group: tty (888)
Safe Mode: OFF
Disable Function:
NONE

name : _zcompile
#compdef zcompile

local state line expl curcontext="$curcontext" ret=1
typeset -A opt_args

_arguments -C -s \
  "(-t -c -m -a)-U[don't expand aliases]" \
  '(-t -M)-R[mark as read]' \
  '(-t -R)-M[mark as mapped]' \
  '(-t -c -m -a)*-k[ksh-style autoloading]' \
  '(-t -c -m -a)*-z[zsh-style autoloading]' \
  '(-t -U -z -k)-c[currently defined functions]' \
  '(-t -U -z -k)-m[use names as patterns]' \
  '(-t -U -z -k)-a[write autoload functions]' \
  '(-M -R -U -z -k -a -c -m)-t[show table of contents]' \
  '(-M -R -U -a -c -m -t):file:->file' \
  '*:function:->function' && ret=0

if [[ $state = function && -n $opt_args[(i)-[ac]] ]]; then
  _wanted functions expl 'function to write' compadd -k functions && ret=0
elif [[ -n $opt_args[(i)-[tca]] ]]; then
  _description files expl 'zwc file'
  _files -g '*.zwc(-.)' "$expl[@]" && ret=0
else
  _description files expl 'file'
  _files "$expl[@]" && ret=0
fi

return ret
© 2025 GrazzMean