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 :
CodeType.php
<?php namespace Statamic\GraphQL\Types; use Statamic\Facades\GraphQL; class CodeType extends \Rebing\GraphQL\Support\Type { const NAME = 'Code'; protected $attributes = [ 'name' => self::NAME, ]; public function fields(): array { return [ 'code' => [ 'type' => GraphQL::nonNull(GraphQL::string()), ], 'mode' => [ 'type' => GraphQL::nonNull(GraphQL::string()), ], ]; } }
© 2026 UnknownSec