https://neweratech.bpidtr.com/

提交的 URL:
https://neweratech.bpidtr.com/
报告完成时间:

链接 · 找到 0 个

从页面中识别出的传出链接

JavaScript 变量 · 找到 3 个

在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问

名称类型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

控制台日志消息 · 找到 0 条

记录到 Web 控制台的消息

HTML

页面的原始 HTML 正文

<html><head>
        <style>
            html, body {
                margin: 0;
                padding: 0;
                height: 100%;
                width: 100%;
            }

            .bg-image {
                position: relative;
                min-height: 100vh;
                width: 100vw;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .bg-image:before {
                position: absolute;
                left: 0;
                top: 0;
                z-index: 2;
                content: '';
                display: block;
                background: url(/img/bg2.svg);
                background-repeat: no-repeat;
                background-position: 50% 100%;
                background-size: contain;
                height: 100vh;
                width: 100%;
                opacity: 0.95;
            }

            .info-box img {
                margin-bottom: 5%;
                max-width: 80%;
            }

            .info-box a {
                color: #0064CC;
            }

            .info-box a:visited {
                color: #0064CC;
            }

            .info-box a:hover {
                color: #0064CC;
            }

            .info-box a:active {
                color: #0064CC;
            }

            .info-box p {
                line-height: 1.3;
            }

            .info-box {
                position: relative;
                z-index: 4;
                color: black;
                background: rgba(255, 255, 255, 0.95);
                width: 30%;
                padding: 30px 20px 20px;
                text-align: center;
                -webkit-box-shadow: 2px 8px 30px -4px rgba(0, 0, 0, 1);
                -moz-box-shadow: 2px 8px 30px -4px rgba(0, 0, 0, 1);
                box-shadow: 2px 8px 30px -4px rgba(0, 0, 0, 1);
            }
        </style>
    </head>
    <body class="bg-image">
    <div class="info-box">
        <img src="/img/bpid.png">
        <p>This domain is owned and operated by <strong>ID Agent</strong> as part of the <em>BullPhish ID™ Phishing
                Simulation/Training &amp; Awareness</em> tool.</p>
        <p>Email campaigns, links, and landing pages have all been contracted and generated by request of your IT Team
            or IT Managed Services Provider.</p>
        <p>We do not collect information submitted in any of our simulated phishing event pages. Your personal
            information is safe from us.</p>
        <p>If you have any further questions, please contact your <strong>IT Team</strong> or <strong>Service
                Provider</strong> directly. Or, email us at <a href="mailto:[email protected]">[email protected]</a>.
        </p>
        <p>Thank you,</p>
        <h4>ID Agent</h4>
    </div>
    
    


</body></html>