GitHub.com
tcp/443 tcp/80
.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: 5f32cf5d6962f09cec7f8772ec7f8772c0ef9a13395fe214ba119ed37ac46f82
Found 11 files trough .DS_Store spidering: /images /images/b2.png /images/bricky.JPG /images/corner.JPG /images/dik.JPG /images/dyson.jpg /images/neo.jpeg /images/neot.webp /images/wa.svg /index.html /README.md
Open service 2606:50c0:8002::153:80 · block-chain.world
2026-02-06 18:20
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://block-chain.world/ X-GitHub-Request-Id: 526E:182A39:1946A:19FE8:698630EA Accept-Ranges: bytes Age: 0 Date: Fri, 06 Feb 2026 18:20:29 GMT Via: 1.1 varnish X-Served-By: cache-lon4276-LON X-Cache: MISS X-Cache-Hits: 0 X-Timer: S1770402029.157456,VS0,VE91 Vary: Accept-Encoding X-Fastly-Request-ID: 9d143c3af97ff3e12c45c011f2066f6ca76b1281 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>
Open service 185.199.110.153:443 · block-chain.world
2026-01-23 16:17
HTTP/1.1 200 OK
Connection: close
Content-Length: 50858
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Tue, 09 Dec 2025 18:39:23 GMT
Access-Control-Allow-Origin: *
ETag: "69386cdb-c6aa"
expires: Fri, 23 Jan 2026 16:27:49 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: D918:3A8F4:12D544D:131EE60:69739F2D
Accept-Ranges: bytes
Age: 0
Date: Fri, 23 Jan 2026 16:17:49 GMT
Via: 1.1 varnish
X-Served-By: cache-fra-eddf8230119-FRA
X-Cache: MISS
X-Cache-Hits: 0
X-Timer: S1769185070.623890,VS0,VE125
Vary: Accept-Encoding
X-Fastly-Request-ID: 2d6f6a47d5b2cea5f7a163eb0bac177e161efbfa
Page title: Blockchin world - Fully interlock block design for the house.
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blockchin world - Fully interlock block design for the house.</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/lucide@latest"></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family: "Inter", sans-serif;
background-color: #ffffff;
color: #18181b;
}
/* Hide scrollbar for clean UI */
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
/* Custom gradient text utility */
.text-gradient {
background: linear-gradient(to bottom right, #09090b, #52525b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/* Timeline Gradient Line */
.timeline-gradient {
background: linear-gradient(to bottom, #10b981, #6366f1, #f97316);
}
/* Scroll Animations */
.reveal {
opacity: 0;
transform: translateY(30px);
transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
will-change: transform, opacity;
}
.reveal.active {
opacity: 1;
transform: translateY(0);
}
.reveal-scale {
opacity: 0;
transform: scale(0.95) translateY(20px);
transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-scale.active {
opacity: 1;
transform: scale(1) translateY(0);
}
/* Stagger delays */
.delay-100 {
transition-delay: 100ms;
}
.delay-200 {
transition-delay: 200ms;
}
.delay-300 {
transition-delay: 300ms;
}
</style>
</head>
<body
class="antialiased selection:bg-emerald-100 selection:text-emerald-900 relative overflow-x-hidden"
>
<!-- Background Ambient Glows -->
<div
class="fixed top-0 left-0 w-full h-full overflow-hidden -z-10 pointer-events-none"
>
<div
class="absolute top-[-10%] left-[-10%] w-[600px] h-[600px] bg-emerald-50/60 rounded-full blur-[120px]"
></div>
<div
class="absolute bottom-[-10%] right-[-10%] w-[600px] h-[600px] bg-indigo-50/60 rounded-full blur-[120px]"
></div>
</div>
<!-- Navigation (Fixed Centering) -->
<!-- Changed: Removed 'left-1/2 -translate-x-1/2' and used 'w-full flex justify-center' to avoid transform conflict -->
<nav
class="fixed top-6 inset-x-0 z-50 flex justify-center pointer-events-none"
>
<div
class="pointer-events-auto reveal-scale active flex items-center gap-1 p-1.5 pl-4 pr-1.5 bg-white/80 backdrop-blur-xl border border-zinc-200/50 rounded-full shadow-xl shadow-zinc-200/40 ring-1 ring-white/50"
>
<!-- Logo -->
<div class="flex items-center gap-2 mr-6">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
data-lucide="palmtree"
class="lucide lucide-palmtree w-4 h-4 text-emerald-600 stroke-[1.5]"
>
<path d="M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4"></path>
<path
d="M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3"
></path>
<path
d="M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35"
></path>
<path d="M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-
Open service 185.199.110.153:443 · block-chain.world
2026-01-09 19:17
HTTP/1.1 200 OK
Connection: close
Content-Length: 50858
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Tue, 09 Dec 2025 18:39:23 GMT
Access-Control-Allow-Origin: *
ETag: "69386cdb-c6aa"
expires: Fri, 09 Jan 2026 19:27:43 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 0FE4:136221:B93672:D48FDC:69615457
Accept-Ranges: bytes
Date: Fri, 09 Jan 2026 19:17:45 GMT
Via: 1.1 varnish
Age: 2
X-Served-By: cache-lga21947-LGA
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1767986265.258590,VS0,VE2
Vary: Accept-Encoding
X-Fastly-Request-ID: 1086343fc810b85dceb539cdebd1b9b8bc615bdd
Page title: Blockchin world - Fully interlock block design for the house.
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blockchin world - Fully interlock block design for the house.</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/lucide@latest"></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family: "Inter", sans-serif;
background-color: #ffffff;
color: #18181b;
}
/* Hide scrollbar for clean UI */
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
/* Custom gradient text utility */
.text-gradient {
background: linear-gradient(to bottom right, #09090b, #52525b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/* Timeline Gradient Line */
.timeline-gradient {
background: linear-gradient(to bottom, #10b981, #6366f1, #f97316);
}
/* Scroll Animations */
.reveal {
opacity: 0;
transform: translateY(30px);
transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
will-change: transform, opacity;
}
.reveal.active {
opacity: 1;
transform: translateY(0);
}
.reveal-scale {
opacity: 0;
transform: scale(0.95) translateY(20px);
transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-scale.active {
opacity: 1;
transform: scale(1) translateY(0);
}
/* Stagger delays */
.delay-100 {
transition-delay: 100ms;
}
.delay-200 {
transition-delay: 200ms;
}
.delay-300 {
transition-delay: 300ms;
}
</style>
</head>
<body
class="antialiased selection:bg-emerald-100 selection:text-emerald-900 relative overflow-x-hidden"
>
<!-- Background Ambient Glows -->
<div
class="fixed top-0 left-0 w-full h-full overflow-hidden -z-10 pointer-events-none"
>
<div
class="absolute top-[-10%] left-[-10%] w-[600px] h-[600px] bg-emerald-50/60 rounded-full blur-[120px]"
></div>
<div
class="absolute bottom-[-10%] right-[-10%] w-[600px] h-[600px] bg-indigo-50/60 rounded-full blur-[120px]"
></div>
</div>
<!-- Navigation (Fixed Centering) -->
<!-- Changed: Removed 'left-1/2 -translate-x-1/2' and used 'w-full flex justify-center' to avoid transform conflict -->
<nav
class="fixed top-6 inset-x-0 z-50 flex justify-center pointer-events-none"
>
<div
class="pointer-events-auto reveal-scale active flex items-center gap-1 p-1.5 pl-4 pr-1.5 bg-white/80 backdrop-blur-xl border border-zinc-200/50 rounded-full shadow-xl shadow-zinc-200/40 ring-1 ring-white/50"
>
<!-- Logo -->
<div class="flex items-center gap-2 mr-6">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
data-lucide="palmtree"
class="lucide lucide-palmtree w-4 h-4 text-emerald-600 stroke-[1.5]"
>
<path d="M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4"></path>
<path
d="M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3"
></path>
<path
d="M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35"
></path>
<path d="M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-
Open service 185.199.110.153:443 · block-chain.world
2026-01-02 03:43
HTTP/1.1 200 OK
Connection: close
Content-Length: 50858
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Tue, 09 Dec 2025 18:39:23 GMT
Access-Control-Allow-Origin: *
ETag: "69386cdb-c6aa"
expires: Fri, 02 Jan 2026 03:53:40 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: C1C6:83D7F:C417446:C6B76B9:69573EEC
Accept-Ranges: bytes
Date: Fri, 02 Jan 2026 03:43:40 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-rtm-ehrd2290034-RTM
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1767325421.929012,VS0,VE1
Vary: Accept-Encoding
X-Fastly-Request-ID: c3e320a30a2fe03cfde09a3ba4682535b4da08f1
Page title: Blockchin world - Fully interlock block design for the house.
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blockchin world - Fully interlock block design for the house.</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/lucide@latest"></script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap"
rel="stylesheet"
/>
<style>
body {
font-family: "Inter", sans-serif;
background-color: #ffffff;
color: #18181b;
}
/* Hide scrollbar for clean UI */
.no-scrollbar::-webkit-scrollbar {
display: none;
}
.no-scrollbar {
-ms-overflow-style: none;
scrollbar-width: none;
}
/* Custom gradient text utility */
.text-gradient {
background: linear-gradient(to bottom right, #09090b, #52525b);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
/* Timeline Gradient Line */
.timeline-gradient {
background: linear-gradient(to bottom, #10b981, #6366f1, #f97316);
}
/* Scroll Animations */
.reveal {
opacity: 0;
transform: translateY(30px);
transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
will-change: transform, opacity;
}
.reveal.active {
opacity: 1;
transform: translateY(0);
}
.reveal-scale {
opacity: 0;
transform: scale(0.95) translateY(20px);
transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-scale.active {
opacity: 1;
transform: scale(1) translateY(0);
}
/* Stagger delays */
.delay-100 {
transition-delay: 100ms;
}
.delay-200 {
transition-delay: 200ms;
}
.delay-300 {
transition-delay: 300ms;
}
</style>
</head>
<body
class="antialiased selection:bg-emerald-100 selection:text-emerald-900 relative overflow-x-hidden"
>
<!-- Background Ambient Glows -->
<div
class="fixed top-0 left-0 w-full h-full overflow-hidden -z-10 pointer-events-none"
>
<div
class="absolute top-[-10%] left-[-10%] w-[600px] h-[600px] bg-emerald-50/60 rounded-full blur-[120px]"
></div>
<div
class="absolute bottom-[-10%] right-[-10%] w-[600px] h-[600px] bg-indigo-50/60 rounded-full blur-[120px]"
></div>
</div>
<!-- Navigation (Fixed Centering) -->
<!-- Changed: Removed 'left-1/2 -translate-x-1/2' and used 'w-full flex justify-center' to avoid transform conflict -->
<nav
class="fixed top-6 inset-x-0 z-50 flex justify-center pointer-events-none"
>
<div
class="pointer-events-auto reveal-scale active flex items-center gap-1 p-1.5 pl-4 pr-1.5 bg-white/80 backdrop-blur-xl border border-zinc-200/50 rounded-full shadow-xl shadow-zinc-200/40 ring-1 ring-white/50"
>
<!-- Logo -->
<div class="flex items-center gap-2 mr-6">
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
data-lucide="palmtree"
class="lucide lucide-palmtree w-4 h-4 text-emerald-600 stroke-[1.5]"
>
<path d="M13 8c0-2.76-2.46-5-5.5-5S2 5.24 2 8h2l1-1 1 1h4"></path>
<path
d="M13 7.14A5.82 5.82 0 0 1 16.5 6c3.04 0 5.5 2.24 5.5 5h-3l-1-1-1 1h-3"
></path>
<path
d="M5.89 9.71c-2.15 2.15-2.3 5.47-.35 7.43l4.24-4.25.7-.7.71-.71 2.12-2.12c-1.95-1.96-5.27-1.8-7.42.35"
></path>
<path d="M11 15.5c.5 2.5-.17 4.5-1 6.5h4c2-5.5-