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: 5f32cf5d6962f09c63442d9d63442d9d247938b3247938b3247938b3247938b3
Found 1 files trough .DS_Store spidering: /public
Open service 34.120.54.55:443 · keys.assembly.fm
2026-01-23 07:33
HTTP/1.1 200 OK
content-type: text/html
vary: Accept-Encoding
connection: close
content-length: 57243
date: Fri, 23 Jan 2026 07:33:15 GMT
via: http/1.1 edgeproxy-h
server: deno/gcp-europe-west2
Page title: Synth - Minimal Distributed Synth
<!doctype html>
<html>
<head>
<title>Synth - Minimal Distributed Synth</title>
<meta charset="utf-8" />
<style>
body {
font-family: monospace;
padding: 20px;
max-width: 600px;
margin: 0 auto;
background: #1a1a1a;
color: #f0f0f0;
}
#status {
padding: 10px;
background: #333;
border-radius: 4px;
margin-bottom: 20px;
}
#visualizer {
width: 100%;
height: 200px;
background: #000;
border-radius: 4px;
margin: 20px 0;
transition: opacity 0.3s;
}
#visualizer.dimmed {
opacity: 0.3;
}
.param {
padding: 10px;
margin: 10px 0;
background: #2a2a2a;
border-radius: 4px;
}
button {
padding: 10px 20px;
background: #444;
border: none;
color: white;
border-radius: 4px;
cursor: pointer;
font-family: monospace;
}
button:hover {
background: #555;
}
#start_audio {
display: block;
margin: 30px auto;
padding: 15px 30px;
background: #c44;
font-size: 16px;
animation: pulse 2s infinite;
}
#start_audio:hover {
background: #d55;
}
#start_audio:disabled {
animation: none;
background: #444;
opacity: 0.5;
}
@keyframes pulse {
0%,
100% {
opacity: 1;
}
50% {
opacity: 0.8;
}
}
#audio_hint {
text-align: center;
color: #888;
font-size: 14px;
margin-bottom: 10px;
}
.dimmed {
opacity: 0.3;
transition: opacity 0.3s;
}
#waveform {
display: block;
width: 300px;
height: 100px;
margin: 20px auto;
background: #111;
border: 1px solid #333;
border-radius: 4px;
}
</style>
</head>
<body>
<h1>Synth</h1>
<div id="status">Disconnected</div>
<div id="controllers" style="margin-top: 20px; display: none">
<h3>Connected Controllers</h3>
<div
id="controller_list"
style="padding: 10px; background: #2a2a2a; border-radius: 4px"
>
None
</div>
</div>
<div id="audio_hint">Click to enable audio engine</div>
<button id="start_audio">Enable Audio</button>
<canvas id="visualizer" class="dimmed" style="display: none"></canvas>
<div
id="calibration"
style="
margin-top: 20px;
padding: 20px;
background: #2a2a2a;
border-radius: 8px;
text-align: center;
display: none;
"
>
<h3 style="margin-bottom: 15px">Calibration</h3>
<p style="margin-bottom: 20px; font-size: 1.1em">
Adjust the volume of your device until the noise is audible at a
comfortable level
</p>
<button
id="join_instrument"
style="
padding: 10px 20px;
font-size: 1.1em;
background: #4caf50;
color: white;
border: none;