shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolas.brannanatkinson.com
/
vendor
/
rebing
/
graphql-laravel
/
src
/
Console
/
stubs
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
mutation.stub
<?php declare(strict_types=1); namespace DummyNamespace; use Closure; use GraphQL\Type\Definition\ResolveInfo; use GraphQL\Type\Definition\Type; use Rebing\GraphQL\Support\Mutation; use Rebing\GraphQL\Support\SelectFields; class DummyClass extends Mutation { protected $attributes = [ 'name' => 'DummyGraphqlName', 'description' => 'A mutation' ]; public function type(): Type { return Type::listOf(Type::string()); } public function args(): array { return [ ]; } public function resolve($root, array $args, $context, ResolveInfo $resolveInfo, Closure $getSelectFields) { $fields = $getSelectFields(); $select = $fields->getSelect(); $with = $fields->getRelations(); return []; } }
© 2026 UnknownSec