AmazonS3
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: 5f32cf5d6962f09c63442d9d63442d9dc74474ffc74474ffc74474ffc74474ff
Found 1 files trough .DS_Store spidering: /about
Severity: low
Fingerprint: 5f32cf5d6962f09cf35cbfb3f35cbfb35c2231d987ecaf184b053a17020e71eb
Found 29 files trough .DS_Store spidering: /3155587.jpg /about.html /app.css /business-concept-with-team-close-up.jpg /escsvstor.jpg /eusfur.js /Eusfur.png /Eusfur.svg /Eusfur_logo.svg /excavator-action.jpg /favicon.png /images /images/attachements1.jpg /images/building-material.jpg /images/different_attachement.jpg /images/goals-target-aspiration-perforated-paper-graph.jpg /images/heavymachinery&spare.jpg /images/heavymachinery&spare.jpg.sb-54f571c9-ubcIKA /images/mining.jpg /images/oil_lubricannt.jpg /images/truck-long-vehicle-ready-delivering-transport.jpg /images/used-spare-parts.jpg /images/used-spare-parts.jpg.sb-54f571c9-c32LpA /index.html /package-lock.json /project.png /style.css /tailwind.config.js /tailwindcss
Open service 18.239.50.87:443 · eusfur.co
2026-01-09 15:06
HTTP/1.1 200 OK
Content-Type: text/html
Content-Length: 69201
Connection: close
Last-Modified: Thu, 29 May 2025 15:54:12 GMT
x-amz-version-id: H9IUgFQv48glSzhEPIfv2tnvD.4Je3Ce
Server: AmazonS3
Date: Fri, 09 Jan 2026 15:06:33 GMT
ETag: "397d047bf0fc7d79debe41f1e26670fb"
X-Cache: Hit from cloudfront
Via: 1.1 ad02191892ceb388ca997ca92099a6f4.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: AMS58-P3
Alt-Svc: h3=":443"; ma=86400
X-Amz-Cf-Id: JeyYxTiXQx2oy4nkEjoo_ODjswXlr5nCEvzUrS0Gy_aPk7uPUeWV9g==
Age: 14068
Page title: Eusfur Trading LLC - One Safe Source for Trading All Industrial Machinery
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Eusfur Trading LLC - One Safe Source for Trading All Industrial Machinery</title>
<meta name="description" content="EUSFUR TRADING LLC specializes in high-quality vehicle spare parts and office security solutions across the UAE and MENA region. Efficient supply chain ensures timely delivery.">
<meta name="keywords" content="vehicle spare parts, industrial machinery, UAE trading, MENA region, office security solutions, mining equipment, truck parts, car parts">
<link rel="icon" type="image/png" href="images/favicon.png">
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Schema Markup -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "EUSFUR TRADING LLC",
"url": "https://eusfur.co",
"logo": "images/Eusfur.jpeg",
"description": "EUSFUR TRADING LLC specializes in high-quality vehicle spare parts and office security solutions across the UAE and MENA region.",
"address": {
"@type": "PostalAddress",
"streetAddress": "OFFICE 1-524 – BIN DASMAL BUILDING AL GOZE INDUSTRIAL FIRST",
"addressLocality": "Dubai",
"addressCountry": "UAE"
},
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+971 52 632 8123",
"contactType": "customer service",
"email": "info@eusfur.co"
}
}
</script>
<style>
:root {
--primary-orange: #FFAA00;
--primary-orange-hover: #E28F0A;
--primary-blue: #299AD3;
--navy-blue: #214E9D;
--text-color: rgb(48, 49, 49);
--light-gray: #F5F5F5;
--medium-gray: #E0E0E0;
}
body {
font-family: 'Poppins', sans-serif;
color: var(--text-color);
}
.gradient-text {
background: linear-gradient(135deg, var(--primary-blue), var(--navy-blue));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.btn-primary {
background-color: var(--primary-orange);
color: white;
border: none;
border-radius: 4px;
padding: 12px 24px;
font-weight: 500;
font-size: 16px;
box-shadow: 0 2px 4px rgba(255, 170, 0, 0.2);
transition: all 0.3s ease-in-out;
}
.btn-primary:hover {
background-color: var(--primary-orange-hover);
box-shadow: 0 4px 8px rgba(226, 143, 10, 0.3);
transform: scale(0.98);
}
.btn-secondary {
background-color: var(--primary-blue);
color: white;
border: none;
border-radius: 4px;
padding: 12px 24px;
font-weight: 500;
font-size: 16px;
}
.btn-secondary:hover {
background-color: white;
box-shadow: 0 4px 8px rgba(33, 78, 157, 0.3);
transform: scale(0.98);
}
.card {
background: white;
border: 1px solid var(--medium-gray);
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease-in-out;
}
.card:hover {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
border-color: var(--primary-orange);
}
.nav-link {
color: var(--text-color);
text-decoration: none;
font-weight: 400;
transition: color 0.3s ease-in-out;
}