- Scan ID:
- 6dee8463-2a19-4508-a1d6-dc358cf344a4Finished
- Submitted URL:
- https://apf.maisvantagenstim.com.br/
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 3 found
Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Console log messages · 1 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
HTML
The raw HTML body of the page
<!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>