- 제출된 URL:
- https://wellright.internalhr.online/
- 보고서 완료:
링크 · 0개 결과
페이지에서 식별된 외부 링크
JavaScript 변수 · 32개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
do_not_detect_java | boolean |
tracking_id | string |
$ | function |
jQuery | function |
BrowserDetect | object |
$_GET | object |
regex | undefined |
콘솔 로그 메시지 · 0개 결과
웹 콘솔에 기록된 메시지
HTML
페이지의 원시 HTML 본문
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<title>Proofpoint Security Awareness Training</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html { height: 100%; }
body {
background: #F5F5F5;
background: linear-gradient(#DDD,#CCC);
height: 100%;
padding: 100px 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
a { color: #ED8B1E; }
.content {
background: white;
box-shadow: 0 8px 0 -3px rgba(0,0,0,0.2);
font-family: Calibri, Lato, Helvetica, Arial, sans-serif;
font-size: 18px;
line-height: 160%;
margin: 0 auto;
max-width: 800px;
padding: 30px;
}
p { margin-bottom: 20px; }
.logo {
display: flex;
justify-content: center;
margin: 0 auto 30px;
}
.logo-styling {
border-right: 1px solid black;
padding-right: 5px;
max-height: 40px;
max-width: 194px;
}
.logo-text-styling {
margin-left: 5px;
text-align: left;
line-height: 1;
font-size: 20px;
font-weight: bold;
color: #333333;
}
</style>
<script type="text/javascript">
window.do_not_detect_java = true;
window.tracking_id = "infopage";
</script>
<script src="/assets/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
</head>
<body>
<div class="content">
<span class="logo">
<img class="logo-styling" src="/assets/psat_logo.png">
<span class="logo-text-styling">Phishing<br>Simulation</span>
</span>
<p>Hi! This web site belongs to <a href="/load_training?guid=undefined">Proofpoint Security Awareness Training</a>. This domain is used to teach employees how to recognize and avoid phishing attacks. This page is here to let you know that this is not a malicious web page. The email that led you here was likely sent by your employer as part of a training program.</p>
<p>If you have questions, you can contact your employer’s IT help desk. If you still have questions you can contact us at <a href="/load_training?guid=undefined">[email protected]</a>. </p>
</div>
<script src="/assets/all.js?g=infopage"></script>
</body></html>