shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolas.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Ignition
/
Solutions
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
EnableOAuth.php
<?php namespace Statamic\Ignition\Solutions; use Spatie\Ignition\Contracts\Solution; use Statamic\Statamic; class EnableOAuth implements Solution { public function getSolutionTitle(): string { return 'OAuth is disabled'; } public function getSolutionDescription(): string { return 'Enable it by setting `STATAMIC_OAUTH_ENABLED=true` in your `.env` file.'; } public function getDocumentationLinks(): array { return [ 'OAuth Guide' => Statamic::docsUrl('/oauth'), ]; } }
© 2026 UnknownSec