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

name : _basename
#compdef basename gbasename

local args variant
_pick_variant -r variant gnu=GNU $OSTYPE --version

case $variant in
  gnu)
    args=( -s -S -A "-*"
      '(2 -a --multiple)'{-a,--multiple}'[support multiple arguments, handling each]'
      '(2 -a --multiple -s --suffix)'{-s+,--suffix=}'[remove a trailing suffix]:suffix'
      '(-z --zero)'{-z,--zero}'[separate output with NUL rather than newline]'
      '(- *)--version[display version information]'
      '(- *)--help[display help information]'
    )
  ;;
  darwin*|dragonfly*|freebsd*)
    args=( -s -S -A "-*"
      '(2)-a[support multiple arguments, handling each]'
      '(-a 2)-s+[remove a trailing suffix]:suffix'
    )
  ;;
esac

_arguments $args \
  '1:file:_files' \
  '(*)2:suffix' \
  '*:file:_files'
© 2025 GrazzMean