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

name : _services
#autoload

local -a inits xinetds alls
local expl ret=1

if [[ $OSTYPE = freebsd* ]]; then
  if [[ -x /usr/sbin/service ]]; then
    alls=( $(service -l) ) && ret=0

    _wanted services expl service compadd "$@" - $alls[@] && ret=0
  fi
elif chkconfig --list > /dev/null 2>&1; then
  alls=( ${(f)"$(LANGUAGE=C LANG=C LC_ALL=C chkconfig --list 2> /dev/null)"} )
  inits=( ${${${alls[1,(r)xinetd based*]}[1,-2]}/%[[:space:]]*/} )
  xinetds=( ${${${${alls[(r)xinetd based*,-1]}[2,-1]}/#[[:space:]]#}/%:*} )

  _alternative \
    'init:init service:compadd -a inits' \
    'xinetd:xinetd service:compadd -a xinetds' && ret=0
else
  local -a scriptpath
  local dir
  # Known locations of init scripts
  # C.f. Unix/Commands/_init_d
  scriptpath=(/etc/init.d /etc/rc.d /etc/rc.d/init.d)

  for dir in $scriptpath; do
    if [[ -d $dir ]]; then
      break
    fi
  done
  _wanted services expl service compadd "$@" - $dir/*(-*:t) &&
  ret=0
fi

return ret
© 2025 GrazzMean