shell bypass 403
GrazzMean Shell
: /www/wwwroot/koreanshop.lk/vendor/laravel/framework/src/Illuminate/Foundation/stubs/ [ drwxr-xr-x ]
<?php
namespace DummyNamespace;
use Illuminate\Support\Facades\Facade;
/**
* @see \DummyTarget
*/
class DummyClass extends Facade
{
/**
* Get the registered name of the component.
*/
protected static function getFacadeAccessor(): string
{
return 'DummyTarget';
}
}