https://vulnerable.sys.qa/

已提交的 URL:
https://vulnerable.sys.qa/
報告完成時間:

連結 · 找到 0 個

JavaScript 變數 · 找到 3 個

名稱類型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

主控台記錄訊息 · 找到 2 條

類型類別記錄
errornetwork
URL
https://vulnerable.sys.qa/
Text
Failed to load resource: the server responded with a status of 403 ()
errornetwork
URL
https://vulnerable.sys.qa/favicon.ico
Text
Failed to load resource: the server responded with a status of 403 ()

HTML

<!DOCTYPE html><html lang="en"><head>
                    <meta charset="UTF-8">
                    <meta name="viewport" content="width=device-width, initial-scale=1.0">
                    <title>403 Forbidden</title>
                    <style>
                        
                        html, body{
                            position: fixed;
                            height: 100%;
                            width: 100%;
                            margin: 0;
                            padding: 0;
                            box-sizing: border-box;
                            font-family: 'Courier New', Courier, monospace;

                        }
                        body {
                            display: flex;
                            flex-direction: column;
                            justify-content: center;
                            align-items: center;
                            text-align: center;
                        }
                        .error-code {
                            font-size: 100px;
                            font-weight: bold;
                            color: #060606;
                            margin-bottom: 30px;      
                        }
                        .error-message {
                            font-weight: bold;
                            font-size: 24px;
                            margin-bottom: 30px;      

                            
                        }
                        .footer {
                            font-size: 12px;
                            color: #6c757d;
                            margin-top: 30px;

                        }
                    </style>
                </head>
                <body>
                    <div class="container">
                        <div class="error-code">403</div>
                        <div class="error-message">Forbidden</div>
                        <p>You don’t have permission to access this resource.</p>
                        <p class="footer">Request ID: 580c41de-12de-48a1-9460-90d283a2b5d7</p>
                    </div>
                
                
                </body></html>