https://scandeviceservices.com/

Eingereichte URL:
https://scandeviceservices.com/
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

JavaScript-Variablen · 32 gefunden

Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
do_not_detect_javaboolean
tracking_idstring
$function
jQueryfunction
BrowserDetectobject
$_GETobject
regexundefined

Konsolenprotokoll-Meldungen · 0 gefunden

In der Web-Konsole protokollierte Meldungen

HTML

Der HTML-Rohtext der Seite

<!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>