shell bypass 403
<!DOCTYPE html>
<html>
<head>
<title> Dashboard </title>
<meta charset="UTF-8">
<meta name="keywords" content="HTML, CSS, JavaScript">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/sites/little-groovin-guitar/images/favicon.png" type="image/x-icon">
<%- include('includes/css-links') %>
</head>
<body>
<main>
<div class="dashboard-wrapper">
<%- include('includes/sidebar') %>
<div class="dashboard-content">
<div class="dashboard-card">
<h5 class="theme-h5">My Profile</h5>
</div>
</div>
</div>
</main>
<%- include('includes/footer')%>
<%- include('includes/script-links')%>
</body>
</html>