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

name : _external_pwds
#autoload

# Completes current directories of other zsh processes
# this is intended to be used via _generic bound to a
# different key. Note that pattern matching is enabled.

local -a expl
local -au dirs

# undo work _main_complete did to remove the tilde
PREFIX="$IPREFIX$PREFIX"
IPREFIX=
SUFFIX="$SUFFIX$ISUFFIX"
ISUFFIX=

[[ -o magicequalsubst ]] && compset -P '*='

case $OSTYPE in
  solaris*)
    dirs=(
      ${(M)${${(f)"$(pgrep -U $UID -x zsh|xargs pwdx 2>/dev/null)"}:#$$:*}%%/*}
    )
  ;;
  linux*)
    dirs=( /proc/${^$(pidof -- -zsh zsh):#$$}/cwd(N:P) )
    dirs=( $^dirs(N^@) )
  ;;
  freebsd*)
    dirs=( $(pgrep -U $UID -x zsh) )
    dirs=( $(procstat -h -f $dirs|awk '{if ($3 == "cwd") print $NF}') )
  ;;
  *)
    if (( $+commands[lsof] )); then
      dirs=( ${${${(M)${(f)"$(lsof -a -u $EUID -c zsh -p \^$$ -d cwd -F n -w
          2>/dev/null)"}:#n*}#?}%% \(*} )
    fi
  ;;
esac
dirs=( ${(D)dirs:#$PWD} )

compstate[pattern_match]='*'
_wanted directories expl 'current directory from other shell' \
    compadd -M "r:|/=* r:|=*" -f -a dirs
© 2025 GrazzMean