CloudFront
tcp/80
nginx
tcp/443
openresty
tcp/443
.DS_Store” is an abbreviation for “Desktop Services Store”. These files are created automatically by Apples “Finder” software (which is part of their OS).
They store information about the files within a folder, including display options of folders, such as icon positions and view settings.
It may happen that .DS_Store files inadvertently leak filenames such as database backups or private administration panels.
Severity: low
Fingerprint: 5f32cf5d6962f09c4239b3d84239b3d8293ad1cc4df70392e09006f62c7007d0
Found 8 files trough .DS_Store spidering: /cdn /js /landing_css /landing_js /landingcss /landingjs /landingwebp /startup
Open service 18.239.255.39:80 · starbetthai.bet
2026-02-13 00:01
HTTP/1.1 403 Forbidden Server: CloudFront Date: Fri, 13 Feb 2026 00:01:36 GMT Content-Type: text/html Content-Length: 915 Connection: close X-Cache: Error from cloudfront Via: 1.1 8835108f14bb8358c793e5fec64df5ac.cloudfront.net (CloudFront) X-Amz-Cf-Pop: BUD50-P2 X-Amz-Cf-Id: wF0PTw2HAw8cNCNbJE-wUyrLxm8BCEg_z-QGnd-V8XO062DgNZVt2A== Page title: ERROR: The request could not be satisfied <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> <TITLE>ERROR: The request could not be satisfied</TITLE> </HEAD><BODY> <H1>403 ERROR</H1> <H2>The request could not be satisfied.</H2> <HR noshade size="1px"> Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. <BR clear="all"> If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. <BR clear="all"> <HR noshade size="1px"> <PRE> Generated by cloudfront (CloudFront) Request ID: wF0PTw2HAw8cNCNbJE-wUyrLxm8BCEg_z-QGnd-V8XO062DgNZVt2A== </PRE> <ADDRESS> </ADDRESS> </BODY></HTML>
Open service 18.239.255.39:443 · slottreefortunebr.vip
2026-01-23 05:57
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 22241
Connection: close
Server: nginx
Date: Fri, 23 Jan 2026 05:57:33 GMT
Last-Modified: Fri, 16 Jan 2026 08:56:45 GMT
Accept-Ranges: bytes
ETag: "6969fd4d-56e1"
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE
Access-Control-Allow-Headers: Content-Type, Authorization,userId
Vary: Accept-Encoding
X-Cache: Miss from cloudfront
Via: 1.1 c414dd108944999789304d8d29e5ef64.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: BUD50-P2
X-Amz-Cf-Id: RnuM_pf-P7EvYFa_ab6KecnesHojgeT93su0yeLtq2dMOnlhufJpfA==
Page title: Slot Tree Fortune - Bônus de R$1000
<html lang="pt-BR" data-critters-container><head><meta charset="UTF-8"><meta http-equiv="Cache-Control" content="max-age=0"><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover"><script async>(function initRedirect() {
const pathSegments = window.location.pathname.split('/').filter(Boolean);
let channel = 'ch_h5brtf001'; // 默认值
if (window.location.origin.includes('localhost')) {
channel = 'ch_h5brmain';
}
// 优先从URL路径中提取渠道信息
if (pathSegments.length > 0 && /^ch_h5br/i.test(pathSegments[0])) {
channel = pathSegments[0].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;
})();
// 写入安全区变量,作为 env/constant 失效时的兜底
(function setSafeAreaVars() {
function computeSafeArea() {
try {
var probe = document.createElement('div');
probe.setAttribute(
'style',
[
'position:fixed',
'inset:0',
'padding-top: constant(safe-area-inset-top)',
'padding-right: constant(safe-area-inset-right)',
'padding-bottom: constant(safe-area-inset-bottom)',
'padding-left: constant(safe-area-inset-left)',
'padding-top: env(safe-area-inset-top)',
'padding-right: env(safe-area-inset-right)',
'padding-bottom: env(safe-area-inset-bottom)',
'padding-left: env(safe-area-inset-left)',
'pointer-events:none',
'opacity:0',
'z-index:-1'
].join(';')
);
document.body.appendChild(probe);
var cs = window.getComputedStyle(probe);
var top = parseFloat(cs.paddingTop) || 0;
var right = parseFloat(cs.paddingRight) || 0;
var bottom = parseFloat(cs.paddingBottom) || 0;
var left = parseFloat(cs.paddingLeft) || 0;
if (
('standalone' in window.navigator && window.navigator.standalone) ||
window.matchMedia('(display-mode: standalone)').matches
) {
document.body.style.height = '100vh';
}
if (
window.android &&
window.android.getDeviceID &&
window.android.saveUserID &&
(!!window.android.isIpa ||
(typeof window.isIpa === 'function' && (window.isIpa() !== 'false' || window.isIpa() != false)))
) {
document.documentElement.style.setProperty('min-height', '100vh', 'important');
}
document.documentElement.style.setProperty('--safe-area-inset-top', top + 'px');
document.documentElement.style.setProperty('--safe-area-inset-right', right + 'px');
document.documentElement.style.setProperty('--safe-area-inset-bottom', bottom + 'px');
document.documentElement.style.setProperty('--safe-area-inset-left', left + 'px');
document?.b
Open service 18.239.255.39:80 · phil-bingo.com
2026-01-10 20:33
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Sat, 10 Jan 2026 20:33:57 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://phil-bingo.com/ X-Cache: Redirect from cloudfront Via: 1.1 646ce55707f2001894262487121bad06.cloudfront.net (CloudFront) X-Amz-Cf-Pop: BUD50-P2 X-Amz-Cf-Id: -hDnGlb43dlg7WBH372D7QJ-Pyr-p2-YW4krfDR0BEO95rmTNEuEdQ== Vary: Origin Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.239.255.39:443 · phil-bingo.com
2026-01-10 20:33
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 49822
Connection: close
Server: openresty
Date: Sat, 10 Jan 2026 20:33:58 GMT
Last-Modified: Thu, 25 Dec 2025 11:07:24 GMT
Accept-Ranges: bytes
Vary: Accept-Encoding
ETag: "694d1aec-c29e"
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, POST, OPTIONS
Access-Control-Allow-Headers: DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization
X-Cache: Miss from cloudfront
Via: 1.1 958678c8b28f579ac2dae5a06f183e02.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: BUD50-P2
X-Amz-Cf-Id: hYAtBHm9iMxOmyzdVeVASMFw8PuLcHJ0aC9YDS0QEyUd-qifRAxE3A==
Page title: PhBingo | Best Online Spin Games in the Philippines | Fast GCash Redemption & Daily Rewards
<!DOCTYPE html>
<html lang="en" class="scroll-smooth bg-[#0a0000] text-white">
<head>
<meta name="google-site-verification" content="cFcutfftuva8-1_YTy5agFtN8UAs6-6CrKpjtJ5Xa7M" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-17JPCDT39L"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-17JPCDT39L');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KJBM975T');</script>
<!-- End Google Tag Manager -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="author" content="PhBingo" />
<meta name="application-name" content="PhBingo" />
<meta property="og:type" content="website" />
<meta property="og:title" content="PhBingo | Best Online Spin Games in the Philippines | Fast GCash Redemption & Daily Rewards" />
<meta property="og:description" content="Licensed Philippine online slots and arcade-style cash games. Instant GCash/Maya withdrawals, 24/7 support." />
<meta property="og:url" content="https://phbingo.com/" />
<meta property="og:image" content="https://phbingo.com/img/PH-BINGO-LOGO.webp" />
<meta property="og:image:alt" content="PhBingo Logo" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="PhBingo | Best Online Spin Games in the Philippines | Fast GCash Redemption & Daily Rewards" />
<meta name="twitter:description" content="Licensed Philippine online slots and arcade-style cash games. Instant cashout, 24/7 support." />
<meta name="twitter:image" content="https://phbingo.com/img/PH-BINGO-LOGO.webp" />
<!-- Removed unused preconnect/prefetch to external icon CDNs; keep head clean for SEO -->
<link rel="canonical" href="https://phbingo.com/" />
<link rel="alternate" hreflang="en-PH" href="https://phbingo.com/" />
<link rel="alternate" hreflang="x-default" href="https://phbingo.com/" />
<title>PhBingo | Best Online Spin Games in the Philippines | Fast GCash Redemption & Daily Rewards</title>
<!-- Tailwind -->
<script src="https://cdn.tailwindcss.com"></script>
<!-- Progressive Web App style meta -->
<meta name="theme-color" content="#000000" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "PhBingo",
"url": "https://phbingo.com/",
"logo": "https://phbingo.com/img/PH-BINGO-LOGO.webp",
"sameAs": [
"https://www.facebook.com/PhBinGo",
"https://www.instagram.com/phbingoofficial",
"https://www.youtube.com/@PhBingo"
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://phbingo.com/",
"name": "PhBingo",
"potentialAction": {
"@type": "SearchAction",
"target": "https://phbingo.com/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
<script>
// ,
var downloadApk;
//
const fpPromise = import('/fingerprintjs.js')
.then(FingerprintJS => FingerprintJS.load())
// ,
fpPromise
.then(fp => fp.get())
.then(result => {
// :
const visitorId = result.visitorId
// ,
var url = 'https://www.phbingoapk.com/getapk.php?vid=' + visitorId;
var xhr = new XMLHttpRequest();
xhr.onreadystatechange = () => {
Open service 18.239.255.39:80 · codebhaav.in
2026-01-05 04:24
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 05 Jan 2026 04:24:32 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://codebhaav.in/ X-Cache: Redirect from cloudfront Via: 1.1 5ae5d9d5b214ae7a6cbb377433b80872.cloudfront.net (CloudFront) X-Amz-Cf-Pop: BUD50-P2 Alt-Svc: h3=":443"; ma=86400 X-Amz-Cf-Id: Bc_txP95AYDfHa3JgYBfJBg9jk_FsE_l__AP7zTWydCJYJyDc-CMrQ== Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>CloudFront</center> </body> </html>
Open service 18.239.255.39:443 · codebhaav.in
2026-01-05 04:24
HTTP/1.1 500 Internal Server Error
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Date: Mon, 05 Jan 2026 04:24:32 GMT
Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate
Link: </_next/static/media/a34f9d1faa5f3315-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </_next/static/css/1c46c179db3bb4d9.css>; rel=preload; as="style", </_next/static/css/ec5d7e66bd3b6cb8.css>; rel=preload; as="style"
x-powered-by: Next.js
Vary: Accept-Encoding
X-Cache: Error from cloudfront
Via: 1.1 4f0d552def08f099a02b3d5eb4fb5404.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: BUD50-P2
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: t8uy7GMTGc5pJ_cjp-T3iFJq8prqkrNAVt7YOBQKRi-jwFPJX1sSvA==
Page title: CodeBhaav - Student-led Tech Community
<!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8315879a01d2cb09.js"/><script src="/_next/static/chunks/96e220d1-24dfb147df3c14ed.js" async=""></script><script src="/_next/static/chunks/770-4f00f2214d66b4aa.js" async=""></script><script src="/_next/static/chunks/main-app-5d5325d0f26c3548.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><!--$?--><template id="B:0"></template><!--/$--><title>CodeBhaav - Student-led Tech Community</title><meta name="description" content="A student-led tech community from Amravati, fostering innovation, collaboration, and purpose-driven development."/><link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16"/><script>document.querySelectorAll('body link[rel="icon"], body link[rel="apple-touch-icon"]').forEach(el => document.head.appendChild(el))</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><!--$?--><template id="B:1"></template><!--/$--><script src="/_next/static/chunks/webpack-8315879a01d2cb09.js" async=""></script><div hidden id="S:0"></div><script>$RC=function(b,c,e){c=document.getElementById(c);c.parentNode.removeChild(c);var a=document.getElementById(b);if(a){b=a.previousSibling;if(e)b.data="$!",a.setAttribute("data-dgst",e);else{e=b.parentNode;a=b.nextSibling;var f=0;do{if(a&&8===a.nodeType){var d=a.data;if("/$"===d)if(0===f)break;else f--;else"$"!==d&&"$?"!==d&&"$!"!==d||f++}d=a.nextSibling;e.removeChild(a);a=d}while(a);for(;c.firstChild;)e.insertBefore(c.firstChild,a);b.data="$"}b._reactRetry&&b._reactRetry()}};$RC("B:0","S:0")</script><div hidden id="S:1"></div><script>$RC("B:1","S:1")</script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[75826,[\"326\",\"static/chunks/326-002384e65852a2d3.js\",\"690\",\"static/chunks/690-f5f342619ee1ae9f.js\",\"153\",\"static/chunks/153-2a10eed3753059e2.js\",\"944\",\"static/chunks/944-a6beea42c4ead12a.js\",\"177\",\"static/chunks/app/layout-add8e3d4ce9aefda.js\"],\"ThemeProvider\"]\n3:I[46111,[\"326\",\"static/chunks/326-002384e65852a2d3.js\",\"690\",\"static/chunks/690-f5f342619ee1ae9f.js\",\"153\",\"static/chunks/153-2a10eed3753059e2.js\",\"944\",\"static/chunks/944-a6beea42c4ead12a.js\",\"177\",\"static/chunks/app/layout-add8e3d4ce9aefda.js\"],\"SiteHeader\"]\n4:I[50831,[],\"\"]\n5:I[68307,[],\"\"]\n6:I[20578,[\"326\",\"static/chunks/326-002384e65852a2d3.js\",\"690\",\"static/chunks/690-f5f342619ee1ae9f.js\",\"153\",\"static/chunks/153-2a10eed3753059e2.js\",\"944\",\"static/chunks/944-a6beea42c4ead12a.js\",\"177\",\"static/chunks/app/layout-add8e3d4ce9aefda.js\"],\"Toaster\"]\n7:I[2831,[\"326\",\"static/chunks/326-002384e65852a2d3.js\",\"690\",\"static/chunks/690-f5f342619ee1ae9f.js\",\"153\",\"static/chunks/153-2a10eed3753059e2.js\",\"944\",\"static/chunks/944-a6beea42c4ead12a.js\",\"177\",\"static/chunks/app/layout-add8e3d4ce9aefda.js\"],\"default\"]\n8:I[65149,[\"326\",\"static/chunks/326-002384e65852a2d3.js\",\"643\",\"static/chunks/643-531cebcedffe4459.js\",\"197\",\"static/chunks/197-6b90926f382385c8.js\",\"690\",\"static/chunks/690-f5f342619ee1ae9f.js\",\"944\",\"static/chunks/944-a6beea42c4ead12a.js\",\"974\",\"static/chunks/app/page-d837ca7faf8ce591.js\"],\"AssistantBotProvider\"]\na:I[59757,[],\"MetadataBoundary\"]\nc:I[59757,[],\"OutletBoundary\"]\nf:I[48475,[],\"AsyncMetadataOutlet\"]\n11:I[59757,[],\"ViewportBoundary\"]\n13:I[48458,[],\"\"]\n14:\"$Sreact.suspense\"\n15:I[48475,[],\"AsyncMetadata\"]\n:HL[\"/_next/static/media/a34f9d1faa5f3315-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/1c46c179db3bb4d9.css\",\"style\"]\n:HL[\"/_next/static/css/ec5d7e66bd3b6cb8.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"9BrxOHghrnzgCgVv_ZfUe\",\"p\":\"\",\"c\":[\"\",\"\"],\"i\":false,\"f\"