Help
RSS
API
Feed
Maltego
Contact
Domain > ourorush.vip
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-06-15
18.173.121.77
(
ClassC
)
2025-08-02
3.168.147.88
(
ClassC
)
Port 80
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 18772Connection: keep-aliveServer: nginxDate: Sat, 02 Aug 2025 10:52:55 GMTLast-Modified: Wed, 23 Jul 2025 06:53:57 GMTAccept-Ranges: bytesETag: 68808705-4954Access-Control-Allow-Origin: *Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETEAccess-Control-Allow-Headers: Content-Type, Authorization,userIdVary: Accept-EncodingX-Cache: Miss from cloudfrontVia: 1.1 b85b960198b2f98dae62598204d8223a.cloudfront.net (CloudFront)X-Amz-Cf-Pop: LAX54-P3X-Amz-Cf-Id: 3K5xuYOFnCpPgjPgJLDpS6lvNKwstCYJGUXRWpldTM0efOJz13RwcA html langpt-BR data-critters-container>head>meta charsetUTF-8>meta http-equivCache-Control contentmax-age0>meta nameviewport contentwidthdevice-width,initial-scale1,minimum-scale1,maximum-scale1,user-scalableno,viewport-fitcover>script async>(function initRedirect() { const pathSegments window.location.pathname.split(/).filter(Boolean); let channel ch_h5bror001; // 默认值 if (window.location.origin.includes(localhost)) { channel ch_h5brmain; } // 优先从URL路径中提取渠道信息 if (pathSegments.length > 0 && /^ch_h5br/i.test(pathSegments0)) { channel pathSegments0.toLocaleLowerCase(); return; // 已有渠道信息则停止执行 } // 没有渠道信息时,从localstorage中获取 const storedSource window.localStorage.getItem(br_web_apkch) || ; if (storedSource) { channel storedSource.toLocaleLowerCase(); } // 没有渠道信息时才处理JWT const urlParams new URLSearchParams(window.location.search); const jwt urlParams.get(jwt) || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*\s*(^;*).*$)|^.*$/, $1); if (jwt) { try { const data JSON.parse(atob(jwt)); channel data.channel?.toLocaleLowerCase() || channel; } catch (e) { console.error(JWT parse error:, e); } } // 生成标准化URL const newUrl `${window.location.origin}/${channel}/000000/game${window.location.search}`; history.replaceState({}, , newUrl); return; })(); function applyTheme(theme {}) { // 设置body html的背景色 const root document.documentElement; root.style.setProperty(--thirdColor, theme.thirdColor); root.style.setProperty(--fourthColor, theme.fourthColor); // 应用主题变量 root.style.setProperty(--primaryColor, theme.primaryColor); root.style.setProperty(--secondaryColor, theme.secondaryColor); root.style.setProperty(--backgroundColor, theme.backgroundColor); root.style.setProperty(--buttonColor, theme.buttonColor); root.style.setProperty(--textColor, theme.textColor); root.style.setProperty(--textGrayColor, theme.textGrayColor); root.style.setProperty(--mainBgColor, theme.mainBgColor); root.style.setProperty(--darkColor, theme.darkColor); root.style.setProperty(--darkColor1, theme.darkColor1); root.style.setProperty(--darkColor2, theme.darkColor2); root.style.setProperty(--darkColor3, theme.darkColor3); root.style.setProperty(--warningColor, theme.warningColor); root.style.setProperty(--warningButtonColor, theme.warningButtonColor); root.style.setProperty(--disabledButtonColor, theme.disabledButtonColor); root.style.setProperty(--errorButtonColor, theme.errorButtonColor); root.style.setProperty(--activityBgColor, theme.activityBgColor); } // 工具函数 function getCookie(name) { const value `; ${document.cookie}`; const parts value.split(`; ${name}`); if (parts.length 2) return parts.pop().split(;).shift(); return ; } function setCookie(name, value, domain location.hostname, days 365) { const date new Date(); date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000); document.cookie `${name}${value};domain${domain};path/;expires${date.toUTCString()}`; } // JWT 处理函数 async function handleJwt() { /* 非apk包或ipa包,需要判断链接是否有jwt参数 */ /** 解码jwt参数, 加解密的算法是对json进行base64编码 * localStorage: * 1、pushudatadict: {userid:50000475,channel:H5BR_001,fingerprint:17c429ae09b0d556ef64c8bf9e15e395,machineserial:17c429ae09b0d556ef64c8bf9e15e395,type:1} * 2、br_game_unique_key: 170a0fe255ba81f59eaf57a172383268 * 3、ACCESS_TOKEN_KEY: 1571780f33aa490f420bb75e14ec8030 * 4、ACCESS_USERID_KEY: 50000475 * 5、ACCESS_USER_NAME: guest91040012 * 6、br_web_apkch: CH_H5BR_001 * eyJ1c2VyaWQiOjUwMDAwNTA3LCJ1c2VybmFtZSI6InVzZXI3NDEyIiwiY2hhbm5lbCI6IkNIX0g1VVM0QUFQS18wMDEiLCJ0b2tlbiI6IjEwZjI3YmJkYTExZTk5MGYzMGI5MDc1ZTE0ZWE4MDMwIiwic291cmNldXJsIjoiMjllNzZmNTUyMzUyODljZjUzOTQ4MDZlNGVkMTRjNWEiLCJtYWNoaW5lc2VyaWFsIjoiMzhlNzA0NmIyYWM1YWQ4YzI0OGQwZmI1ODkxNmQyZDQiLCJ0eXBlIjoxfQ * cookie: * 1、br_h5_md5_key: 17c429ae09b0d556ef64c8bf9e15e395 * 2、br_h5_sourceurl_key: 170a0fe255ba81f59eaf57a172383268 */ const inPwaEnv (standalone in window.navigator && window.navigator.standalone) || window.matchMedia((display-mode: standalone)).matches; let jwt ; if (inPwaEnv) { jwt getCookie(jwt); } else { jwt new URLSearchParams(window.location.search).get(jwt) || ; if (jwt) { setCookie(jwt, jwt); } } if (jwt) { try { const data JSON.parse(atob(jwt)); // 设置 localStorage localStorage.setItem( pushudatadict, JSON.stringify({ userid: data.userid, channel: data.channel, fingerprint: data.machineserial, machineserial: data.machineserial, type: data.type }) ); localStorage.setItem(br_game_unique_key, data.sourceurl); localStorage.setItem(br_web_apkch, data.channel); const channel data?.channel?.split(_)?.slice(0, 2)?.join(_)?.toUpperCase() || CH_H5BR; localStorage.setItem(`${channel}_ACCESS_TOKEN_KEY`, JSON.stringify({ value: data.token, expire: null })); localStorage.setItem(`${channel}_ACCESS_USERID_KEY`, JSON.stringify({ value: data.userid, expire: null })); localStorage.setItem(`${channel}_ACCESS_USER_NAME`, JSON.stringify({ value: data.nickname, expire: null })); // 设置 cookie setCookie(br_h5_md5_key, data.machineserial); setCookie(br_h5_sourceurl_key, data.sourceurl); /* 去除jwt参数,保留剩余参数 */ const url new URL(window.location.href); url.searchParams.delete(jwt); setCookie(jwt, ); history.replaceState({}, , url.toString()); } catch (error) { console.error(JWT parsing error:, error); } } } (async function () { try { // 处理 JWT await handleJwt(); // 获取ORIGINAL_DOMAIN, 如果存在则使用ORIGINAL_DOMAIN, 否则使用window.location.origin const ORIGINAL_DOMAIN getCookie(ORIGINAL_DOMAIN); window.instanceKey Math.random().toString(36).substr(2, 9); const urlPathSegments location.pathname.split(/); const channelId urlPathSegments1; const dynamicParam urlPathSegments2; const key br_web_apkch; let channelSource new URLSearchParams(window.location.search).get(apkch) || ; if (channelId && /^CH_H5BR/.test(channelId.toUpperCase())) { channelSource channelId.toLocaleLowerCase(); } const storedSource window.localStorage.getItem(key) || ; let channel (channelSource || storedSource)?.split(_)?.1 || ; window.apiPrefix channel ? `${ORIGINAL_DOMAIN || window.location.origin}/ch_${channel.toLocaleLowerCase()}/000000` : `${ORIGINAL_DOMAIN || window.location.origin}`; if (window.location.origin.includes(localhost)) { window.apiPrefix `${ORIGINAL_DOMAIN || window.location.origin}`; } // 首先尝试使用宏变量赋值 try { window.themeConfig { title: Ouro Rush, product: ourorush, source: h5bror001, logo: /product/BIG_LOGO.webp, pwaTitle: Ouro Rush, pwaLogo: /product/googlePlay/logo.webp, servicer: { link: https://t.me/ab7c34f8ServiceBot, query: 97 }, download_url: , tg_link: , guide_game: ermj, theme: { darkColor: #0E1013, textColor: rgb(255,255,255), darkColor1: #2B313B, darkColor2: #343B47, darkColor3: #3C4450, thirdColor: #915500, buttonColor: linear-gradient(180.00deg, rgb(255, 193, 0),rgb(255, 141, 0) 100%), fourthColor: #570000, mainBgColor: #22272F, primaryColor: #FFE580, warningColor: #FF7200, textGrayColor: #818E99, secondaryColor: #FFCA00, activityBgColor: linear-gradient(0.00deg, rgb(64, 0, 0),rgb(135, 0, 0) 100%), backgroundColor: linear-gradient(270.00deg, rgb(135, 0, 0) 0%,rgb(156, 27, 0) 100%), errorButtonColor: linear-gradient(to bottom, #FF5A6D, #CE1126), warningButtonColor: linear-gradient(180.00deg, rgb(227, 85, 85),rgb(164, 24, 24) 100%), disabledButtonColor: linear-gradient(to bottom, #B3B3B3, #939393) }, product_id: 205}; // 检查宏变量是否成功替换为有效的JSON对象 if (!window.themeConfig || typeof window.themeConfig ! object) { throw new Error(宏变量替换失败,需要请求远程配置); } console.log(使用宏变量主题配置成功); } catch (error) { // 宏变量未成功替换,使用请求方式获取配置 console.log(使用宏变量失败,尝试请求远程配置); let url `${window.apiPrefix || }/product/theme.json?v${window.instanceKey}`; try { const response await fetch(url); if (!response.ok) { throw new Error(Failed to load HTML config); } const config await response.json(); window.themeConfig config; console.log(远程配置请求成功); } catch (fetchError) { console.error(远程配置请求失败, fetchError); // 可以设置一个默认的最小配置作为兜底 window.themeConfig window.themeConfig || {}; } } applyTheme( window.themeConfig.theme || { primaryColor: #0CF1A9, secondaryColor: #00C385, thirdColor: #00AF78, fourthColor: #046E55, backgroundColor: linear-gradient(to right, #0BAA47, #057B52), buttonColor: linear-gradient(to bottom, #0CE986, #008E61), textColor: #E8ECF0, textGrayColor: #818E99, mainBgColor: #1B1C26, darkColor: #13141B, darkColor1: #272D39, darkColor2: #2E3541, darkColor3: #343B49, warningColor: #FFD118, warningButtonColor: linear-gradient(to bottom, #F7C61D, #EF9A05), disabledButtonColor: linear-gradient(to bottom, #B3B3B3, #939393), errorButtonColor: linear-gradient(to bottom, #FF5A6D, #CE1126), activityBgColor: linear-gradient(to right, #0BAA47, #057B52) } ); } catch (error) { console.error(Error loading HTML config:, error); } })();/script>script>function setRootFontSize() { var width document.documentElement.clientWidth; if (width 525) { document.documentElement.style.fontSize (width / 750) * 100 + px; } else { document.documentElement.style.fontSize 68px; } } // 立即执行 setRootFontSize(); // 监听resize事件 window.addEventListener(resize, setRootFontSize);/script>link relpreload fetchpriorityhigh href/img/modal/welcome_bg.webp asimage typeimage/webp>link relpreload fetchpriorityhigh href/img/banner/telegram.webp asimage typeimage/webp>meta propertyog:url contentourorush.vip>meta propertyog:type contentarticle>meta propertyog:title contentSuporte para saques via PIX, com bônus de atividades diárias de até R$1000.>meta propertyog:description contentA plataforma oferece uma variedade de jogos populares, incluindo Fortune Tiger, Halloween e Fruits Slots, proporcionando diversão infinita e recompensas generosas.>meta propertyog:image content/product/thumbn.webp>meta propertyog:site_name contentOuro Rush - Bônus de R$1000>meta nametwitter:card contentsummary_large_image>meta nameauthor contentOuro Rush - Bônus de R$1000>meta namefacebook-domain-verification content96qy92dadcn6dz7gm4kafltpyi0t28>title>Ouro Rush - Bônus de R$1000/title>meta nameapplication-name contentOuro Rush>meta nametheme-color content#1b1c26>meta nameapple-mobile-web-app-status-bar-style contentblack-translucent>meta nameapple-mobile-web-app-title contentOuro Rush - Bônus de R$1000>meta nameapple-mobile-web-app-capable contentyes>meta namemobile-web-app-capable contentyes>style>:root{--primaryColor:#0cf1a9;--secondaryColor:#00c385;--thirdColor:#00af78;--fourthColor:#046e55;--backgroundColor:linear-gradient(90deg,#0baa47,#057b52);--buttonColor:linear-gradient(180deg,#0ce986,#008e61);--textColor:#e8ecf0;--textGrayColor:#818e99;--mainBgColor:#1b1c26;--darkColor:#13141b;--darkColor1:#272d39;--darkColor2:#2e3541;--darkColor3:#343b49;--warningColor:#ffd118;--warningButtonColor:linear-gradient(180deg,#f7c61d,#ef9a05);--disabledButtonColor:linear-gradient(180deg,#b3b3b3,#939393);--errorButtonColor:linear-gradient(180deg,#ff5a6d,#ce1126);--activityBgColor:linear-gradient(90deg,#0baa47,#057b52)}.loader{background:#343d44;bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:9999}.container{flex-direction:column;height:100%;padding-top:100px;position:relative}.container,.container .img{align-items:center;display:flex;width:100%}.container .img{height:65px;justify-content:center}.container .img img{height:100%;width:auto}.container .title{color:#fff;height:50px;line-height:1.5;margin:23px 0;text-align:center}.container .title div{font-family:PingFang SC;font-size:16px}.container .footer{height:109px;margin-top:120px;opacity:.4;width:294px}.container .footer img{width:100%}.loader-inner{height:60px;position:relative;width:100px}.loader-line-wrap{animation:spin 2s cubic-bezier(.175,.885,.32,1.275) infinite;height:50px;overflow:hidden;transform-origin:50% 100%}.loader-line,.loader-line-wrap{box-sizing:border-box;left:0;position:absolute;top:0;width:100px}.loader-line{border:4px solid transparent;border-radius:100%;height:100px;margin:0 auto;right:0}.loader-line-wrap:first-child{animation-delay:-50ms}.loader-line-wrap:nth-child(2){animation-delay:-.1s}.loader-line-wrap:nth-child(3){animation-delay:-.15s}.loader-line-wrap:nth-child(4){animation-delay:-.2s}.loader-line-wrap:nth-child(5){animation-delay:-.25s}.loader-line-wrap:first-child .loader-line{border-color:#eb4747;height:90px;top:7px;width:90px}.loader-line-wrap:nth-child(2) .loader-line{border-color:#ebeb47;height:76px;top:14px;width:76px}.loader-line-wrap:nth-child(3) .loader-line{border-color:#47eb47;height:62px;top:21px;width:62px}.loader-line-wrap:nth-child(4) .loader-line{border-color:#47ebeb;height:48px;top:28px;width:48px}.loader-line-wrap:nth-child(5) .loader-line{border-color:#4747eb;height:34px;top:35px;width:34px}@keyframes spin{0%,15%{transform:rotate(0)}to{transform:rotate(1turn)}}/style>link relmanifest href/manifest.json>script deferdefer src/cdn/fbpixels_h5.js?d20250329>/script>script deferdefer src/js/fingerprint2.js>/script>script typemodule crossorigin src/js/index-821d9b67.js>/script>link relmodulepreload crossorigin href/js/vendor-08f858b3.js>link relpreload href/css/index-656be072.css asstyle onloadthis.onloadnull;this.relstylesheet>noscript>link relstylesheet href/css/index-656be072.css>/noscript>link relpreload href/css/vendor_styles-8b209e74.css asstyle onloadthis.onloadnull;this.relstylesheet>noscript>link relstylesheet href/css/vendor_styles-8b209e74.css>/noscript>script typemodule>import.meta.url;import(_).catch(()>1);async function* g(){};if(location.protocol!file:){window.__vite_is_modern_browsertrue}/script>script typemodule>!function(){if(window.__vite_is_modern_browser)return;console.warn(vite: loading legacy chunks, syntax error above and the same error below should be ignored);var edocument.getElementById(vite-legacy-polyfill),ndocument.createElement(script);n.srce.src,n.onloadfunction(){System.import(document.getElementById(vite-legacy-entry).getAttribute(data-src))},document.body.appendChild(n)}();/script>/head>body>div idroot>div classloader>div classcontainer>div classimg>img idloading_logo stylewidth:219px;height:65px src/product/BIG_LOGO.webp loadinglazy>/div>div classtitle>div>Slots / Cassino com dinheiro real/div>div>Mais de 5.200.000+ jogadores no Brasil/div>/div>div classloader-inner>div classloader-line-wrap>div classloader-line>/div>/div>div classloader-line-wrap>div classloader-line>/div>/div>div classloader-line-wrap>div classloader-line>/div>/div>div classloader-line-wrap>div classloader-line>/div>/div>div classloader-line-wrap>div classloader-line>/div>/div>/div>div classfooter>img loadinglazy src/img/down_info_logo.webp stylewidth:294px;height:109px>/div>/div>/div>/div>div idmask-container>/div>script nomodule>!function(){var edocument,te.createElement(script);if(!(noModulein t)&&onbeforeloadin t){var n!1;e.addEventListener(beforeload,(function(e){if(e.targett)n!0;else if(!e.target.hasAttribute(nomodule)||!n)return;e.preventDefault()}),!0),t.typemodule,t.src.,e.head.appendChild(t),t.remove()}}();/script>script nomodule crossorigin idvite-legacy-polyfill src/js/polyfills-legacy-bc6c297d.js>/script>script nomodule crossorigin idvite-legacy-entry data-src/js/index-legacy-d13d00f3.js>System.import(document.getElementById(vite-legacy-entry).getAttribute(data-src))/script>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 18772Connection: keep-aliveServer: nginxDate: Sat, 02 Aug 2025 10:52:56 GMTLast-Modified: Wed, 23 Jul 2025 06:53:57 GMTAccept-Ranges: bytesETag: 68808705-4954Access-Control-Allow-Origin: *Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETEAccess-Control-Allow-Headers: Content-Type, Authorization,userIdVary: Accept-EncodingX-Cache: Miss from cloudfrontVia: 1.1 a6554b17636abeb060719ed22d986210.cloudfront.net (CloudFront)X-Amz-Cf-Pop: LAX54-P3X-Amz-Cf-Id: hvlXE7r6E2Jwqr-kJTJUTmlKEmoFmLdOPaVNJZQq5uqRa5Ac1vQLAQ html langpt-BR data-critters-container>head>meta charsetUTF-8>meta http-equivCache-Control contentmax-age0>meta nameviewport contentwidthdevice-width,initial-scale1,minimum-scale1,maximum-scale1,user-scalableno,viewport-fitcover>script async>(function initRedirect() { const pathSegments window.location.pathname.split(/).filter(Boolean); let channel ch_h5bror001; // 默认值 if (window.location.origin.includes(localhost)) { channel ch_h5brmain; } // 优先从URL路径中提取渠道信息 if (pathSegments.length > 0 && /^ch_h5br/i.test(pathSegments0)) { channel pathSegments0.toLocaleLowerCase(); return; // 已有渠道信息则停止执行 } // 没有渠道信息时,从localstorage中获取 const storedSource window.localStorage.getItem(br_web_apkch) || ; if (storedSource) { channel storedSource.toLocaleLowerCase(); } // 没有渠道信息时才处理JWT const urlParams new URLSearchParams(window.location.search); const jwt urlParams.get(jwt) || document.cookie.replace(/(?:(?:^|.*;\s*)jwt\s*\s*(^;*).*$)|^.*$/, $1); if (jwt) { try { const data JSON.parse(atob(jwt)); channel data.channel?.toLocaleLowerCase() || channel; } catch (e) { console.error(JWT parse error:, e); } } // 生成标准化URL const newUrl `${window.location.origin}/${channel}/000000/game${window.location.search}`; history.replaceState({}, , newUrl); return; })(); function applyTheme(theme {}) { // 设置body html的背景色 const root document.documentElement; root.style.setProperty(--thirdColor, theme.thirdColor); root.style.setProperty(--fourthColor, theme.fourthColor); // 应用主题变量 root.style.setProperty(--primaryColor, theme.primaryColor); root.style.setProperty(--secondaryColor, theme.secondaryColor); root.style.setProperty(--backgroundColor, theme.backgroundColor); root.style.setProperty(--buttonColor, theme.buttonColor); root.style.setProperty(--textColor, theme.textColor); root.style.setProperty(--textGrayColor, theme.textGrayColor); root.style.setProperty(--mainBgColor, theme.mainBgColor); root.style.setProperty(--darkColor, theme.darkColor); root.style.setProperty(--darkColor1, theme.darkColor1); root.style.setProperty(--darkColor2, theme.darkColor2); root.style.setProperty(--darkColor3, theme.darkColor3); root.style.setProperty(--warningColor, theme.warningColor); root.style.setProperty(--warningButtonColor, theme.warningButtonColor); root.style.setProperty(--disabledButtonColor, theme.disabledButtonColor); root.style.setProperty(--errorButtonColor, theme.errorButtonColor); root.style.setProperty(--activityBgColor, theme.activityBgColor); } // 工具函数 function getCookie(name) { const value `; ${document.cookie}`; const parts value.split(`; ${name}`); if (parts.length 2) return parts.pop().split(;).shift(); return ; } function setCookie(name, value, domain location.hostname, days 365) { const date new Date(); date.setTime(date.getTime() + days * 24 * 60 * 60 * 1000); document.cookie `${name}${value};domain${domain};path/;expires${date.toUTCString()}`; } // JWT 处理函数 async function handleJwt() { /* 非apk包或ipa包,需要判断链接是否有jwt参数 */ /** 解码jwt参数, 加解密的算法是对json进行base64编码 * localStorage: * 1、pushudatadict: {userid:50000475,channel:H5BR_001,fingerprint:17c429ae09b0d556ef64c8bf9e15e395,machineserial:17c429ae09b0d556ef64c8bf9e15e395,type:1} * 2、br_game_unique_key: 170a0fe255ba81f59eaf57a172383268 * 3、ACCESS_TOKEN_KEY: 1571780f33aa490f420bb75e14ec8030 * 4、ACCESS_USERID_KEY: 50000475 * 5、ACCESS_USER_NAME: guest91040012 * 6、br_web_apkch: CH_H5BR_001 * eyJ1c2VyaWQiOjUwMDAwNTA3LCJ1c2VybmFtZSI6InVzZXI3NDEyIiwiY2hhbm5lbCI6IkNIX0g1VVM0QUFQS18wMDEiLCJ0b2tlbiI6IjEwZjI3YmJkYTExZTk5MGYzMGI5MDc1ZTE0ZWE4MDMwIiwic291cmNldXJsIjoiMjllNzZmNTUyMzUyODljZjUzOTQ4MDZlNGVkMTRjNWEiLCJtYWNoaW5lc2VyaWFsIjoiMzhlNzA0NmIyYWM1YWQ4YzI0OGQwZmI1ODkxNmQyZDQiLCJ0eXBlIjoxfQ * cookie: * 1、br_h5_md5_key: 17c429ae09b0d556ef64c8bf9e15e395 * 2、br_h5_sourceurl_key: 170a0fe255ba81f59eaf57a172383268 */ const inPwaEnv (standalone in window.navigator && window.navigator.standalone) || window.matchMedia((display-mode: standalone)).matches; let jwt ; if (inPwaEnv) { jwt getCookie(jwt); } else { jwt new URLSearchParams(window.location.search).get(jwt) || ; if (jwt) { setCookie(jwt, jwt); } } if (jwt) { try { const data JSON.parse(atob(jwt)); // 设置 localStorage localStorage.setItem( pushudatadict, JSON.stringify({ userid: data.userid, channel: data.channel, fingerprint: data.machineserial, machineserial: data.machineserial, type: data.type }) ); localStorage.setItem(br_game_unique_key, data.sourceurl); localStorage.setItem(br_web_apkch, data.channel); const channel data?.channel?.split(_)?.slice(0, 2)?.join(_)?.toUpperCase() || CH_H5BR; localStorage.setItem(`${channel}_ACCESS_TOKEN_KEY`, JSON.stringify({ value: data.token, expire: null })); localStorage.setItem(`${channel}_ACCESS_USERID_KEY`, JSON.stringify({ value: data.userid, expire: null })); localStorage.setItem(`${channel}_ACCESS_USER_NAME`, JSON.stringify({ value: data.nickname, expire: null })); // 设置 cookie setCookie(br_h5_md5_key, data.machineserial); setCookie(br_h5_sourceurl_key, data.sourceurl); /* 去除jwt参数,保留剩余参数 */ const url new URL(window.location.href); url.searchParams.delete(jwt); setCookie(jwt, ); history.replaceState({}, , url.toString()); } catch (error) { console.error(JWT parsing error:, error); } } } (async function () { try { // 处理 JWT await handleJwt(); // 获取ORIGINAL_DOMAIN, 如果存在则使用ORIGINAL_DOMAIN, 否则使用window.location.origin const ORIGINAL_DOMAIN getCookie(ORIGINAL_DOMAIN); window.instanceKey Math.random().toString(36).substr(2, 9); const urlPathSegments location.pathname.split(/); const channelId urlPathSegments1; const dynamicParam urlPathSegments2; const key br_web_apkch; let channelSource new URLSearchParams(window.location.search).get(apkch) || ; if (channelId && /^CH_H5BR/.test(channelId.toUpperCase())) { channelSource channelId.toLocaleLowerCase(); } const storedSource window.localStorage.getItem(key) || ; let channel (channelSource || storedSource)?.split(_)?.1 || ; window.apiPrefix channel ? `${ORIGINAL_DOMAIN || window.location.origin}/ch_${channel.toLocaleLowerCase()}/000000` : `${ORIGINAL_DOMAIN || window.location.origin}`; if (window.location.origin.includes(localhost)) { window.apiPrefix `${ORIGINAL_DOMAIN || window.location.origin}`; } // 首先尝试使用宏变量赋值 try { window.themeConfig { title: Ouro Rush, product: ourorush, source: h5bror001, logo: /product/BIG_LOGO.webp, pwaTitle: Ouro Rush, pwaLogo: /product/googlePlay/logo.webp, servicer: { link: https://t.me/ab7c34f8ServiceBot, query: 97 }, download_url: , tg_link: , guide_game: ermj, theme: { darkColor: #0E1013, textColor: rgb(255,255,255), darkColor1: #2B313B, darkColor2: #343B47, darkColor3: #3C4450, thirdColor: #915500, buttonColor: linear-gradient(180.00deg, rgb(255, 193, 0),rgb(255, 141, 0) 100%), fourthColor: #570000, mainBgColor: #22272F, primaryColor: #FFE580, warningColor: #FF7200, textGrayColor: #818E99, secondaryColor: #FFCA00, activityBgColor: linear-gradient(0.00deg, rgb(64, 0, 0),rgb(135, 0, 0) 100%), backgroundColor: linear-gradient(270.00deg, rgb(135, 0, 0) 0%,rgb(156, 27, 0) 100%), errorButtonColor: linear-gradient(to bottom, #FF5A6D, #CE1126), warningButtonColor: linear-gradient(180.00deg, rgb(227, 85, 85),rgb(164, 24, 24) 100%), disabledButtonColor: linear-gradient(to bottom, #B3B3B3, #939393) }, product_id: 205}; // 检查宏变量是否成功替换为有效的JSON对象 if (!window.themeConfig || typeof window.themeConfig ! object) { throw new Error(宏变量替换失败,需要请求远程配置); } console.log(使用宏变量主题配置成功); } catch (error) { // 宏变量未成功替换,使用请求方式获取配置 console.log(使用宏变量失败,尝试请求远程配置); let url `${window.apiPrefix || }/product/theme.json?v${window.instanceKey}`; try { const response await fetch(url); if (!response.ok) { throw new Error(Failed to load HTML config); } const config await response.json(); window.themeConfig config; console.log(远程配置请求成功); } catch (fetchError) { console.error(远程配置请求失败, fetchError); // 可以设置一个默认的最小配置作为兜底 window.themeConfig window.themeConfig || {}; } } applyTheme( window.themeConfig.theme || { primaryColor: #0CF1A9, secondaryColor: #00C385, thirdColor: #00AF78, fourthColor: #046E55, backgroundColor: linear-gradient(to right, #0BAA47, #057B52), buttonColor: linear-gradient(to bottom, #0CE986, #008E61), textColor: #E8ECF0, textGrayColor: #818E99, mainBgColor: #1B1C26, darkColor: #13141B, darkColor1: #272D39, darkColor2: #2E3541, darkColor3: #343B49, warningColor: #FFD118, warningButtonColor: linear-gradient(to bottom, #F7C61D, #EF9A05), disabledButtonColor: linear-gradient(to bottom, #B3B3B3, #939393), errorButtonColor: linear-gradient(to bottom, #FF5A6D, #CE1126), activityBgColor: linear-gradient(to right, #0BAA47, #057B52) } ); } catch (error) { console.error(Error loading HTML config:, error); } })();/script>script>function setRootFontSize() { var width document.documentElement.clientWidth; if (width 525) { document.documentElement.style.fontSize (width / 750) * 100 + px; } else { document.documentElement.style.fontSize 68px; } } // 立即执行 setRootFontSize(); // 监听resize事件 window.addEventListener(resize, setRootFontSize);/script>link relpreload fetchpriorityhigh href/img/modal/welcome_bg.webp asimage typeimage/webp>link relpreload fetchpriorityhigh href/img/banner/telegram.webp asimage typeimage/webp>meta propertyog:url contentourorush.vip>meta propertyog:type contentarticle>meta propertyog:title contentSuporte para saques via PIX, com bônus de atividades diárias de até R$1000.>meta propertyog:description contentA plataforma oferece uma variedade de jogos populares, incluindo Fortune Tiger, Halloween e Fruits Slots, proporcionando diversão infinita e recompensas generosas.>meta propertyog:image content/product/thumbn.webp>meta propertyog:site_name contentOuro Rush - Bônus de R$1000>meta nametwitter:card contentsummary_large_image>meta nameauthor contentOuro Rush - Bônus de R$1000>meta namefacebook-domain-verification content96qy92dadcn6dz7gm4kafltpyi0t28>title>Ouro Rush - Bônus de R$1000/title>meta nameapplication-name contentOuro Rush>meta nametheme-color content#1b1c26>meta nameapple-mobile-web-app-status-bar-style contentblack-translucent>meta nameapple-mobile-web-app-title contentOuro Rush - Bônus de R$1000>meta nameapple-mobile-web-app-capable contentyes>meta namemobile-web-app-capable contentyes>style>:root{--primaryColor:#0cf1a9;--secondaryColor:#00c385;--thirdColor:#00af78;--fourthColor:#046e55;--backgroundColor:linear-gradient(90deg,#0baa47,#057b52);--buttonColor:linear-gradient(180deg,#0ce986,#008e61);--textColor:#e8ecf0;--textGrayColor:#818e99;--mainBgColor:#1b1c26;--darkColor:#13141b;--darkColor1:#272d39;--darkColor2:#2e3541;--darkColor3:#343b49;--warningColor:#ffd118;--warningButtonColor:linear-gradient(180deg,#f7c61d,#ef9a05);--disabledButtonColor:linear-gradient(180deg,#b3b3b3,#939393);--errorButtonColor:linear-gradient(180deg,#ff5a6d,#ce1126);--activityBgColor:linear-gradient(90deg,#0baa47,#057b52)}.loader{background:#343d44;bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:9999}.container{flex-direction:column;height:100%;padding-top:100px;position:relative}.container,.container .img{align-items:center;display:flex;width:100%}.container .img{height:65px;justify-content:center}.container .img img{height:100%;width:auto}.container .title{color:#fff;height:50px;line-height:1.5;margin:23px 0;text-align:center}.container .title div{font-family:PingFang SC;font-size:16px}.container .footer{height:109px;margin-top:120px;opacity:.4;width:294px}.container .footer img{width:100%}.loader-inner{height:60px;position:relative;width:100px}.loader-line-wrap{animation:spin 2s cubic-bezier(.175,.885,.32,1.275) infinite;height:50px;overflow:hidden;transform-origin:50% 100%}.loader-line,.loader-line-wrap{box-sizing:border-box;left:0;position:absolute;top:0;width:100px}.loader-line{border:4px solid transparent;border-radius:100%;height:100px;margin:0 auto;right:0}.loader-line-wrap:first-child{animation-delay:-50ms}.loader-line-wrap:nth-child(2){animation-delay:-.1s}.loader-line-wrap:nth-child(3){animation-delay:-.15s}.loader-line-wrap:nth-child(4){animation-delay:-.2s}.loader-line-wrap:nth-child(5){animation-delay:-.25s}.loader-line-wrap:first-child .loader-line{border-color:#eb4747;height:90px;top:7px;width:90px}.loader-line-wrap:nth-child(2) .loader-line{border-color:#ebeb47;height:76px;top:14px;width:76px}.loader-line-wrap:nth-child(3) .loader-line{border-color:#47eb47;height:62px;top:21px;width:62px}.loader-line-wrap:nth-child(4) .loader-line{border-color:#47ebeb;height:48px;top:28px;width:48px}.loader-line-wrap:nth-child(5) .loader-line{border-color:#4747eb;height:34px;top:35px;width:34px}@keyframes spin{0%,15%{transform:rotate(0)}to{transform:rotate(1turn)}}/style>link relmanifest href/manifest.json>script deferdefer src/cdn/fbpixels_h5.js?d20250329>/script>script deferdefer src/js/fingerprint2.js>/script>script typemodule crossorigin src/js/index-821d9b67.js>/script>link relmodulepreload crossorigin href/js/vendor-08f858b3.js>link relpreload href/css/index-656be072.css asstyle onloadthis.onloadnull;this.relstylesheet>noscript>link relstylesheet href/css/index-656be072.css>/noscript>link relpreload href/css/vendor_styles-8b209e74.css asstyle onloadthis.onloadnull;this.relstylesheet>noscript>link relstylesheet href/css/vendor_styles-8b209e74.css>/noscript>script typemodule>import.meta.url;import(_).catch(()>1);async function* g(){};if(location.protocol!file:){window.__vite_is_modern_browsertrue}/script>script typemodule>!function(){if(window.__vite_is_modern_browser)return;console.warn(vite: loading legacy chunks, syntax error above and the same error below should be ignored);var edocument.getElementById(vite-legacy-polyfill),ndocument.createElement(script);n.srce.src,n.onloadfunction(){System.import(document.getElementById(vite-legacy-entry).getAttribute(data-src))},document.body.appendChild(n)}();/script>/head>body>div idroot>div classloader>div classcontainer>div classimg>img idloading_logo stylewidth:219px;height:65px src/product/BIG_LOGO.webp loadinglazy>/div>div classtitle>div>Slots / Cassino com dinheiro real/div>div>Mais de 5.200.000+ jogadores no Brasil/div>/div>div classloader-inner>div classloader-line-wrap>div classloader-line>/div>/div>div classloader-line-wrap>div classloader-line>/div>/div>div classloader-line-wrap>div classloader-line>/div>/div>div classloader-line-wrap>div classloader-line>/div>/div>div classloader-line-wrap>div classloader-line>/div>/div>/div>div classfooter>img loadinglazy src/img/down_info_logo.webp stylewidth:294px;height:109px>/div>/div>/div>/div>div idmask-container>/div>script nomodule>!function(){var edocument,te.createElement(script);if(!(noModulein t)&&onbeforeloadin t){var n!1;e.addEventListener(beforeload,(function(e){if(e.targett)n!0;else if(!e.target.hasAttribute(nomodule)||!n)return;e.preventDefault()}),!0),t.typemodule,t.src.,e.head.appendChild(t),t.remove()}}();/script>script nomodule crossorigin idvite-legacy-polyfill src/js/polyfills-legacy-bc6c297d.js>/script>script nomodule crossorigin idvite-legacy-entry data-src/js/index-legacy-d13d00f3.js>System.import(document.getElementById(vite-legacy-entry).getAttribute(data-src))/script>/body>/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
]