https://dropbox-online.com/

Submitted URL:
https://dropbox-online.com/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 5 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 · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Phishing Simulation Landing Page</title>
<meta name="description" content="Phishing simulation landing page for security awareness training.">
<meta name="author" content="PhishingBox, LLC.">
<meta name="Copyright" content="Copyright (c) 2006-2021 PhishingBox, LLC.">
<link href="assets/css/bootstrap.css" rel="stylesheet">
<style>
.pbox-box-row {
    margin-top:50px;
    margin-left:25px;
    margin-right:25px;
}
.pbox-box {
    border:2px solid #cecece;
    padding:25px;
}
.pbox-copyright{
    padding-top:15px;
    font-size:11px;
    text-align:center;
    color:#cecece;
}
.bg {
    animation:slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #00b3e5 50%, #1177bb 50%);
    bottom:0;
    left:-50%;
    opacity:.5;
    position:fixed;
    right:-50%;
    top:0;
    z-index:-1;
}
.bg2 {
    animation-direction:alternate-reverse;
    animation-duration:4s;
}
.bg3 {
    animation-duration:5s;
}
.content {
    background-color:rgba(255,255,255,.9);
    border-radius:.25em;
    box-shadow:0 0 .25em rgba(0,0,0,.25);
    box-sizing:border-box;
    left:50%;
    padding:8vmin;
    position:fixed;
    text-align:center;
    top:50%;
    transform:translate(-50%, -50%);
}
body {
    font-family:Helvetica;
}
h1 {
    font-family:Helvetica;
    font-size:22px;
    margin-top: 0px;
    margin-bottom: 40px;
}
@keyframes slide {
    0% {
        transform:translateX(-25%);
    }
    100% {
        transform:translateX(25%);
    }
}
</style>
</head>
<body>
    <div class="bg"></div>
    <div class="bg bg2"></div>
    <div class="bg bg3"></div>
    <div class="content">
        <img src="/assets/img/phishingbox_logo.png" style="max-height:125px;" alt="PhishingBox">
        <h1>Phishing Simulation</h1>
        This web site (dropbox-online.com) is hosted and managed for phishing simulation purposes.
        <br><br>
        This domain and many others are used to teach employees how to recognize and avoid phishing attacks.
        <br><br>
        This web site is not malicious and is most likely sent by your employer as part of a phishing test.<br>If you have any questions, please contact your employer's IT Administrator.
    </div>

    <script src="/assets/js/jquery.js"></script>
    <script src="/assets/js/bootstrap.min.js"></script>


</body></html>