- Scan-ID:
- 6dee8463-2a19-4508-a1d6-dc358cf344a4Beendet
- Eingereichte URL:
- https://apf.maisvantagenstim.com.br/
- Bericht beendet:
Links · 0 gefunden
Die von der Seite ausgehenden identifizierten Links
JavaScript-Variablen · 3 gefunden
Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind
Name | Typ |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Konsolenprotokoll-Meldungen · 1 gefunden
In der Web-Konsole protokollierte Meldungen
Typ | Kategorie | Protokoll |
---|---|---|
error | network |
|
HTML
Der HTML-Rohtext der Seite
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no">
<title>Access Denied</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f8f9fa;
color: #333;
text-align: center;
padding: 2rem;
}
.container {
max-width: 600px;
margin: auto;
background: #fff;
padding: 2em;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}
h1 {
color: #dc3545;
}
p {
margin-top: 1em;
line-height: 1.6;
}
</style>
</head>
<body>
<div class="container">
<h1>Access Denied</h1>
<p>
Sorry, but you are not allowed to access this resource.
</p>
<p>
If you believe this is a mistake, please contact support.
</p>
<p>
Error Code: 403 - Block Not Allowed
</p>
</div>
</body></html>