- ID de exploración:
- 83bf2c86-4853-40fb-8030-c84747f4955dFinalizado
- URL enviada:
- https://wellright.internalhr.online/
- Informe finalizado:
Enlaces: 0 encontrados
Los enlaces salientes identificados en la página
Variables JavaScript: 32 encontradas
Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual
Nombre | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
do_not_detect_java | boolean |
tracking_id | string |
$ | function |
jQuery | function |
BrowserDetect | object |
$_GET | object |
regex | undefined |
Mensajes de registro de la consola: 0 encontrados
Mensajes registrados en la consola web
HTML
El cuerpo HTML sin procesar de la página
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<title>Proofpoint Security Awareness Training</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html { height: 100%; }
body {
background: #F5F5F5;
background: linear-gradient(#DDD,#CCC);
height: 100%;
padding: 100px 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
a { color: #ED8B1E; }
.content {
background: white;
box-shadow: 0 8px 0 -3px rgba(0,0,0,0.2);
font-family: Calibri, Lato, Helvetica, Arial, sans-serif;
font-size: 18px;
line-height: 160%;
margin: 0 auto;
max-width: 800px;
padding: 30px;
}
p { margin-bottom: 20px; }
.logo {
display: flex;
justify-content: center;
margin: 0 auto 30px;
}
.logo-styling {
border-right: 1px solid black;
padding-right: 5px;
max-height: 40px;
max-width: 194px;
}
.logo-text-styling {
margin-left: 5px;
text-align: left;
line-height: 1;
font-size: 20px;
font-weight: bold;
color: #333333;
}
</style>
<script type="text/javascript">
window.do_not_detect_java = true;
window.tracking_id = "infopage";
</script>
<script src="/assets/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
</head>
<body>
<div class="content">
<span class="logo">
<img class="logo-styling" src="/assets/psat_logo.png">
<span class="logo-text-styling">Phishing<br>Simulation</span>
</span>
<p>Hi! This web site belongs to <a href="/load_training?guid=undefined">Proofpoint Security Awareness Training</a>. This domain is used to teach employees how to recognize and avoid phishing attacks. This page is here to let you know that this is not a malicious web page. The email that led you here was likely sent by your employer as part of a training program.</p>
<p>If you have questions, you can contact your employer’s IT help desk. If you still have questions you can contact us at <a href="/load_training?guid=undefined">[email protected]</a>. </p>
</div>
<script src="/assets/all.js?g=infopage"></script>
</body></html>