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

name : _service
#compdef service

# *:: for last argument looks more like a hack but it is
# the simplest way known to me to reset $words and keep
# _sub_command happy

# we are interested in init service only
local args ctx="${curcontext}argument-1:"
zstyle -T  ":completion:${ctx}" tag-order && \
  zstyle ":completion:${ctx}" tag-order init

case $OSTYPE in
  freebsd*|dragonfly*)
    args=(
      '(-)-r[show the results of boot time rcorder]'
      '(-)-R[restart all enabled local services]'
    )
  ;&
  netbsd*)
    _arguments -s $args \
      '(-)-e[show services that are enabled]' \
      '(-)-l[list all scripts in /etc/rc.d and the local startup directory]' \
      '(-e -R)-v[verbose]' \
      ':service name:_services' \
      '*::service argument:_init_d'
  ;;
  *)
    _arguments -s \
      '(-d --debug)'{-d,--debug}'[turn debugging on]' \
      '(- :)'{-h,--help}'[print help information]' \
      '(- :)'{-v,--version}'[print version information]' \
      '(-)'{-f,--full-restart}'[restart service]' \
      '(- :)'{-R,--full-restart-all}'[restart all services]' \
      '(- :)'{-s,--status-all}'[print status of all services]' \
      ':service name:_services' \
      '*::service argument: _init_d'
  ;;
esac
© 2025 GrazzMean