shell bypass 403
GrazzMean Shell
: /www/wwwroot/koreanshop.lk/vendor/laravel/framework/src/Illuminate/Contracts/Filesystem/ [ drwxr-xr-x ]
<?php
namespace Illuminate\Contracts\Filesystem;
interface Factory
{
/**
* Get a filesystem implementation.
*
* @param string|null $name
* @return \Illuminate\Contracts\Filesystem\Filesystem
*/
public function disk($name = null);
}