- ID scansione:
- b3ad0d63-ea49-4b27-a510-8ea91628c244Fatto
- URL inviato:
- https://comp.makonetworks.com/
- Report terminato:
Link · 0 trovati
I link in uscita identificati dalla pagina
Variabili JavaScript · 16 trovate
Le variabili JavaScript globali caricate sull'oggetto finestra di una pagina sono variabili dichiarate all'esterno delle funzioni e accessibili da qualsiasi punto del codice nell'ambito corrente
Nome | Tipo |
---|---|
0 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
iFrameResize | function |
startInactivityTimer | function |
resetInactivityTimer | function |
dimScreen | function |
Messaggi di log della console · 3 trovati
Messaggi registrati nella console Web
Tipo | Categoria | Log |
---|---|---|
log | other |
|
info | other |
|
info | other |
|
HTML
Il corpo HTML non elaborato della pagina
<!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>