Help
RSS
API
Feed
Maltego
Contact
Domain > 2029gpr.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-09-29
104.21.56.18
(
ClassC
)
2026-02-24
172.67.175.248
(
ClassC
)
Port 443
HTTP/1.1 200 OKDate: Tue, 24 Feb 2026 15:56:31 GMTContent-Type: text/htmlTransfer-Encoding: chunkedConnection: keep-aliveServer: cloudflareLast-Modified: Sun, 29 Sep 2024 13:53:08 GMTNel: {report_to:cf-nel,success_fraction:0.0,max_age:604800}Vary: Accept-EncodingAccess-Control-Allow-Methods: *Report-To: {group:cf-nel,max_age:604800,endpoints:{url:https://a.nel.cloudflare.com/report/v4?s58QfXHd7p%2Bx2TWgpdsH2P0IOROhi33UT5JlXuphHd1VLFhMC1J6invhv4uCk%2BOduRqd0%2BLTge%2FRO%2B66GAoDKFMnPnl8bqspr9S3l}}cf-cache-status: DYNAMICCF-RAY: 9d302745edec1509-PDXalt-svc: h3:443; ma86400 html langen>head> meta charsetUTF-8> meta http-equivX-UA-Compatible contentIEedge> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>GPRBET/title>/head>body> div classmainBox> div classmainBox_head> img classmainBox_head_logo src./img/LOGO.png alt> div classmainBox_head_right> div>Se vocé quiser jogar,/div> div>jogue da maneiramais segura/div> /div> div classmainBox_head_right_phone> div>Se vocé quiser jogar,jogue da maneiramais segura/div> /div> div classgiftImgBox> img onclicktoGiftFun() src./img/gift.png classgiftImg/> img onclicktoLogoutFun() src./img/logout.png classlogoutImg/> /div> /div> div classmainBox_center> img classmainBox_center_content_headImg src./img/site.png alt> div classmainBox_center_content> img classmainBox_center_logo src./img/GPRBET.com.png?5 alt> div classmainBox_center_content_text>NOME DE DOMINIO ALTERNATIVO/div> div classmainBox_center_content_list> /div> /div> /div> div classmainBox_foot> div classmainBox_foot_content> div>CUSTOMER SERVICE/div> div classmainBox_foot_content_imgs> /div> /div> div classmainBox_foot_content_right> div>CHANNEL/div> div classmainBox_foot_content_imgs_right> /div> /div> /div> /div> !-- 登录弹窗 --> div classloginToastBox idloginBoxId onclicktocloseLogin(event)> div classloginBox> div classloginBox_text>Conecte-se/div> div stylewidth: 100%;>input idphone classloginBox_input typetext placeholderPor favor insira o número da conta>/div> div stylewidth: 100%;>input idpassword classloginBox_input typetext placeholderPor favor insira a senha>/div> div classloginBox_button> img src./img/go.png alt> div classloginBox_button_text onclicktoLogin(event)>RECEBER/div> /div> /div> /div> !-- 登录成功后领取弹窗 --> div classloginToastBox idreceiveBoxId onclicktocloseLogin(event)> div classloginBox> div classreceiveBox_text>Login bem-sucedido/div> img src./img/gift.png classreceive_giftImg/> div classreceive_loginBox_button onclicktoReceiveFun(event)> !-- img src./img/go.png alt> --> div classreceive_button_text>Receba pacote de presente/div> /div> div classreceiveBox_desc> div>Regras para receber pacotes de presentes emdinheiro lribet/div> div>1.Somente jogadores que recarregarampodem recebe-los./div> div>2. Cada jogador só pode recebÃê-lo uma vez enÃäo pode recebê-lo repetidamente./div> /div> /div> /div> !-- 领取出错弹窗 --> div classloginToastBox iderrorBoxId onclicktocloseLogin(event)> div classerrorBox> img src./img/error.png classreceive_giftImg stylewidth: 80px;/> div classreceiveBox_desc iderrorDesc stylemargin-top: 0px;> /div> /div> /div> script src./api.js>/script> script> fetch(./data.json).then(response > { if (!response.ok) { throw new Error(Network response was not ok); } return response.json(); }).then(data > { baseUrldata.url const container document.querySelector(.mainBox_center_content_list); data.urlList.forEach(item > { const listItem document.createElement(div); listItem.className mainBox_center_content_list_item; // 使用正则表达式将数字部分包裹在 span classred> 中 const urlWithRedNumber item.url.replace(/(\d+)/g, span classnumberred>$1/span>); listItem.innerHTML ` div classmainBox_center_content_list_item_left> img classmainBox_center_content_list_item_left_img src./img/namebox.png alt> span classmainBox_center_content_list_item_left_text>${urlWithRedNumber}/span> /div> div classmainBox_center_content_list_item_left> img classmainBox_center_content_list_item_left_img src./img/go.png alt> span stylecolor: #000; cursor: pointer; classmainBox_center_content_list_item_left_text onclickopenUrl(${item.url})>G0/span> /div> `; container.appendChild(listItem); }); // 加载客户服务图片 const customerServiceContainer document.querySelector(.mainBox_foot_content_imgs); data.customerService.forEach(item > { const img document.createElement(img); img.className mainBox_foot_content_imgs_item; img.src item.src; img.alt item.alt; img.onclick () > window.open(item.url, _blank); // 添加点击事件 customerServiceContainer.appendChild(img); }); // 加载渠道图片 const channelContainer document.querySelector(.mainBox_foot_content_imgs_right); data.channels.forEach(item > { const img document.createElement(img); img.className mainBox_foot_content_imgs_item; img.src item.src; img.alt item.alt; img.onclick () > window.open(item.url, _blank); // 添加点击事件 channelContainer.appendChild(img); }); }).catch(error > console.error(There was a problem with the fetch operation:, error)); function openUrl(url) { window.open(`http://${url}`, _blank); } let loginBoxIddocument.getElementById(loginBoxId) let receiveBoxIddocument.getElementById(receiveBoxId) let errorBoxIddocument.getElementById(errorBoxId) let errorDescdocument.getElementById(errorDesc) function toGiftFun() { let token localStorage.getItem(token) if(token){//登录成功后先判断是否领取再弹出领取窗口 isReceiveInfoApi() }else{//未登录,弹出登录窗口 loginBoxId.style.displayflex } } function toLogin(event) { event.stopPropagation(); loginApi() } function toReceiveFun(event) { event.stopPropagation(); receiveApi() } function toLogoutFun() { localStorage.setItem(token,) errorBoxId.style.displayflex document.querySelector(.errorBox).style.setProperty(width, auto, important); document.querySelector(.errorBox .receive_giftImg).style.displaynone errorDesc.textContentSair com sucesso setTimeout(() > { document.querySelector(.logoutImg).style.displaynone document.querySelector(.errorBox .receive_giftImg).style.displayflex document.querySelector(.errorBox).style.setProperty(width, auto); errorBoxId.style.displaynone }, 2000); } function tocloseLogin() { if (event.target loginBoxId) { loginBoxId.style.displaynone } if (event.target receiveBoxId) { receiveBoxId.style.displaynone } if (event.target errorBoxId) { errorBoxId.style.displaynone } } /script> /body>style> @media (max-width:750px){ body{ background-image: url(./img/h5.png) !important; } .mainBox{ padding: 30px !important; margin: 0 !important; width: 100% !important; } .mainBox_head{ flex-direction: column !important; } .mainBox_head_logo{ width: 35%; } .mainBox_head_right{ display: none !important; } .mainBox_head_right_phone{ display: flex !important; font-weight:600; font-size: 20px; color: #fff; text-align: center; margin-top: 15px; } .giftImgBox{ right: 0px !important; } .giftImg{ width: 60px !important; } .logoutImg{ margin-left: 5px !important; } .mainBox_center_content{ padding: 20px !important; } .mainBox_center_content_list_item{ width: 100% !important; } .mainBox_center_content_headImg{ width: 90% !important; top: -12px !important; } .mainBox_center_logo{ width: 75% !important; margin-top: 30px !important; } .mainBox_center_content_text { font-size: 14px !important; margin-top: 18px !important; } .mainBox_center_content_list{ margin-top: 15px !important; } .mainBox_center_content_list_item { margin-bottom: 15px !important; } .mainBox_center_content_list_item_left_img{ height: 35px !important; width: 90% !important; } .mainBox_center_content_list_item_left_text{ font-size: 16px !important; } .mainBox_foot{ width: 100% !important; justify-content: space-between !important; margin-top: 10px !important; } .mainBox_foot_content{ margin: 0 !important; padding: 0 !important; width: 35% !important; font-size: 10px !important; } .mainBox_foot_content_right{ width: 52% !important; margin: 0 !important; font-size: 16px !important; } .mainBox_foot_content_imgs_right{ width: 100% !important; } .mainBox_foot_content_imgs_item{ width: 35px !important; margin:0 3px !important; } .numberred{ color: red; } .loginBox{ width: 80% !important; padding: 25px !important; } .errorBox{ width: 80% !important; padding: 25px !important; } } body,html{ padding: 0; margin: 0; background-image: url(./img/web.png); background-size: cover; width: 100vw; height: 100vh; display: flex; flex-direction: column; align-items: center; box-sizing: border-box; max-width: 100%; } body::-webkit-scrollbar{ display: none; } .mainBox{ display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 100px 0; width: 60%; max-width: 100%; box-sizing: border-box; } .mainBox::-webkit-scrollbar{ display: none; } .mainBox_head{ display: flex; align-items: center; position: relative; } .mainBox_head_logo{ width: 20%; } .mainBox_head_right{ margin-left: 50px; font-weight: 700; font-size: 28px; color: #fff; } .mainBox_head_right_phone{ display: none; } .giftImgBox{ position: absolute; right: -150px; display: flex; align-items: center; } .giftImg{ width: 80px; cursor: pointer; } .logoutImg{ width: 35px; cursor: pointer; margin-left: 20px; } .mainBox_center{ margin-top: 50px; width: 100%; display: flex; flex-direction: column; align-items: center; position: relative; } .mainBox_center_content_headImg{ position: absolute; top: -20px; } .mainBox_center_content{ background-color: rgb(0,0,0,0.4); display: flex; flex-direction: column; align-items: center; padding: 50px; width: 100%; box-sizing: border-box; } .mainBox_center_logo{ width: 42%; } .mainBox_center_content_text{ font-size: 18px; color: #fff; font-weight: 500; margin-top: 40px; } .mainBox_center_content_list{ display: flex; flex-wrap: wrap; width: 100%; align-items: center; justify-content: space-between; margin-top: 30px; } .mainBox_center_content_list_item{ display: flex; align-items: center; margin-bottom: 20px; width: 45%; } .mainBox_center_content_list_item_left{ position: relative; display: flex; align-items: center; justify-content: center; } .mainBox_center_content_list_item_left_img{ width: 80%; height: 45px; } .mainBox_center_content_list_item_left_text{ position: absolute; font-size: 20px; color: #fff; font-weight: 600; } .mainBox_foot{ display: flex; font-weight: 600; margin-top: 20px; color: rgb(243,229,157); } .mainBox_foot_content{ background-color: rgb(0,0,0,0.4); padding: 15px; border-radius: 5px; margin: 0 10px; display: flex; justify-content: center; flex-direction: column; align-items: center; font-size: 17px; } .mainBox_foot_content_right{ background-color: rgb(0,0,0,0.4); padding: 15px; border-radius: 5px; margin: 0 10px; display: flex; justify-content: center; flex-direction: column; align-items: center; font-size: 20px; } .mainBox_foot_content_imgs{ display: flex; justify-content: space-around; margin-bottom: 25px; margin-top: 15px; width: 100%; cursor: pointer; } .mainBox_foot_content_imgs_right{ width:350px; display: flex; justify-content: space-around; margin-bottom: 30px; margin-top: 15px; font-size: 20px; } .mainBox_foot_content_imgs_item{ width: 55px; } .loginToastBox{ width: 100%; position: absolute; top: 0; left: 0; height: 100%; background-color: rgb(0,0,0,0.4); display: none; align-items: center; justify-content: center; z-index: 99; } .loginBox{ width: 350px; border: 1px solid #fff; border-radius: 10px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; background-color: rgb(0,0,0,0.8); box-sizing: border-box; } .loginBox_text{ font-size: 30px; font-weight: 600; color: #fff; } .loginBox_input{ border: 1px solid rgb(255,255,255,0.6); border-radius: 10px; background: #000; font-size: 14px; padding: 10px; margin-top: 20px; width: 100%; color: #fff; } .loginBox_button{ display: flex; align-items: center; justify-content: center; position: relative; width: 140px; cursor: pointer; margin-top: 30px; img{ width: 100%; height: 40px; } } .loginBox_button_text{ position: absolute; font-size: 20px; color: #000; font-weight: 600; } .receiveBox_text{ font-size: 24px; font-weight: 600; color: #fff; } .receive_giftImg{ width: 100px; } .receive_loginBox_button{ display: flex; align-items: center; justify-content: center; position: relative; cursor: pointer; margin-top: 10px; width: 85%; background: rgb(245,225,162); border-radius: 10px; padding: 8px 20px; } .receiveBox_desc{ font-size: 12px; color: #fff; margin-top: 10px; width: 100%; font-weight: 600; word-break: break-all; margin-left: 20px; } .receive_button_text{ font-size: 16px; color: #000; font-weight: 600; } .errorBox{ width: 350px; border: 1px solid #fff; border-radius: 10px; display: flex; align-items: center; justify-content: space-between; padding: 20px; background-color: rgb(0,0,0,0.8); box-sizing: border-box; }/style>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]