shell bypass 403
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <link href="bootstrap/css/bootstrap.css" rel="stylesheet"> </head> <style type="text/css"> @font-face { src: url('font/PSL-Kanda/PSL-Kanda.woff2') format('woff2'), url('font/PSL-Kanda/PSL-Kanda.woff') format('woff'); font-family: 'PSL-Kanda'; font-weight: normal; font-style: normal; } body{ font-family: 'PSL-Kanda'; } </style> <body> <br/> <div class="container"> <p style="font-size:16px;">Font Size : 16px</p> <p style="font-size:18px;">Font Size : 18px</p> <p style="font-size:20px;">Font Size : 20px</p> <p style="font-size:24px;">Font Size : 24px</p> <p style="font-size:26px;">Font Size : 26px</p> <p style="font-size:28px;">Font Size : 28px</p> <p style="font-size:30px;">Font Size : 30px</p> <p style="font-size:32px;">Font Size : 32px</p> <p style="font-size:36px;">Font Size : 36px</p> <p style="font-size:40px;">Font Size : 40px</p> <p style="font-size:50px;">Font Size : 50px</p> <p style="font-size:54px;">Font Size : 54px</p> <p style="font-size:60px;">Font Size : 60px</p> <p style="font-size:65px;">Font Size : 65px</p> </div> </body> </html>