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

name : copy-earlier-word
# Copy the word before the one you last copied --- call repeatedly
# to cycle through the list of words on the history line.
#
# Words in combination with insert-last-word to use the line reached,
# and start from the word before last.  Otherwise, it will operate on
# the current line.

emulate -L zsh
setopt typesetsilent

typeset -g __copyword
if (( ${NUMERIC:-0} )); then
  # 1 means last word, 2 second last, etc.
  (( __copyword = ${NUMERIC:-0} ))
  zstyle -s :$WIDGET widget __copywidget
elif [[ -n $__copyword && $WIDGET = $LASTWIDGET ]]; then
  (( __copyword-- ))
elif [[ $LASTWIDGET = *insert-last-word ]]; then
  __copyword=-2
  typeset -g __copywidget=$LASTWIDGET
else
  __copyword=-1
  zstyle -s :$WIDGET widget __copywidget
fi

zle ${__copywidget:-.insert-last-word} 0 $__copyword
© 2025 GrazzMean