- ID de l'analyse :
- 547ed829-bb62-49dc-8126-0871cbdf892fTerminée
- URL soumise :
- https://dropbox-online.com/
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 5 trouvée(s)
Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
Messages de journal de console : 0 trouvé(s)
Messages consignés dans la console web
HTML
Le corps HTML de la page en données brutes
<!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>