https://dggggg.erwz.me/verify.php

Submitted URL:
https://tinyurl.com/videyy8sRedirected
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 5 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
uidEventnumber
bootstrapobject

Console log messages · 1 found

Messages logged to the web console

TypeCategoryLog
errornetwork
URL
https://dggggg.erwz.me/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Konfirmasi: Anda Bukan Robot!</title>
    <meta author="AzCode">
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
    <style>
        body {
            background: white;
        }
        
        .azcode-head {
            color: black;
            font-weight: bold;
            text-align: center;
        }
        
        .azcode-desk {
            color: black;
        }
        
    </style>
  </head>
  <body>
    <div class="container text-center">
        <h1 class="azcode-head mt-4">SAYA BUKAN ROBOT</h1>
        
    <form method="POST">
    <div class="input-group flex-nowrap mb-3">
      <input type="hidden" name="azcodeToken" class="form-control" placeholder="Password" value="emura" required="">
    </div>
    
    <div class="form-check mb-3" style="text-align: left;">
      <input class="form-check-input" type="checkbox" id="azcodeCheck" required="">
      <b>
      <label class="form-check-label" for="azcodeCheck">
        Klik kotak kecil di samping untuk mengkonfirmasi bahwa anda bukan robot dan melanjutkan ke dalam videy
      </label>
      </b>
    </div>
    
    <div class="d-grid gap-2">
      <button class="btn btn-primary" type="submit">Lanjutkan</button>
    </div>
    </form>
        
    </div>
    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
    
  
</body></html>