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

name : insert-unicode-char
# Make hex integers appear as 0x...
setopt localoptions cbases

integer -g _insert_unicode_ready

if [[ $LASTWIDGET = insert-unicode-char && $_insert_unicode_ready -eq 1 ]]
then
  # Second call; we should have a usable prefix.
  # If we don't, give up.
  (( ${+NUMERIC} )) || return 1
  # Convert it back to hex, padded with zeroes to 8 digits plus the 0x...
  local -i 16 -Z 10 arg=$NUMERIC
  # ...and use print to turn this into a Unicode character.
  LBUFFER+="$(print -n "\U${arg##0x}")"
  integer -g _insert_unicode_ready=0
else
  # Set the base to 16...
  zle argument-base 16
  # ...wait for user to type hex keys then call this widget again.
  zle universal-argument
  integer -g _insert_unicode_ready=1
fi
© 2025 GrazzMean