shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
lolas.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Preferences
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Preference.php
<?php namespace Statamic\Preferences; class Preference { protected $handle; protected $field; protected $tab = 'general'; public function handle(?string $handle = null) { if (func_num_args() === 0) { return $this->handle; } $this->handle = $handle; return $this; } public function field(?array $field = null) { if (func_num_args() === 0) { return $this->field; } $this->field = $field; return $this; } public function tab(?string $tab = null) { if (func_num_args() === 0) { return $this->tab; } $this->tab = $tab; return $this; } }
© 2026 UnknownSec