https://login.bakerhughes.com/

Submitted URL:
https://login.bakerhughes.com/
Report Finished:

The outgoing links identified from the page

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

Console log messages · 1 found

Messages logged to the web console

HTML

The raw HTML body of the page

<html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="robots" content="none">

    <title>Baker Hughes - Access Forbidden</title>

    <link rel="stylesheet" type="text/css" href="/assets/css/sections/errors-v2.css">
</head>
<body>
    <div class="login-bg-image" style="background-image: none"></div>
    <div class="widget">
        <div class="container">
            <div class="header">
                <img alt="Baker Hughes" src="https://ok7static.oktacdn.com/fs/bco/1/fs0tfevy7o2rpptBi357" class="org-logo">
            </div>
            <div class="illustration">
                <!-- Show HTTP error code if exists -->
                <div class="error-code">403</div>
                <!-- Show generic error image if not  -->
            </div>
            <div class="content">
                <h2 class="o-form-title">Access Forbidden</h2>
                <p class="o-form-explain">You don't have permission to access this page.</p>
                <a href="/" class="button">Go to Homepage</a>

            </div>
        </div>
    </div>

<script type="text/javascript" nonce="">
    window.addEventListener('load', function(event) {
        function applyStyle(id, attr) {
            var el = document.getElementById(id);
            if (el) {
                var img = el.getAttribute(attr);
                if (img) {
                   el.style["background-image"] = img;
                }
            }
        }
        applyStyle("login-bg-image-id", "data-img-url");
    });
</script><style type="text/css" nonce="">
    #st-app {
        display: none;
    }
</style><span id="st-app">NONE</span>

</body></html>