shell bypass 403

Cubjrnet7 Shell

: /usr/bin/ [ dr-xr-xr-x ]

name : view
#!/usr/bin/sh

# run vim -R if available
if test -f /usr/bin/vim
then
  exec /usr/bin/vim -R "$@"
fi

# run vi otherwise
exec /usr/libexec/vi -R "$@"

© 2025 Cubjrnet7