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

name : _rrdtool
#compdef rrdtool

local curcontext="$curcontext" state line expl ret=1

_arguments -C \
  ':rrdtool command:(create update updatev graph dump restore
                   last lastupdate first help info fetch tune
		   resize xport)' \
  '*:: :->subcmds' && ret=0

curcontext="${curcontext%:*}-$words[1]:"
case "$state" in
  (subcmds)
    case "$words[1]" in
      (help)
	_wanted -V 'subcommands' expl 'subcommand' compadd \
	  create update updatev graph dump restore last lastupdate \
	  first help info fetch tune resize xport
      ;;
      (*)
        _files
      ;;
    esac
  ;;
esac
© 2025 GrazzMean