AmazonS3
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: 5f32cf5d6962f09c7cf176427cf176423f3e94de386ad791386ad791386ad791
Found 2 files trough .DS_Store spidering: /assets /src
Open service 18.66.147.98:443 · nashvillesc.live
2026-01-23 12:01
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 7720
Connection: close
Date: Fri, 23 Jan 2026 10:18:01 GMT
Last-Modified: Thu, 28 Aug 2025 12:56:14 GMT
ETag: "541eaf7c9cb896bb83ff60a3ded60a34"
x-amz-server-side-encryption: AES256
Cache-Control: no-cache
x-amz-version-id: m5zoEk3aJr2kyXs2AlhXPHnWCNFjgP1Q
Accept-Ranges: bytes
Server: AmazonS3
X-Cache: Hit from cloudfront
Via: 1.1 02cd8164e89a1598d410a9198582d47c.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: FRA60-P4
X-Amz-Cf-Id: g7nCRDG35h36Rl6k84GS-zpWMuoxklJuPfXixw2xJrKnr9fbo983ow==
Age: 6230
Page title:
Coca-Cola Play Live @ Nashville SC
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>
Coca-Cola Play Live @ Nashville SC
</title>
<meta property="og:title" content="Coca-Cola Play Live @ Nashville SC" />
<meta property="og:image"
content="https://instadium-live-prod.s3.amazonaws.com/facebook-share/nashvillesc/shareScore.webp" />
<!-- content="./shareScore.webp" -->
<meta name="twitter:title" content="Coca-Cola Play Live @ Nashville SC" />
<!-- <meta name="twitter:description" content=" Offering tour packages for individuals or groups."> -->
<meta name="twitter:image"
content="https://instadium-live-prod.s3.amazonaws.com/facebook-share/nashvillesc/shareScore.webp" />
<meta name="twitter:card" content="Coca-Cola Play Live @ Nashville SC" />
<!--startTimestamp-->
<script>
window.GAME_ID ="40644y1kojkdtqm"
window.startTimestamp = Date.now();
window.NameUrl = `https://instadium.live.dev.aquimo.com/dashboard/getGameName/40644y1kojkdtqm`
window.NameUrlProd = `https://instadium.live.aquimo.com/dashboard/getGameName/40644y1kojkdtqm`
window.GameAssetsUrl = "https://instadium-live-dev.s3.amazonaws.com/nashville-sc/";
window.GameAssetsUrlProd = "https://instadium-live-prod.s3.amazonaws.com/nashvillesc/";
window.GameModePath = {
KIC: ["Assets/GamePlay/kicktoscore/gameplayBG.webp"],
GOL: ["Assets/GamePlay/protectthenet/gameplayBG.webp"],
PASS:["Assets/GamePlay/passtoscore/gameplayBG1.webp",
"Assets/GamePlay/passtoscore/gameplayBG2.webp",
"Assets/GamePlay/passtoscore/gameplayBG3.webp",
"Assets/GamePlay/passtoscore/gameplayBG4.webp",
],
TICTAC:["Assets/GamePlay/kick-tac-goal/gameplayBG.webp"],
TRIVIA: ["Assets/GamePlay/trivia/gameplayBG.webp"],
SHOOTOUT: ["Assets/GamePlay/shootout(wavelength)/gameplayBG.webp"]
}
console.log("window.startTS ", window.startTimestamp);
</script>
<script src="BandwidthTest.js" charset="utf-8">
</script>
<script>
console.log("bbbb above getgamename")
let gameNameUrl = window.location.href.includes(".dev.") || window.location.href.includes("/web-mobile") ?
window.NameUrl : window.NameUrlProd;
async function getGameName() {
const response = await fetch(gameNameUrl);
const json = await response.json();
console.log("bbbb Json Data using getGameName fun-->", json);
return json;
}
getGameName()
.then((data) => {
document.title = data.gameName;
window.gameMiddleMessage = data.gameEndMessage;
window.gameName = data.gameName;
})
.catch(err => console.log("bbbb error found "))
</script>
<!-- Setting the splash -->
<script>
document.addEventListener("DOMContentLoaded", function () {
let splash = document.getElementById('splash');
let url = window.location.href.includes(".dev.") || window.location.href.includes("/web-mobile") ? window.GameAssetsUrl : window.GameAssetsUrlProd;
let param = `${url}splash.webp`;
splash.style.background = `url(${param}) no-repeat center`;
splash.style.backgroundSize = "cover";
});
</script>
<!-- GA4 -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9WECQX8X5T"></script>
<!--
<script src="main.js" charset="utf-8"></script> -->
<script>
let isDevUrl = false;
let address = window.location.href;
let addArray = address.split(".");
console.log("addArray ", addArray);
for (let i = 0; i < addArray.length; i++) {
if (addArray[i] == "dev") {
isDevUrl = true;
break;
}
}
if (!isDevUrl) {
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-9WECQX8X5T");
let gaParam = {
screen_name: "Splash",
event_category: "Game-Progress",
event_action: "",
event_count: 1,
};
gtag("event", "page_view", {
screen_name: "LoadingScreen",