- Scan ID:
- 67b0dbe0-b1a2-4afb-9d4d-91e234b53066Finished
- Submitted URL:
- https://tinyurl.com/videyy8sRedirected
- Report Finished:
Links · 0 found
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
Name | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
uidEvent | number |
bootstrap | object |
Console log messages · 1 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
error | network |
|
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>