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

name : _chkconfig
#compdef chkconfig

local curcontext="$curcontext" state line expl ret=1

case $OSTYPE in
linux*)
  _arguments -C \
    '(- 2)--list[list services]' \
    '(-)--level[specify runlevels to apply to]:-:_values -s "" "run levels" 1 2 3 4 5 6 7' \
    '(- 2)--add[add new service]' \
    '(- 2)--del[remove service from chkconfig management]' \
    '1:service name:_services' \
    '2:state:(on off reset)' && ret=0
;;
irix*)
  _arguments -C \
    '(- 1)-s[print state of configuration flags]' \
    '(1 -s)-f[set flag state]:configuration flag:->flag:state:(on off)' \
    '1:configuration flag:->flag' && ret=0

  if [[ -n "$state" ]]; then
    _wanted conf-flags expl 'configuration flag' \
	compadd ${${${(f)"$($words[1])"}[4,-1]##$'\t'}%% *} && ret=0
  fi
;;
esac

return ret
© 2025 GrazzMean