shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
rebing
/
graphql-laravel
/
src
/
Console
/
stubs
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
union.stub
<?php declare(strict_types=1); namespace DummyNamespace; use Rebing\GraphQL\Support\Facades\GraphQL; use Rebing\GraphQL\Support\UnionType; class DummyClass extends UnionType { protected $attributes = [ 'name' => 'DummyGraphqlName', 'description' => 'An example union', ]; public function types(): array { return [ GraphQL::type('Example'), ]; } public function resolveType($root) { return GraphQL::type('Example'); } }
© 2026 UnknownSec