- 掃描 ID:
- b3ad0d63-ea49-4b27-a510-8ea91628c244已完成
- 已提交的 URL:
- https://comp.makonetworks.com/
- 報告完成時間:
連結 · 找到 0 個
從頁面中識別的傳出連結
JavaScript 變數 · 找到 16 個
在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取
名稱 | 類型 |
---|---|
0 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
iFrameResize | function |
startInactivityTimer | function |
resetInactivityTimer | function |
dimScreen | function |
主控台記錄訊息 · 找到 3 條
記錄到 Web 主控台的訊息
類型 | 類別 | 記錄 |
---|---|---|
log | other |
|
info | other |
|
info | other |
|
HTML
頁面的原始 HTML 主體
<!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>