nginx
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: 5f32cf5d6962f09c4239b3d84239b3d8775e5ed002361f9edc16eb992294da2b
Found 8 files trough .DS_Store spidering: /certs /passTemplateData /passTemplateData/apple /passTemplateData/apple/test.pass /src /src/cms /src/services /test
Severity: low
Fingerprint: 5f32cf5d6962f09c3af247253af24725daf14cd1ef6d8bfbf27126c3f7c6439e
Found 9 files trough .DS_Store spidering: /certs /certs/signerKey.pem /passTemplateData /passTemplateData/apple /passTemplateData/apple/test.pass /src /src/cms /src/services /test
Severity: low
Fingerprint: 5f32cf5d6962f09c4239b3d84239b3d8775e5ed0c0cb662e5e2303443faa8704
Found 8 files trough .DS_Store spidering: /certs /certs/signerKey.pem /passTemplateData /passTemplateData/apple /passTemplateData/apple/test.pass /src /src/services /test
Severity: low
Fingerprint: 5f32cf5d6962f09c3af247253af24725daf14cd1ef6d8bfbf27126c32e76a7a2
Found 9 files trough .DS_Store spidering: /certs /certs/signerKey.pem /passTemplateData /passTemplateData/apple /passTemplateData/apple/test.pass /src /src/services /StrapiCMS /test
Open service 77.68.120.146:443 · app.harryhall.com
2026-01-09 06:00
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 09 Jan 2026 06:00:38 GMT
Content-Type: text/html
Content-Length: 8746
Last-Modified: Mon, 29 Dec 2025 06:48:01 GMT
Connection: close
ETag: "69522421-222a"
X-Powered-By: PleskLin
Accept-Ranges: bytes
Page title: Harry Hall Mobile App
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Harry Hall Mobile App</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
margin: 0;
padding: 20px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
color: white;
}
.container {
max-width: 400px;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border-radius: 20px;
padding: 40px 30px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.logo {
width: 100px;
height: 100px;
background: white;
border-radius: 20px;
margin: 0 auto 20px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
color: #667eea;
font-size: 24px;
}
h1 {
margin: 20px 0 10px;
font-size: 28px;
font-weight: 600;
}
p {
margin: 10px 0 30px;
font-size: 16px;
opacity: 0.9;
line-height: 1.5;
}
.download-btn {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
color: white;
text-decoration: none;
padding: 15px 30px;
border-radius: 50px;
font-size: 16px;
font-weight: 600;
margin: 10px;
transition: all 0.3s ease;
border: 2px solid rgba(255, 255, 255, 0.3);
}
.download-btn:hover {
background: rgba(255, 255, 255, 0.3);
transform: translateY(-2px);
}
.primary-btn {
background: white;
color: #667eea;
}
.primary-btn:hover {
background: rgba(255, 255, 255, 0.9);
}
.device-info {
margin-top: 30px;
font-size: 14px;
opacity: 0.7;
}
.spinner {
width: 30px;
height: 30px;
border: 3px solid rgba(255, 255, 255, 0.3);
border-top: 3px solid white;
border-radius: 50%;
animation: spin 1s linear infinite;
margin: 20px auto;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.hidden {
display: none;
}
</style>
</head>
<body>
<div class="container">
<div class="logo">HH</div>
<h1>Harry Hall Mobile App</h1>
<p>Get the official Harry Hall app for the best shopping experience!</p>
<div id="loading" class="loading">
<div class="spinner"></div>
<p>Detecting your device...</p>
</div>
<div id="download-section" class="hidden">
<a href="#" id="primary-download" class="download-btn primary-btn">Download App</a>
<br>
<a href="#" id="secondary-download" class="download-btn">Alternative Download</a>
</div>
<div class="device-info">
<p id="device-detected"></p>
</div>
</div>
<script>
// App store URLs
const APP_STORE_URL = 'https://apps.apple.com/app/harry-hall/id6478523277'; // Replace with actual iOS App Store URL
const PLAY_STORE_URL = 'https://play.google.com/store/apps/details?id=com.harryhall.harry_hall_mobile';
const WEBSITE_URL = 'https://harryhall.com/'; //
Open service 77.68.120.146:443 · app.harryhall.com
2026-01-02 07:09
HTTP/1.1 200 OK
Server: nginx
Date: Fri, 02 Jan 2026 07:09:16 GMT
Content-Type: text/html
Content-Length: 8746
Last-Modified: Mon, 29 Dec 2025 06:48:01 GMT
Connection: close
ETag: "69522421-222a"
X-Powered-By: PleskLin
Accept-Ranges: bytes
Page title: Harry Hall Mobile App
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Harry Hall Mobile App</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
margin: 0;
padding: 20px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
color: white;
}
.container {
max-width: 400px;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border-radius: 20px;
padding: 40px 30px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.logo {
width: 100px;
height: 100px;
background: white;
border-radius: 20px;
margin: 0 auto 20px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
color: #667eea;
font-size: 24px;
}
h1 {
margin: 20px 0 10px;
font-size: 28px;
font-weight: 600;
}
p {
margin: 10px 0 30px;
font-size: 16px;
opacity: 0.9;
line-height: 1.5;
}
.download-btn {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
color: white;
text-decoration: none;
padding: 15px 30px;
border-radius: 50px;
font-size: 16px;
font-weight: 600;
margin: 10px;
transition: all 0.3s ease;
border: 2px solid rgba(255, 255, 255, 0.3);
}
.download-btn:hover {
background: rgba(255, 255, 255, 0.3);
transform: translateY(-2px);
}
.primary-btn {
background: white;
color: #667eea;
}
.primary-btn:hover {
background: rgba(255, 255, 255, 0.9);
}
.device-info {
margin-top: 30px;
font-size: 14px;
opacity: 0.7;
}
.spinner {
width: 30px;
height: 30px;
border: 3px solid rgba(255, 255, 255, 0.3);
border-top: 3px solid white;
border-radius: 50%;
animation: spin 1s linear infinite;
margin: 20px auto;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.hidden {
display: none;
}
</style>
</head>
<body>
<div class="container">
<div class="logo">HH</div>
<h1>Harry Hall Mobile App</h1>
<p>Get the official Harry Hall app for the best shopping experience!</p>
<div id="loading" class="loading">
<div class="spinner"></div>
<p>Detecting your device...</p>
</div>
<div id="download-section" class="hidden">
<a href="#" id="primary-download" class="download-btn primary-btn">Download App</a>
<br>
<a href="#" id="secondary-download" class="download-btn">Alternative Download</a>
</div>
<div class="device-info">
<p id="device-detected"></p>
</div>
</div>
<script>
// App store URLs
const APP_STORE_URL = 'https://apps.apple.com/app/harry-hall/id6478523277'; // Replace with actual iOS App Store URL
const PLAY_STORE_URL = 'https://play.google.com/store/apps/details?id=com.harryhall.harry_hall_mobile';
const WEBSITE_URL = 'https://harryhall.com/'; //
Open service 77.68.120.146:443 · app.harryhall.com
2025-12-30 09:45
HTTP/1.1 200 OK
Server: nginx
Date: Tue, 30 Dec 2025 09:45:52 GMT
Content-Type: text/html
Content-Length: 8746
Last-Modified: Mon, 29 Dec 2025 06:48:01 GMT
Connection: close
ETag: "69522421-222a"
X-Powered-By: PleskLin
Accept-Ranges: bytes
Page title: Harry Hall Mobile App
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Harry Hall Mobile App</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
margin: 0;
padding: 20px;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
color: white;
}
.container {
max-width: 400px;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
border-radius: 20px;
padding: 40px 30px;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.logo {
width: 100px;
height: 100px;
background: white;
border-radius: 20px;
margin: 0 auto 20px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
color: #667eea;
font-size: 24px;
}
h1 {
margin: 20px 0 10px;
font-size: 28px;
font-weight: 600;
}
p {
margin: 10px 0 30px;
font-size: 16px;
opacity: 0.9;
line-height: 1.5;
}
.download-btn {
display: inline-block;
background: rgba(255, 255, 255, 0.2);
color: white;
text-decoration: none;
padding: 15px 30px;
border-radius: 50px;
font-size: 16px;
font-weight: 600;
margin: 10px;
transition: all 0.3s ease;
border: 2px solid rgba(255, 255, 255, 0.3);
}
.download-btn:hover {
background: rgba(255, 255, 255, 0.3);
transform: translateY(-2px);
}
.primary-btn {
background: white;
color: #667eea;
}
.primary-btn:hover {
background: rgba(255, 255, 255, 0.9);
}
.device-info {
margin-top: 30px;
font-size: 14px;
opacity: 0.7;
}
.spinner {
width: 30px;
height: 30px;
border: 3px solid rgba(255, 255, 255, 0.3);
border-top: 3px solid white;
border-radius: 50%;
animation: spin 1s linear infinite;
margin: 20px auto;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
.hidden {
display: none;
}
</style>
</head>
<body>
<div class="container">
<div class="logo">HH</div>
<h1>Harry Hall Mobile App</h1>
<p>Get the official Harry Hall app for the best shopping experience!</p>
<div id="loading" class="loading">
<div class="spinner"></div>
<p>Detecting your device...</p>
</div>
<div id="download-section" class="hidden">
<a href="#" id="primary-download" class="download-btn primary-btn">Download App</a>
<br>
<a href="#" id="secondary-download" class="download-btn">Alternative Download</a>
</div>
<div class="device-info">
<p id="device-detected"></p>
</div>
</div>
<script>
// App store URLs
const APP_STORE_URL = 'https://apps.apple.com/app/harry-hall/id6478523277'; // Replace with actual iOS App Store URL
const PLAY_STORE_URL = 'https://play.google.com/store/apps/details?id=com.harryhall.harry_hall_mobile';
const WEBSITE_URL = 'https://harryhall.com/'; //
Open service 77.68.120.146:443 · app.harryhall.com
2025-12-23 01:14
HTTP/1.1 200 OK Server: nginx Date: Tue, 23 Dec 2025 01:14:35 GMT Content-Type: text/html; charset=utf-8 Content-Length: 12 Connection: close X-Powered-By: Express, Phusion Passenger(R) 6.1.0 ETag: W/"c-Lve95gjOVATpfV8EL5X4nxwjKHE" Status: 200 OK X-Powered-By: PleskLin Hello World!
Open service 77.68.120.146:443 · app.harryhall.com
2025-12-21 08:07
HTTP/1.1 200 OK Server: nginx Date: Sun, 21 Dec 2025 08:07:03 GMT Content-Type: text/html; charset=utf-8 Content-Length: 12 Connection: close X-Powered-By: Express, Phusion Passenger(R) 6.1.0 ETag: W/"c-Lve95gjOVATpfV8EL5X4nxwjKHE" Status: 200 OK X-Powered-By: PleskLin Hello World!
Open service 77.68.120.146:443 · app.harryhall.com
2025-12-19 09:42
HTTP/1.1 200 OK Server: nginx Date: Fri, 19 Dec 2025 09:42:28 GMT Content-Type: text/html; charset=utf-8 Content-Length: 12 Connection: close X-Powered-By: Express, Phusion Passenger(R) 6.1.0 ETag: W/"c-Lve95gjOVATpfV8EL5X4nxwjKHE" Status: 200 OK X-Powered-By: PleskLin Hello World!