CloudFront
tcp/80
nginx 1.16.1
tcp/443
Open service 2600:9000:2359:5000:15:9681:25c0:93a1:80 · cockfightbet.xyz
2026-01-05 11:40
HTTP/1.1 301 Moved Permanently Server: CloudFront Date: Mon, 05 Jan 2026 11:40:15 GMT Content-Type: text/html Content-Length: 167 Connection: close Location: https://cockfightbet.xyz/ X-Cache: Redirect from cloudfront Via: 1.1 b58f4c458263fcafb0c4b2b684d9bc50.cloudfront.net (CloudFront) X-Amz-Cf-Pop: FRA60-P10 X-Amz-Cf-Id: WMC8bVKPQ32ys0qm5-v0YY_YFmxgDSdeCKHOCd5oy5JG-KfcYCkKUw== 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 2600:9000:2359:5000:15:9681:25c0:93a1:443 · cockfightbet.xyz
2026-01-05 11:40
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 6900
Connection: close
Accept-Ranges: bytes
Server: nginx/1.16.1
Last-Modified: Fri, 18 Apr 2025 17:16:45 GMT
Date: Mon, 05 Jan 2026 06:17:55 GMT
ETag: "680288fd-1af4"
X-Cache: Hit from cloudfront
Via: 1.1 b58f4c458263fcafb0c4b2b684d9bc50.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P10
X-Amz-Cf-Id: 7vXecb6vPEWgO8r85At-5wOQtWbljkyONCNArjPvfOu2sJ1KSdgT0w==
Age: 19340
Page title: cockfight
<!DOCTYPE html>
<html>
<head>
<!--
If you are serving your web app in a path other than the root, change the
href value below to reflect the base path you are serving from.
The path provided below has to start and end with a slash "/" in order for
it to work correctly.
Fore more details:
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
-->
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="cockfight.">
<!-- share -->
<meta name="og:title" content="Cockfight game">
<meta property="og:image" content="https://cockfight-mystore.s3.ap-east-1.amazonaws.com/appweb/icon_152.png" />
<meta property="og:image" content="https://cockfight-mystore.s3.ap-east-1.amazonaws.com/appweb/icon_152.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="150" />
<meta property="og:image:height" content="98" />
<meta property="og:title" content="Cockfight Game" />
<meta property="og:description" content="The best betting platform for cockfighting" />
<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="cockfight">
<link rel="apple-touch-icon" href="icons/icon_192.png">
<!-- Favicon -->
<link rel="icon" type="image/png" href="favicon.png" />
<title>cockfight</title>
<link rel="manifest" href="manifest.json">
<script>
function analyseQuery(url) {
var theRequest = {}
if (url.indexOf('?') !== -1) {
const str = url.split('?')[1]
const strs = str.split('&')
for (var i = 0; i < strs.length; i++) {
theRequest[strs[i].split('=')[0]] = unescape(strs[i].split('=')[1])
}
}
return theRequest
}
function isMobile() {
let flag = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
return flag;
}
console.log('isMobile', isMobile())
if (!isMobile()) {
var url = "https://cockfight-mystore.s3.ap-east-1.amazonaws.com/pcurl.txt?" + new Date().getTime();
var xhr = new XMLHttpRequest();
xhr.open('GET', url);
xhr.onreadystatechange = function (res) {
if (xhr.readyState === 4) {
var { token } = analyseQuery(window.location.href) // 从url 解析token
if (!token) {
token = localStorage.getItem('flutter.TOKEN') // 从localstorage 获取token
}
var { dev, prd, rs6 } = JSON.parse(xhr.response)
if (token) {
token = token.replaceAll('"', '')
dev += "/#/home?token=" + token
prd += "/#/home?token=" + token
rs6 += "/#/home?token=" + token
}
if (window.location.host.includes('app.cfbet.cc')) {
window.location.href = dev
return
}
if (window.location.host.includes('cockfightbet.cc') || window.location.host.includes('cockfightbet.xyz')) {
window.location.href = prd
return
}
if (window.location.host.includes('bongbong.xyz')) {
window.location.href = rs6
return
}
console.log('judge')
}
}
xhr.send();
}
</script>
</head>
<body>
<!--
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js"></script>
-->
<script>
/* switch (window.location.host) {
case 'app.cfbet.cc': // dev
FACEBOOK_APP_ID = "3099856616998362"
break
case 'api.cockfightbet.cc': // prod
FACEBOOK_APP_ID = ""
break
case 'bongbong.xyz': // rs6
FACEBOOK_APP_ID = ""
break
default:
FACEBOOK_APP_ID = "3099856616998362"
};*/
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d