- Scan ID:
- c8614ead-bab7-47da-904a-d2aeeb8a5b46Finished
- Submitted URL:
- https://t.co/6skr7WuHn1
- Report Finished:
Links · 0 found
The outgoing links identified from the page
JavaScript Variables · 4 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 |
generarCaptcha | function |
Console log messages · 1 found
Messages logged to the web console
Type | Category | Log |
---|---|---|
verbose | dom |
|
HTML
The raw HTML body of the page
<!DOCTYPE html><html lang="es"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Club Penguin Leaks</title>
<link rel="stylesheet" href="/style/style.css">
</head>
<body>
<div class="video-cointaner">
<video width="400" height="500" autoplay="" muted="" controls="">
<source src="flo.mp4" type="video/mp4" <source="" <="" video="">
</video></div>
<div class="container">
<h2>Register</h2>
<form id="registroForm">
<div class="input-group">
<label for="usuario">Username:</label>
<input type="text" id="usuario" name="usuario" required="">
</div>
<div class="input-group">
<label for="contrasena">Password:</label>
<input type="password" id="contrasena" name="contrasena" required="">
</div>
<div class="captcha">
<label for="captcha">How much is <span id="num1">7</span> + <span id="num2">8</span>?</label>
<input type="number" id="captcha" name="captcha" required="">
</div>
<button type="submit">Join</button>
<div class="error-message" id="errorMessage"></div>
</form>
</div>
<script src="/js/pro.js"></script>
</body></html>