- ID de l'analyse :
- b3ad0d63-ea49-4b27-a510-8ea91628c244Terminée
- URL soumise :
- https://comp.makonetworks.com/
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 16 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
0 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
iFrameResize | function |
startInactivityTimer | function |
resetInactivityTimer | function |
dimScreen | function |
Messages de journal de console : 3 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
log | other |
|
info | other |
|
info | other |
|
HTML
Le corps HTML de la page en données brutes
<!DOCTYPE html><html lang="en"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, user-scalable=yes">
<meta name="MSSmartTagsPreventParsing" content="true">
<meta name="apple-mobile-web-app-capable" content="yes">
<link href="/skins/mako/v3/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css" media="screen,print">
<link rel="stylesheet" href="/skins/mako/v3/css/reset.css" type="text/css">
<link rel="stylesheet" href="/skins/mako/v3/css/fluidable.css" type="text/css">
<link rel="stylesheet" href="/skins/mako/v3/css/screen-v1.9.css" type="text/css">
<script src="/mn/inc/etc/v3/jquery-3.7.1.min.js?fn=-1629203716" type="text/javascript"></script>
<script src="/mn/inc/etc/v3/jquery-migrate-3.4.0.min.js?fn=-492984414" type="text/javascript"></script>
<script src="/mn/inc/etc/v3/jquery-ui.js?fn=-1411303397" type="text/javascript"></script>
<script src="/mn/inc/etc/v3/iframeResizer.min.js?fn=571326976" type="text/javascript"></script>
<title>Mako Networks
- Broadband Security and Network Reporting Specialists
</title>
<style>
body {
transition: opacity 0.5s ease-in-out;
}
.dimmed {
opacity: 0.5;
}
</style>
<script>
// Set the inactivity time (in milliseconds) before dimming the screen
const inactivityTime = 1000 * 60 * 5; // 5 minutes
let inactivityTimer;
function startInactivityTimer() {
inactivityTimer = setTimeout(dimScreen, inactivityTime);
}
function resetInactivityTimer() {
clearTimeout(inactivityTimer);
startInactivityTimer();
}
function dimScreen() {
document.body.classList.add('dimmed');
}
function restoreScreen() {
if (document.body.classList.contains('dimmed')) {
document.body.classList.remove('dimmed');
resetInactivityTimer();
reloadPage();
}
}
setTimeout(() => {
// Event listeners
// Lazy loaded after the attemptLoginScreen element appears
attemptLoginScreen.document.addEventListener('mousemove', function(event) {
resetInactivityTimer();
restoreScreen();
});
attemptLoginScreen.document.addEventListener('keypress', function(event) {
resetInactivityTimer();
restoreScreen();
});
}, 15 * 1000);
// Initial setup
startInactivityTimer();
// Reload the page
function reloadPage() {
location.reload();
}
</script></head>
<body id="bodyMakoLogin">
<script>
function startIframe(id) {
const iframe = document.getElementById(id);
iframe.src = window.makoIframes[id].url;
}
function pauseIframe(id) {
const iframe = document.getElementById(id);
iframe.style.display = 'none';
}
function stopIframe(id) {
pauseIframe(id);
const iframe = document.getElementById(id);
iframe.src = "";
}
window.makoIframes = (window.makoIframes || {});
window.makoIframes['attemptLoginScreen'] = {
id: 'attemptLoginScreen',
url: '/mn/cms-frontend/attempt/login-screen.html?XKEY=6CB0ACCA-AB07-4835-8830-04181B99FC3D&makoErrMsg='
}
</script>
<div style="display: flex; height: 100%">
<iframe id="attemptLoginScreen" name="attemptLoginScreen" src="/mn/cms-frontend/attempt/login-screen.html?XKEY=6CB0ACCA-AB07-4835-8830-04181B99FC3D&makoErrMsg=" style="height:100%; width:100%; position:absolute; top:0; left:0;" allowfullscreen="" allow="clipboard-read *; clipboard-write *"></iframe>
</div>
<script>
startIframe('attemptLoginScreen');
</script>
<!--
<input type="hidden" name="operation" value="1:signOnAction">
-->
</body></html>