.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: 5f32cf5d6962f09c3838040e3838040e925a4a2a4440cc7e1cb7eed113118af0
Found 20 files trough .DS_Store spidering: /assets /assets/css /assets/css/colors /assets/css/fonts /assets/files /assets/fonts /assets/fonts/custom /assets/fonts/thicccboi /assets/fonts/unicons /assets/fonts/urbanist /assets/img /assets/img/avatars /assets/img/brands /assets/img/brands/c1.png /assets/img/certs /assets/img/icons /assets/img/icons/lineal /assets/img/icons/solid /assets/img/svg /assets/js
Severity: low
Fingerprint: 5f32cf5d6962f09cdafa5447dafa5447b671e3e93017925fd4052a481af72c07
Found 18 files trough .DS_Store spidering: /assets /assets/css /assets/css/colors /assets/css/fonts /assets/files /assets/fonts /assets/fonts/custom /assets/fonts/thicccboi /assets/fonts/unicons /assets/fonts/urbanist /assets/img /assets/img/avatars /assets/img/brands /assets/img/brands/c1.png /assets/img/certs /assets/img/icons /assets/img/svg /assets/js
Severity: low
Fingerprint: 5f32cf5d6962f09c668fcbec668fcbecac82a5dc8b4b430cee26f3b7465244b9
Found 17 files trough .DS_Store spidering: /assets /assets/css /assets/css/colors /assets/css/fonts /assets/files /assets/fonts /assets/fonts/custom /assets/fonts/thicccboi /assets/fonts/unicons /assets/fonts/urbanist /assets/img /assets/img/avatars /assets/img/brands /assets/img/certs /assets/img/icons /assets/img/svg /assets/js
Severity: low
Fingerprint: 5f32cf5d6962f09c11d3744d11d3744d336cbabbd7dd8ab54a7dd89658934518
Found 12 files trough .DS_Store spidering: /assets /assets/css /assets/css/colors /assets/css/fonts /assets/files /assets/fonts /assets/fonts/custom /assets/fonts/thicccboi /assets/fonts/unicons /assets/fonts/urbanist /assets/img /assets/js
Severity: low
Fingerprint: 5f32cf5d6962f09c63442d9d63442d9d325beceb325beceb325beceb325beceb
Found 1 files trough .DS_Store spidering: /assets
Severity: low
Fingerprint: 5f32cf5d6962f09cc169dbbec169dbbe800eab3a3fec112ebf84178ebfd8982d
Found 15 files trough .DS_Store spidering: /assets /assets/css /assets/files /assets/fonts /assets/fonts/custom /assets/fonts/thicccboi /assets/fonts/unicons /assets/fonts/urbanist /assets/img /assets/img/avatars /assets/img/brands /assets/img/certs /assets/img/icons /assets/img/svg /assets/js
Open service 20.101.2.157:443 · cryptic.hu
2026-01-09 09:31
HTTP/1.1 200 OK
Content-Length: 38641
Connection: close
Content-Type: text/html
Date: Fri, 09 Jan 2026 09:32:23 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "89517386"
Last-Modified: Thu, 09 Jan 2025 11:20:02 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W6CSXQB');</script>
<!-- End Google Tag Manager -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
$(document).ready(function() {
$("#contact-form").submit(function(event) {
event.preventDefault();
var form = $(this);
var url = form.attr("action");
// Convert form data to JSON
var formData = form.serializeArray();
var data = {};
$(formData).each(function(index, obj){
data[obj.name] = obj.value;
});
var jsonData = JSON.stringify(data);
fetch(url, {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: jsonData
})
.then(response => {
if (!response.ok) {
// Handle non-successful responses
throw new Error('Network response was not ok');
}
return response.json();
})
.then(data => {
alert("Hamarosan felvesszük Önnel a kapcsolatot!");
form[0].reset();
})
.catch((error) => {
alert("Hiba történt.");
console.error('Error:', error);
});
});
});
</script>
<meta name="author" content="Bence Hezso">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
<meta property="og:title" content="Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
<meta property="og:description" content="Cryptic Consulting is a cloud security consulting company specializing in the secure deployment and management of cloud-based infrastructure." />
<meta property="og:url" content="https://www.crypticconsulting.com" />
<meta name="description" content="Cryptic Consulting is a cloud security consulting company specializing in the secure deployment and management of cloud-based infrastructure.">
<title>Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps</title>
<link rel="shortcut icon" href="./assets/img/favicon.png">
<link rel="stylesheet" href="./assets/css/plugins.css">
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body class="onepage">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W6CSXQB"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="content-wrapper">
<header class="wrapper bg-gray">
<nav class="navbar navbar-expand-lg center-logo transparent navbar-light">
<div class="container flex-lg-row flex-nowrap align-items-center">
<div class="navbar-brand w-100">
<a href="./index.html">
<img src="./assets/img/logo.png" srcset="./assets/img/logo.png" alt="Cryptic Consulting" />
</a>
</div>
<div class="navbar-collapse offcanvas offcanvas-nav offcanvas-start">
<div class=
Open service 20.101.2.157:443 · cryptic.hu
2026-01-02 07:56
HTTP/1.1 200 OK
Content-Length: 38641
Connection: close
Content-Type: text/html
Date: Fri, 02 Jan 2026 07:56:33 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "89517386"
Last-Modified: Thu, 09 Jan 2025 11:20:02 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W6CSXQB');</script>
<!-- End Google Tag Manager -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
$(document).ready(function() {
$("#contact-form").submit(function(event) {
event.preventDefault();
var form = $(this);
var url = form.attr("action");
// Convert form data to JSON
var formData = form.serializeArray();
var data = {};
$(formData).each(function(index, obj){
data[obj.name] = obj.value;
});
var jsonData = JSON.stringify(data);
fetch(url, {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: jsonData
})
.then(response => {
if (!response.ok) {
// Handle non-successful responses
throw new Error('Network response was not ok');
}
return response.json();
})
.then(data => {
alert("Hamarosan felvesszük Önnel a kapcsolatot!");
form[0].reset();
})
.catch((error) => {
alert("Hiba történt.");
console.error('Error:', error);
});
});
});
</script>
<meta name="author" content="Bence Hezso">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
<meta property="og:title" content="Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
<meta property="og:description" content="Cryptic Consulting is a cloud security consulting company specializing in the secure deployment and management of cloud-based infrastructure." />
<meta property="og:url" content="https://www.crypticconsulting.com" />
<meta name="description" content="Cryptic Consulting is a cloud security consulting company specializing in the secure deployment and management of cloud-based infrastructure.">
<title>Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps</title>
<link rel="shortcut icon" href="./assets/img/favicon.png">
<link rel="stylesheet" href="./assets/css/plugins.css">
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body class="onepage">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W6CSXQB"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="content-wrapper">
<header class="wrapper bg-gray">
<nav class="navbar navbar-expand-lg center-logo transparent navbar-light">
<div class="container flex-lg-row flex-nowrap align-items-center">
<div class="navbar-brand w-100">
<a href="./index.html">
<img src="./assets/img/logo.png" srcset="./assets/img/logo.png" alt="Cryptic Consulting" />
</a>
</div>
<div class="navbar-collapse offcanvas offcanvas-nav offcanvas-start">
<div class=
Open service 20.101.2.157:443 · cryptic.hu
2025-12-23 03:31
HTTP/1.1 200 OK
Content-Length: 38641
Connection: close
Content-Type: text/html
Date: Tue, 23 Dec 2025 03:31:00 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "89517386"
Last-Modified: Thu, 09 Jan 2025 11:20:02 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W6CSXQB');</script>
<!-- End Google Tag Manager -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
$(document).ready(function() {
$("#contact-form").submit(function(event) {
event.preventDefault();
var form = $(this);
var url = form.attr("action");
// Convert form data to JSON
var formData = form.serializeArray();
var data = {};
$(formData).each(function(index, obj){
data[obj.name] = obj.value;
});
var jsonData = JSON.stringify(data);
fetch(url, {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: jsonData
})
.then(response => {
if (!response.ok) {
// Handle non-successful responses
throw new Error('Network response was not ok');
}
return response.json();
})
.then(data => {
alert("Hamarosan felvesszük Önnel a kapcsolatot!");
form[0].reset();
})
.catch((error) => {
alert("Hiba történt.");
console.error('Error:', error);
});
});
});
</script>
<meta name="author" content="Bence Hezso">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
<meta property="og:title" content="Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
<meta property="og:description" content="Cryptic Consulting is a cloud security consulting company specializing in the secure deployment and management of cloud-based infrastructure." />
<meta property="og:url" content="https://www.crypticconsulting.com" />
<meta name="description" content="Cryptic Consulting is a cloud security consulting company specializing in the secure deployment and management of cloud-based infrastructure.">
<title>Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps</title>
<link rel="shortcut icon" href="./assets/img/favicon.png">
<link rel="stylesheet" href="./assets/css/plugins.css">
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body class="onepage">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W6CSXQB"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="content-wrapper">
<header class="wrapper bg-gray">
<nav class="navbar navbar-expand-lg center-logo transparent navbar-light">
<div class="container flex-lg-row flex-nowrap align-items-center">
<div class="navbar-brand w-100">
<a href="./index.html">
<img src="./assets/img/logo.png" srcset="./assets/img/logo.png" alt="Cryptic Consulting" />
</a>
</div>
<div class="navbar-collapse offcanvas offcanvas-nav offcanvas-start">
<div class=
Open service 20.101.2.157:443 · cryptic.hu
2025-12-21 01:57
HTTP/1.1 200 OK
Content-Length: 38641
Connection: close
Content-Type: text/html
Date: Sun, 21 Dec 2025 01:57:13 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "89517386"
Last-Modified: Thu, 09 Jan 2025 11:20:02 GMT
Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
Referrer-Policy: same-origin
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
X-DNS-Prefetch-Control: off
Page title: Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W6CSXQB');</script>
<!-- End Google Tag Manager -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script>
$(document).ready(function() {
$("#contact-form").submit(function(event) {
event.preventDefault();
var form = $(this);
var url = form.attr("action");
// Convert form data to JSON
var formData = form.serializeArray();
var data = {};
$(formData).each(function(index, obj){
data[obj.name] = obj.value;
});
var jsonData = JSON.stringify(data);
fetch(url, {
method: 'POST',
headers: {
'Content-Type': 'application/json'
},
body: jsonData
})
.then(response => {
if (!response.ok) {
// Handle non-successful responses
throw new Error('Network response was not ok');
}
return response.json();
})
.then(data => {
alert("Hamarosan felvesszük Önnel a kapcsolatot!");
form[0].reset();
})
.catch((error) => {
alert("Hiba történt.");
console.error('Error:', error);
});
});
});
</script>
<meta name="author" content="Bence Hezso">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
<meta property="og:title" content="Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
<meta property="og:description" content="Cryptic Consulting is a cloud security consulting company specializing in the secure deployment and management of cloud-based infrastructure." />
<meta property="og:url" content="https://www.crypticconsulting.com" />
<meta name="description" content="Cryptic Consulting is a cloud security consulting company specializing in the secure deployment and management of cloud-based infrastructure.">
<title>Cryptic Consulting Kft. || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps</title>
<link rel="shortcut icon" href="./assets/img/favicon.png">
<link rel="stylesheet" href="./assets/css/plugins.css">
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body class="onepage">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W6CSXQB"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="content-wrapper">
<header class="wrapper bg-gray">
<nav class="navbar navbar-expand-lg center-logo transparent navbar-light">
<div class="container flex-lg-row flex-nowrap align-items-center">
<div class="navbar-brand w-100">
<a href="./index.html">
<img src="./assets/img/logo.png" srcset="./assets/img/logo.png" alt="Cryptic Consulting" />
</a>
</div>
<div class="navbar-collapse offcanvas offcanvas-nav offcanvas-start">
<div class=