shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
statamic
/
cms
/
src
/
Assets
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
ReplacementFile.php
<?php namespace Statamic\Assets; use Illuminate\Contracts\Filesystem\Filesystem; use Illuminate\Support\Facades\Storage; class ReplacementFile { private $path; public function __construct($path) { $this->path = $path; } public function path() { return $this->path; } public function extension() { return pathinfo($this->path, PATHINFO_EXTENSION); } public function writeTo(Filesystem $disk, $path) { $disk->put( $path, Storage::disk('local')->readStream($this->path) ); } }
© 2026 UnknownSec