shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Console
/
Commands
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Rtfm.php
<?php namespace Statamic\Console\Commands; use Illuminate\Console\Command; use Statamic\Console\RunsInPlease; class Rtfm extends Command { use RunsInPlease; /** * The name of the console command. * * @var string */ protected $name = 'statamic:rtfm'; /** * Indicates whether the command should be shown in the Artisan command list. * * @var bool */ protected $hidden = true; /** * Execute the console command. * * @return bool|null */ public function handle() { $this->info('Please enjoy reading the friendly manual! 📓'); $this->comment('https://statamic.dev'); } }
© 2026 UnknownSec