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

name : _pidof
#compdef pidof

local curcontext="$curcontext" state line expl ret=1
typeset -A opt_args

local exargs="-h --help -V --version"
_arguments -C -s -w \
  '(- *)'{-h,--help}'[display help information]' \
  '(- *)'{-V,--version}'[print program version]' \
  "(-s --single-shot $exargs)"{-s,--single-shot}'[return one PID only]' \
  "(-c --check-root $exargs)"{-c,--check-root}'[omit processes with different root]' \
  "(-x $exargs)"-x'[include shells running named scripts]' \
  "($exargs)"\*{-o+,--omit-pid=}'[omit processes with PIDs]:pids:_sequence -s , _pids' \
  '(-S --separator)'{-S+,--separator=}'[specify separator put between PIDs]:separator' \
  '*:process:->procnames' \
  && return 0

case $state in
  procnames)
    # Handle defunct processes and "avahi-daemon:"
    _wanted process-names expl process compadd ${${${${${(@)${(f)"$(ps -N --ppid 2 -p 2 o args=)"}%% *}##*/}%:}#\[}%]} && ret=0
  ;;
esac

return ret
© 2025 GrazzMean