- スキャンID:
- 2ef5ac7a-9d59-47f4-86b5-78345cc185b4終了
- 送信済みURL:
- https://diplomatic.us.com/Z3J
- レポート終了日:
リンク · 0件検出
ページから特定された発信リンク
JavaScript変数 · 7件検出
ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です
名前 | 規模 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
renderBlockedPageWithTimer | function |
Function | function |
Object | function |
__fpjs_pvid | string |
コンソールログメッセージ · 14件検出
Webコンソールにログ記録されたメッセージ
規模 | 分類 | ログ |
---|---|---|
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
未加工のHTMLページ本文
<!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>