shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolasweb.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Tags
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Children.php
<?php namespace Statamic\Tags; use Statamic\Facades\Site; use Statamic\Facades\URL; use Statamic\Support\Str; class Children extends Structure { /** * The {{ children }} tag. * * Get any children of the current url * * @return string */ public function index() { $this->params->put('from', Str::start(Str::after(URL::makeAbsolute(URL::getCurrent()), Site::current()->absoluteUrl()), '/')); $this->params->put('max_depth', 1); $collection = $this->params->get('collection', $this->context->value('collection')?->handle()); return $this->structure("collection::{$collection}"); } }
© 2026 UnknownSec