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

name : _extensions
#autoload

# This completer completes filename extensions when completing
# after *. or ^*. It can be used anywhere in the completer list
# but if used after _expand, patterns that already match a file
# will be expanded before it is called.

compset -P '(#b)([~$][^/]#/|)(*/|)(\^|)\*.' || return 1

local -aU files
local -a expl suf mfiles

files=( ${(e)~match[1]}${match[2]}*.* ) || return 1
eval set -A files '${(MSI:'{1..${#${(O)files//[^.]/}[1]}}':)files%%.[^/]##}'
files=( ${files:#.<->(.*|)} )

if zstyle -t ":completion:${curcontext}:extensions" prefix-hidden; then
  files=( ${files#.} )
else
  PREFIX=".$PREFIX"
  IPREFIX="${IPREFIX%.}"
fi

zstyle -T ":completion:${curcontext}:extensions" add-space ||
  suf=( -S '' )

_description extensions expl 'file extension'

# for an exact match, fail so as to give _expand or _match a chance.
compadd -O mfiles "$expl[@]" -a files
[[ $#mfiles -gt 1 || ${mfiles[1]} != $PREFIX ]] &&
    compadd "$expl[@]" "$suf[@]" -a files &&
    [[ -z $compstate[exact_string] ]]
© 2025 GrazzMean