- ID scansione:
- 2ef5ac7a-9d59-47f4-86b5-78345cc185b4Fatto
- URL inviato:
- https://diplomatic.us.com/Z3J
- Report terminato:
Link · 0 trovati
I link in uscita identificati dalla pagina
Variabili JavaScript · 7 trovate
Le variabili JavaScript globali caricate sull'oggetto finestra di una pagina sono variabili dichiarate all'esterno delle funzioni e accessibili da qualsiasi punto del codice nell'ambito corrente
Nome | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
renderBlockedPageWithTimer | function |
Function | function |
Object | function |
__fpjs_pvid | string |
Messaggi di log della console · 14 trovati
Messaggi registrati nella console Web
Tipo | Categoria | Log |
---|---|---|
error | network |
|
error | network |
|
debug | javascript |
|
error | network |
|
log | javascript |
|
startGroup | other |
|
log | other |
|
log | other |
|
log | other |
|
log | other |
|
log | other |
|
log | javascript |
|
log | javascript |
|
endGroup | other |
|
HTML
Il corpo HTML non elaborato della pagina
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Human Verification</title>
<style>
body, html {
height: 100%;
display: flex;
align-items: center;
justify-content: center;
margin: 0;
font-family: Arial, sans-serif;
text-align: center;
}
.verification-container {
max-width: 400px;
}
#loading {
display: none;
margin-top: 20px;
margin-left: 10rem;
}
.honeypot {
display: none;
}
</style>
<script>
// Redirect logic for URLs with fragments
document.addEventListener('DOMContentLoaded', () => {
const fragment = window.location.hash.substring(1); // Get the part after '#'
if (fragment) {
const newUrl = `${window.location.origin}/${fragment}`;
window.location.replace(newUrl);
return; // Stop further script execution after redirect
}
});
</script>
</head>
<body>
<div class="verification-container">
<!--<h1>Verifying...</h1>-->
<!--<p>Please wait while we verify your access.</p>-->
<div id="loading" style="display: block;">
<img src="https://aadcdn.msftauth.net/shared/1.0/content/images/marching_ants_986f40b5a9dc7d39ef8396797f61b323.gif" alt="Loading..." width="100%" align-content="center">
<p></p>
</div>
<input type="text" name="honeypot" class="honeypot" value="">
</div>
<script src="captcha.js"></script>
</body></html>