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 :
TransChoice.php
<?php namespace Statamic\Tags; class TransChoice extends Tags { /** * The {{ trans_choice }} tag. * * @return string */ public function wildcard($tag) { $key = $this->params->get('key', $tag); $count = $this->params->int('count', 1); return trans_choice($key, $count, $this->params->all()); } }
© 2026 UnknownSec