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

name : getjobs
# Call this from the preexec function like so:
#   preexec() {
#	  getjobs "${(z)2}"  # Use "${(z)1}" prior to zsh-4.0.1
#   }
setopt localoptions noshwordsplit noksharrays
local texts
case $1 in
    fg|bg) shift; [[ -n $1 ]] || set -- %% ;;
    %*) ;;
    *) return 0 ;;
esac
repeat $#
do
    # This case statement emulates jobs.c:getjob()
    case $1 in
	[\;\&\|]|\|\||\&\&) break ;;
	%(|[%+])) 1=${(k)jobstates[(r)*:+:*]} ;;
	%-) 1=${(k)jobstates[(r)*:-:*]} ;;
	%<->) 1=${1#%} ;;
	%[?]*) 1=${${(Ok)jobtexts[(R)*${1#%[?]}*]}[1]} ;;
	*) 1=${${(Ok)jobtexts[(R)$1*]}[1]} ;;
    esac
    [[ -n $1 ]] && texts=($texts ${jobtexts[$1]})
    shift
done
# Remove the "-s" below if you'd prefer that this just report
# what jobs are being affected rather than modify the history
(( $#texts )) && print -s ${(j:; :)texts} "$*"
return 0
© 2025 GrazzMean