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

name : _ldd
#compdef ldd

if _pick_variant gnu='(GNU|EGLIBC|Gentoo)' unix --version; then
  args=(
    '(- *)--version[display version information]'
    '(- *)--help[display help information]'
    '(-v --verbose)'{-v,--verbose}'[include symbol versioning information]'
    '(-d --data-relocs)'{-d,--data-relocs}'[perform data relocations and report missing objects]'
    '(-r --function-relocs)'{-r,--function-relocs}'[perform data/function relocations and report missing objects]'
    '(-u --unused)'{-u,--unused}'[display any unused objects]'
  )
else
  case $OSTYPE in
    solaris*)
      args=(
	-s
	'(-r)-d[check immediate references]'
	'(-d)-r[check immediate and lazy references]'
	'-u[display any unused objects]'
	'-U[display any unreferenced, or unused dependencies]'
	'-e[set specified environment variable]:environment variable:(LD_PRELOAD LD_LIBRARY_PATH LD_RUN_PATH LD_DEBUG LD_DEBUG_OUTPUT LD_NOCONFIG LD_NOAUXFLTR)'
	'-f[check for insecure executable]'
	'-i[display order of execution of initialization sections]'
	'-L[enable lazy loading]'
	'-l[force immediate processing of any filters]'
	'-s[display search path used]'
	'-v[displays all dependency relationships]'
      )
    ;;
    freebsd*)
      args=(
        '-a[show all objects that are needed by each loaded object]'
	'-v[verbose listing of the dynamic linking headers]'
	'-f+[specify format]:format:((%a\:program\ name %A\:environment\ name %o\:library\ name %p\:path\ to\ library %x\:load\ address))'
      )
    ;;
  esac
fi

_arguments $args \
  '*: : _alternative
    "executables:executable:_files -g \^\*.so\(\-\*\)"
      "shared-objects:shared object:_files -g \*.so\(-.\)"'
© 2025 GrazzMean