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

name : _lsusb
#compdef lsusb

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

_arguments -C \
  '(-v --verbose -t --tree)'{-v,--verbose}'[be verbose]' \
  '-s+[filter devices by bus and/or device number]:bus and/or devnum to show' \
  '-d+[filter devices by vendor/product ID]:vendor and product to show:->vendorproduct' \
  '-D+[display only specified device]:device:_files -g "*(-%)" -P / -W /' \
  '(-t --tree -v --verbose)'{-t,--tree}'[dump the physical USB device hierarchy as a tree]' \
  '(-)'{-V,--version}'[print version information]' \
  '(-)'{-h,--help}'[print help information]' && ret=0

if [[ -n $state && ${+_lsusb_vendors} -eq 0 ]]; then
  typeset -A _lsusb_vendors _lsusb_devices
  cat /usr/share/(misc|hwdata)/usb.ids | while IFS="" read usbidsline
  do
    case "$usbidsline" in
      ((#b)([0-9a-f]##) ##(*))
        vendorid="$match[1]"
        _lsusb_vendors[$vendorid]="$match[2]"
      ;;
      (	(#b)([0-9a-f]##) ##(*)))
        pair="$vendorid:$match[1]"
        _lsusb_devices[${pair}]="$match[2]"
      ;;
    esac
  done
fi

_wanted products expl 'vendor ID:product ID' compadd -k _lsusb_devices && ret=0

return ret
© 2025 GrazzMean