- 제출된 URL:
- https://dropbox-online.com/
- 보고서 완료:
링크 · 0개 결과
페이지에서 식별된 외부 링크
JavaScript 변수 · 5개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
$ | function |
jQuery | function |
콘솔 로그 메시지 · 0개 결과
웹 콘솔에 기록된 메시지
HTML
페이지의 원시 HTML 본문
<!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>