๐Ÿ”“ Ultimate Webshell - Penetration Testing Tool

๐Ÿ“– File Reader

<?php
namespace app\home\controller;
use app\BaseController;
use think\facade\Db;
use think\facade\View;

class Index extends Base
{
    /*้ฆ–้กต*/
    public function index()
    {
        return View::fetch();
    }
}