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 :
StringRegion.php
<?php namespace Statamic\StaticCaching\NoCache; class StringRegion extends Region { protected $content; protected $extension; public function __construct(Session $session, string $content, array $context, string $extension) { $this->session = $session; $this->content = $content; $this->context = $this->filterContext($context); $this->extension = $extension; $this->key = sha1($content).$session->getRegionId(); } public function key(): string { return $this->key; } public function render(): string { return (new StringFragment( $this->key(), $this->content, $this->extension, $this->fragmentData() ))->render(); } }
© 2026 UnknownSec