- 扫描 ID:
- 65a2f38b-9335-4ee9-a3b6-c381829f978b已完成
- 提交的 URL:
- https://bit.ly/4ilapTs已重定向
- 报告完成时间:
链接 · 找到 1 个
从页面中识别出的传出链接
链接 | 文本 |
---|---|
https://github.com/Pablo-Restrepo/Troll-Page-Scream | DDoS protection by Cloudflare |
JavaScript 变量 · 找到 6 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
toggleMute | function |
delay | function |
showVideo | function |
控制台日志消息 · 找到 1 条
记录到 Web 控制台的消息
类型 | 类别 | 记录 |
---|---|---|
warning | other |
|
HTML
页面的原始 HTML 正文
<!DOCTYPE html><html lang="en"><head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Checking your browser...</title>
<link rel="shortcut icon" href="img/Favicon.ico" type="image/x-icon">
</head>
<body>
<div class="container-video" id="container-video">
<video class="video" id="video" autoplay="" muted="" loop="">
<source src="vid/video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div class="container" id="container">
<img class="gif" src="img/dots.gif" alt="Dots">
<h2 class="text">Checking your browser before accessing attachment.</h2>
<p class="text">This process is automatic. Your browser will redirect to your requested content shortly.</p>
<p class="text-captcha" id="text-captcha">Please enter captcha</p>
<div class="counter" id="counter">Please allow up to 2 seconds...</div>
<div class="recaptcha-container" id="recaptcha-container">
<div class="button-container">
<div class="button" id="button" onclick="showVideo()"></div>
</div>
<div class="text-container">
<p>I'm not a robot</p>
</div>
<div class="image-container">
<img src="img/RecaptchaLogo.png" alt="Recaptcha">
<p>Privacy - Terms</p>
</div>
</div>
<a class="link" href="https://github.com/Pablo-Restrepo/Troll-Page-Scream">DDoS protection by
Cloudflare</a>
<p>Ray ID: 348759h65g34h</p>
</div>
<script src="main.js"></script>
</body></html>