https://ntt-bnpparibas.office-workspaces.com/b18j6u5e5rr75pvq

Submitted URL:
https://ntt-bnpparibas.office-workspaces.com/b18j6u5e5rr75pvq
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 16 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

NameType
onbeforetogglestring
documentPictureInPicturestring
onscrollendstring
lucyDispatchEventstring
TimeMestring
injectedstring
trackTimestring
sendUserActivityTimeDatastring
runTimeTrackerstring
isChromestring

Console log messages · 2 found

Messages logged to the web console

TypeCategoryLog
verbosedom
URL
https://ntt-bnpparibas.office-workspaces.com/b18j6u5e5rr75pvq
Text
[DOM] Input elements should have autocomplete attributes (suggested: "current-password"): (More info: https://goo.gl/9p2vKq) %o
errorsecurity
URL
https://ntt-bnpparibas.office-workspaces.com/b18j6u5e5rr75pvq
Text
Network location provider at 'https://www.googleapis.com/' : ERR_SSL_CLIENT_AUTH_CERT_NEEDED.

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head><script src="/js/events.js"></script><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>Wi-Fi Login</title>
	<style type="text/css">body {
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            background: #f5f5f5;
            font-family: Arial, sans-serif;
        }

        .container {
            width: 90%;
            max-width: 400px;
            background: #ffffff;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        .container img {
            width: 100%;
            height: auto;
        }

        .login-box {
            padding: 20px;
            text-align: center;
        }

        .login-box h1 {
            font-size: 18px;
            color: #333;
            margin-bottom: 20px;
            font-weight: bold;
        }

        .input-group {
            margin-bottom: 15px;
            text-align: left;
        }

        .input-group label {
            display: block;
            margin-bottom: 5px;
            color: #333;
            font-size: 14px;
        }

        .input-group input {
            width: 90%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 5px;
            font-size: 14px;
            margin: 0 auto;
            display: block;
        }

        .login-button {
            width: 90%;
            padding: 10px;
            background: #2ecc71;
            border: none;
            border-radius: 5px;
            color: #fff;
            font-size: 16px;
            cursor: pointer;
            margin: 0 auto;
            display: block;
        }

        .login-button:hover {
            background: #27ae60;
        }
	</style>
</head>
<body>
<div class="container"><img alt="Network Transformation Team" src="/public/campaign/1010/1548/11/mobilescreenbnpparibas2.jpeg">
<div class="login-box">
<h1>Wi-Fi Login</h1>
<form method="POST" action="">
	<div class="input-group">
      <label for="uid">UID</label>
      <input id="uid" name="uid" type="text"></div>
	<div class="input-group">
      <label for="password">Password</label>
      <input id="password" name="password" type="password"></div>
<button class="login-button">Login</button></form></div>
</div>
<script src="/js/timeme.min.js"></script><script src="/js/time-tracker.js"></script><script type="text/javascript">trackTime("/scenario/track-time", "index");</script>  <script type="text/javascript" src="/js/views/campaign/analyse.js"></script>

<script>
    analysisUrl = "/b18j6u5e5rr75pvq/run-analyse";

    function doAnalysis() {
        runAnalyse(
            true,
            false,
            false,
            true        );
    }

    if (window.addEventListener){
        window.addEventListener("load", doAnalysis);
    } else {
        window.attachEvent("onload", doAnalysis);
    }
</script>




</body></html>