https://pablo-restrepo.github.io/Troll-Page-Scream/

제출된 URL:
https://bit.ly/4ilapTs리디렉션됨
보고서 완료:

링크 · 1개 결과

페이지에서 식별된 외부 링크

링크텍스트
https://github.com/Pablo-Restrepo/Troll-Page-ScreamDDoS protection by Cloudflare

JavaScript 변수 · 6개 결과

페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다

이름유형
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
toggleMutefunction
delayfunction
showVideofunction

콘솔 로그 메시지 · 1개 결과

웹 콘솔에 기록된 메시지

유형카테고리로그
warningother
텍스트
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.

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