shell bypass 403

GrazzMean Shell

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

name : zsh_directory_name_cdr
if [[ $1 = n ]]; then
  if [[ $2 = <-> ]]; then
    # Recent directory
    typeset -ga reply
    autoload -Uz cdr
    cdr -r
    if [[ -n ${reply[$2]} ]]; then
      reply=(${reply[$2]})
      return 0
    else
      reply=()
      return 1
    fi
  fi
elif [[ $1 = c ]]; then
  if [[ $PREFIX = <-> || -z $PREFIX ]]; then
    typeset -a keys values
    values=(${${(f)"$(cdr -l)"}/ ##/:})
    keys=(${values%%:*})
    _describe -t dir-index 'recent directory index' \
      values -V unsorted -S']'
    return
  fi
fi
return 1
© 2025 GrazzMean