Varnish
tcp/80
deno gcp-europe-west2
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: 5f32cf5d6962f09c11d3744d11d3744d336cbabb798b1ca8249b18153a3df518
Found 12 files trough .DS_Store spidering: /assets /assets/fox.glb /assets/fox.mtl /assets/fox.obj /assets/fox2.mtl /assets/fox2.obj /assets/grass_bumpy.glb /assets/skybox.glb /assets/terrain_bumpy.glb /assets/terrain_flat.glb /index.html /test.html
Severity: low
Fingerprint: 5f32cf5d6962f09c1a5d9b0f1a5d9b0ff409caf1f924632d2b839ad92b839ad9
Found 3 files trough .DS_Store spidering: /assets /index.html /test.html
Open service 199.36.158.100:443 · www.cosm.run
2026-01-25 17:34
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 32 Location: https://cosm.run/ Content-Type: text/plain; charset=utf-8 Accept-Ranges: bytes Date: Sun, 25 Jan 2026 17:34:21 GMT X-Served-By: cache-lcy-egml8630071-LCY X-Cache: MISS X-Cache-Hits: 0 X-Timer: S1769362461.464827,VS0,VE17 Vary: x-fh-requested-host, accept-encoding alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400 Redirecting to https://cosm.run/
Open service 199.36.158.100:80 · www.cosm.run
2026-01-25 17:34
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 0 Server: Varnish Retry-After: 0 Location: https://www.cosm.run/ Accept-Ranges: bytes Date: Sun, 25 Jan 2026 17:34:21 GMT X-Served-By: cache-sjc10052-SJC X-Cache: HIT X-Cache-Hits: 0 X-Timer: S1769362461.416786,VS0,VE0 alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
Open service 34.120.54.55:443 · cosm.run
2026-01-23 05:13
HTTP/1.1 200 OK
content-type: text/html
vary: Accept-Encoding
content-length: 2182
date: Fri, 23 Jan 2026 05:13:16 GMT
connection: close
via: http/1.1 edgeproxy-h
server: deno/gcp-europe-west2
Page title: cosm
<!DOCTYPE html>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover, shrink-to-fit=no"
/>
<meta name="HandheldFriendly" content="true" />
<meta charset="utf-8" />
<title>cosm</title>
<style>
html,
body {
overflow: hidden;
}
body {
background-color: black;
position: relative;
color: #aaa;
margin: 0;
touch-action: manipulation;
position: fixed;
overflow: hidden;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-text-size-adjust: none;
-webkit-overflow-scrolling: touch;
touch-action: none;
}
#dev-overlay {
position: absolute;
background-color: rgba(38, 54, 82, 0.66);
padding: 8px;
width: 240px;
border-radius: 8px;
overflow: hidden;
}
#scene {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
}
</style>
<!-- stylesheet for tippy -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tippy.js/dist/tippy.css" />
<div id="dev-overlay" style="margin: 8px; z-index: 1000;">
<h1>cosm</h1>
<!-- <button id="host">Host</button>
<button id="join">Join</button> -->
<!-- <button id="connect">Connect</button><br /><br /> -->
<strong>Status:</strong>
<p id="status-text">None</p>
<div id="connected" style="display: none">
<audio id="local-audio" autoplay></audio>
<audio id="remote-audio" autoplay></audio>
<div style="display: none">
<input type="text" id="sned-text" placeholder="hello world" /><br />
<button id="sned">Send</button>
<br /><br />
<strong>Message:</strong>
<p id="message-text">None</p>
</div>
</div>
</div>
<div id="scene"></div>
<script type="module" src="app.js"></script>