shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
StarterKits
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Hook.php
<?php namespace Statamic\StarterKits; class Hook { public function find(string $path): mixed { if (app('files')->exists($path)) { require_once $path; } $class = pathinfo($path, PATHINFO_FILENAME); if (! class_exists($class)) { return null; } return new $class; } }
© 2026 UnknownSec