.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: 5f32cf5d6962f09c11d3744d11d3744d336cbabbf5c4227d9feba2981b5e35fc
Found 12 files trough .DS_Store spidering: /assets /assets/img /assets/img/avatars /assets/img/brands /assets/img/brands/c1.png /assets/img/certs /assets/img/demos /assets/img/docs /assets/img/favicon /assets/img/icons /assets/img/icons/lineal /assets/img/photos
Severity: low
Fingerprint: 5f32cf5d6962f09cec7f8772ec7f877272a0bbaee2c89bae8aa7dcf598962d64
Found 11 files trough .DS_Store spidering: /assets /assets/img /assets/img/avatars /assets/img/brands /assets/img/brands/c1.png /assets/img/certs /assets/img/demos /assets/img/docs /assets/img/favicon /assets/img/icons /assets/img/photos
Open service 13.86.4.76:443 · crypticconsulting.com
2026-01-09 15:51
HTTP/1.1 200 OK
Content-Length: 36348
Connection: close
Content-Type: text/html
Date: Fri, 09 Jan 2026 15:52:28 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "25165334"
Last-Modified: Wed, 10 Apr 2024 08:01:56 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 || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Contact us -->
<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("We will be in touch with you shortly!");
form[0].reset();
})
.catch((error) => {
alert("An error has occurred.");
console.error('Error:', error);
});
});
});
</script>
<!-- End Contact us -->
<meta name="author" content="Bence">
<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 || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
<meta property="og:title" content="Cryptic Consulting || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
<meta property="og:description" content="Cryptic Consulting is 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 cloud security consulting company specializing in the secure deployment and management of cloud-based infrastructure.">
<title>Cryptic Consulting || 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">
<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="offcanvas-header d-lg-none">
<h3 class="text-white fs-30 mb-0">Cryptic Consulting</h3>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body ms-lg-auto d-flex flex-column h-100">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link scroll active" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-link scroll" href="#services">Services</a></li>
<li class="nav-item"><a class="nav-link scroll" href="#aboutus">About Us</a></li>
Open service 13.86.4.76:443 · crypticconsulting.com
2026-01-02 09:44
HTTP/1.1 200 OK
Content-Length: 36348
Connection: close
Content-Type: text/html
Date: Fri, 02 Jan 2026 09:44:18 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "25165334"
Last-Modified: Wed, 10 Apr 2024 08:01:56 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 || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Contact us -->
<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("We will be in touch with you shortly!");
form[0].reset();
})
.catch((error) => {
alert("An error has occurred.");
console.error('Error:', error);
});
});
});
</script>
<!-- End Contact us -->
<meta name="author" content="Bence">
<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 || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
<meta property="og:title" content="Cryptic Consulting || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
<meta property="og:description" content="Cryptic Consulting is 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 cloud security consulting company specializing in the secure deployment and management of cloud-based infrastructure.">
<title>Cryptic Consulting || 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">
<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="offcanvas-header d-lg-none">
<h3 class="text-white fs-30 mb-0">Cryptic Consulting</h3>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body ms-lg-auto d-flex flex-column h-100">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link scroll active" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-link scroll" href="#services">Services</a></li>
<li class="nav-item"><a class="nav-link scroll" href="#aboutus">About Us</a></li>
Open service 13.86.4.76:443 · crypticconsulting.com
2025-12-22 23:44
HTTP/1.1 200 OK
Content-Length: 36348
Connection: close
Content-Type: text/html
Date: Mon, 22 Dec 2025 23:44:41 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "25165334"
Last-Modified: Wed, 10 Apr 2024 08:01:56 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 || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Contact us -->
<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("We will be in touch with you shortly!");
form[0].reset();
})
.catch((error) => {
alert("An error has occurred.");
console.error('Error:', error);
});
});
});
</script>
<!-- End Contact us -->
<meta name="author" content="Bence">
<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 || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
<meta property="og:title" content="Cryptic Consulting || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
<meta property="og:description" content="Cryptic Consulting is 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 cloud security consulting company specializing in the secure deployment and management of cloud-based infrastructure.">
<title>Cryptic Consulting || 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">
<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="offcanvas-header d-lg-none">
<h3 class="text-white fs-30 mb-0">Cryptic Consulting</h3>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body ms-lg-auto d-flex flex-column h-100">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link scroll active" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-link scroll" href="#services">Services</a></li>
<li class="nav-item"><a class="nav-link scroll" href="#aboutus">About Us</a></li>
Open service 13.86.4.76:443 · crypticconsulting.com
2025-12-20 05:37
HTTP/1.1 200 OK
Content-Length: 36348
Connection: close
Content-Type: text/html
Date: Sat, 20 Dec 2025 05:37:11 GMT
Cache-Control: public, must-revalidate, max-age=30
ETag: "25165334"
Last-Modified: Wed, 10 Apr 2024 08:01:56 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 || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Contact us -->
<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("We will be in touch with you shortly!");
form[0].reset();
})
.catch((error) => {
alert("An error has occurred.");
console.error('Error:', error);
});
});
});
</script>
<!-- End Contact us -->
<meta name="author" content="Bence">
<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 || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
<meta property="og:title" content="Cryptic Consulting || Cloud Migration Strategy, Cloud Security Strategy, DevSecOps" />
<meta property="og:description" content="Cryptic Consulting is 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 cloud security consulting company specializing in the secure deployment and management of cloud-based infrastructure.">
<title>Cryptic Consulting || 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">
<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="offcanvas-header d-lg-none">
<h3 class="text-white fs-30 mb-0">Cryptic Consulting</h3>
<button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body ms-lg-auto d-flex flex-column h-100">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link scroll active" href="#home">Home</a></li>
<li class="nav-item"><a class="nav-link scroll" href="#services">Services</a></li>
<li class="nav-item"><a class="nav-link scroll" href="#aboutus">About Us</a></li>