Netlify
tcp/443 tcp/80
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb8c608bd1
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true [remote "origin"] url = https://github.com/MediaCreativeHQ/Coexist-landing-page.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main vscode-merge-base = origin/main
Open service 2a05:d014:58f:6200::258:80 · waitlist.coexistencemall.com
2025-12-19 17:10
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Fri, 19 Dec 2025 17:10:35 GMT Location: https://waitlist.coexistencemall.com/ Server: Netlify X-Nf-Request-Id: 01KCVSF17DYSEZ87QZJ3DTE5WN Content-Length: 52 Connection: close Redirecting to https://waitlist.coexistencemall.com/
Open service 63.176.8.218:80 · waitlist.coexistencemall.com
2025-12-19 17:10
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Fri, 19 Dec 2025 17:10:35 GMT Location: https://waitlist.coexistencemall.com/ Server: Netlify X-Nf-Request-Id: 01KCVSF1M6RFK6GDDQ8JRGCXQB Content-Length: 52 Connection: close Redirecting to https://waitlist.coexistencemall.com/
Open service 35.157.26.135:443 · waitlist.coexistencemall.com
2025-12-19 17:10
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 1
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 13193
Content-Type: text/html; charset=UTF-8
Date: Fri, 19 Dec 2025 17:10:36 GMT
Etag: "3c83dbd90e288d5fa1fd4e82ed094137-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KCVSF1YWF9H5VP6YJPV1A6M6
Connection: close
Page title: COEXISTENCE MALL - Join Our Launch
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>COEXISTENCE MALL - Join Our Launch</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
@keyframes float {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
}
@keyframes pulse-glow {
0%, 100% { opacity: 0.6; transform: scale(1); }
50% { opacity: 0.8; transform: scale(1.05); }
}
.float-animation { animation: float 3s ease-in-out infinite; }
.pulse-glow { animation: pulse-glow 2s ease-in-out infinite; }
.animation-delay-2000 { animation-delay: 2s; }
.animation-delay-4000 { animation-delay: 4s; }
</style>
</head>
<body class="min-h-screen bg-gradient-to-br from-gray-900 via-blue-900 to-purple-900">
<!-- Animated Background Elements -->
<div class="absolute inset-0 overflow-hidden">
<div class="absolute -top-40 -right-40 w-80 h-80 bg-purple-500 rounded-full mix-blend-multiply filter blur-xl opacity-20 pulse-glow"></div>
<div class="absolute -bottom-40 -left-40 w-80 h-80 bg-blue-500 rounded-full mix-blend-multiply filter blur-xl opacity-20 pulse-glow animation-delay-2000"></div>
<div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 w-80 h-80 bg-cyan-500 rounded-full mix-blend-multiply filter blur-xl opacity-20 pulse-glow animation-delay-4000"></div>
</div>
<!-- Navigation -->
<nav class="relative z-10 px-6 py-4">
<div class="max-w-7xl mx-auto flex justify-between items-center">
<div class="text-2xl font-bold bg-gradient-to-r from-cyan-400 to-purple-400 bg-clip-text text-transparent">
Coexistence
</div>
<div class="hidden md:flex space-x-8 text-gray-300">
<a href="#features" class="hover:text-cyan-400 transition-colors">Features</a>
<a href="#video" class="hover:text-cyan-400 transition-colors">Demo</a>
<a href="#waitlist" class="hover:text-cyan-400 transition-colors">Join Waitlist</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="relative z-10 px-6 py-20">
<div class="max-w-4xl mx-auto text-center">
<h1 class="text-5xl md:text-7xl font-bold mb-6 bg-gradient-to-r from-white via-cyan-200 to-purple-200 bg-clip-text text-transparent leading-tight">
The Future of
<span class="block bg-gradient-to-r from-cyan-400 to-purple-500 bg-clip-text text-transparent">
Digital Commerce
</span>
</h1>
<p class="text-xl md:text-2xl text-gray-300 mb-8 max-w-3xl mx-auto leading-relaxed">
Revolutionary platform that connects <span class="text-cyan-400 font-semibold">shoppers</span>, <span class="text-purple-400 font-semibold">vendors</span>, and <span class="text-cyan-400 font-semibold">suppliers</span> in one unified digital marketplace ecosystem.
</p>
<!-- Who Is This For -->
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-12 max-w-4xl mx-auto">
<div class="bg-gradient-to-br from-cyan-500/10 to-cyan-600/10 border border-cyan-500/20 rounded-xl p-6 text-center backdrop-blur-sm">
<div class="text-4xl mb-4">🛍️</div>
<h3 class="text-xl font-semibold text-cyan-400 mb-2">Shoppers</h3>
<p class="text-gray-300 text-sm">Discover unique products, compare prices, and shop from verified vendors in one place</p>
</div>
<div class="bg-gradient-to-br from-purple-500/10 to-purple-600/10 border border-purple-500/20 rounded-xl p-6 text-center backdrop-blur-sm">
<div class="text-4xl mb-4">🏪</div>
<h3 class="text-xl font-semibold text-purple-400 mb-2">Vendors</h3>
<p class="text-gray-300 t
Open service 2a05:d014:58f:6200::259:443 · waitlist.coexistencemall.com
2025-12-19 17:10
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 13193
Content-Type: text/html; charset=UTF-8
Date: Fri, 19 Dec 2025 17:10:36 GMT
Etag: "3c83dbd90e288d5fa1fd4e82ed094137-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KCVSF232N3TGMBNXT7MKNMC3
Connection: close
Page title: COEXISTENCE MALL - Join Our Launch
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>COEXISTENCE MALL - Join Our Launch</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
@keyframes float {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
}
@keyframes pulse-glow {
0%, 100% { opacity: 0.6; transform: scale(1); }
50% { opacity: 0.8; transform: scale(1.05); }
}
.float-animation { animation: float 3s ease-in-out infinite; }
.pulse-glow { animation: pulse-glow 2s ease-in-out infinite; }
.animation-delay-2000 { animation-delay: 2s; }
.animation-delay-4000 { animation-delay: 4s; }
</style>
</head>
<body class="min-h-screen bg-gradient-to-br from-gray-900 via-blue-900 to-purple-900">
<!-- Animated Background Elements -->
<div class="absolute inset-0 overflow-hidden">
<div class="absolute -top-40 -right-40 w-80 h-80 bg-purple-500 rounded-full mix-blend-multiply filter blur-xl opacity-20 pulse-glow"></div>
<div class="absolute -bottom-40 -left-40 w-80 h-80 bg-blue-500 rounded-full mix-blend-multiply filter blur-xl opacity-20 pulse-glow animation-delay-2000"></div>
<div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 w-80 h-80 bg-cyan-500 rounded-full mix-blend-multiply filter blur-xl opacity-20 pulse-glow animation-delay-4000"></div>
</div>
<!-- Navigation -->
<nav class="relative z-10 px-6 py-4">
<div class="max-w-7xl mx-auto flex justify-between items-center">
<div class="text-2xl font-bold bg-gradient-to-r from-cyan-400 to-purple-400 bg-clip-text text-transparent">
Coexistence
</div>
<div class="hidden md:flex space-x-8 text-gray-300">
<a href="#features" class="hover:text-cyan-400 transition-colors">Features</a>
<a href="#video" class="hover:text-cyan-400 transition-colors">Demo</a>
<a href="#waitlist" class="hover:text-cyan-400 transition-colors">Join Waitlist</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="relative z-10 px-6 py-20">
<div class="max-w-4xl mx-auto text-center">
<h1 class="text-5xl md:text-7xl font-bold mb-6 bg-gradient-to-r from-white via-cyan-200 to-purple-200 bg-clip-text text-transparent leading-tight">
The Future of
<span class="block bg-gradient-to-r from-cyan-400 to-purple-500 bg-clip-text text-transparent">
Digital Commerce
</span>
</h1>
<p class="text-xl md:text-2xl text-gray-300 mb-8 max-w-3xl mx-auto leading-relaxed">
Revolutionary platform that connects <span class="text-cyan-400 font-semibold">shoppers</span>, <span class="text-purple-400 font-semibold">vendors</span>, and <span class="text-cyan-400 font-semibold">suppliers</span> in one unified digital marketplace ecosystem.
</p>
<!-- Who Is This For -->
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-12 max-w-4xl mx-auto">
<div class="bg-gradient-to-br from-cyan-500/10 to-cyan-600/10 border border-cyan-500/20 rounded-xl p-6 text-center backdrop-blur-sm">
<div class="text-4xl mb-4">🛍️</div>
<h3 class="text-xl font-semibold text-cyan-400 mb-2">Shoppers</h3>
<p class="text-gray-300 text-sm">Discover unique products, compare prices, and shop from verified vendors in one place</p>
</div>
<div class="bg-gradient-to-br from-purple-500/10 to-purple-600/10 border border-purple-500/20 rounded-xl p-6 text-center backdrop-blur-sm">
<div class="text-4xl mb-4">🏪</div>
<h3 class="text-xl font-semibold text-purple-400 mb-2">Vendors</h3>
<p class="text-gray-300 t
Open service 35.157.26.135:80 · waitlist.coexistencemall.com
2025-12-19 17:10
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Fri, 19 Dec 2025 17:10:35 GMT Location: https://waitlist.coexistencemall.com/ Server: Netlify X-Nf-Request-Id: 01KCVSF0YYHBGWK91GRVV460DQ Content-Length: 52 Connection: close Redirecting to https://waitlist.coexistencemall.com/
Open service 2a05:d014:58f:6200::258:443 · waitlist.coexistencemall.com
2025-12-19 17:10
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 2
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; fwd=miss
Content-Length: 13193
Content-Type: text/html; charset=UTF-8
Date: Fri, 19 Dec 2025 17:10:36 GMT
Etag: "3c83dbd90e288d5fa1fd4e82ed094137-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KCVSF1KKS1CW5NHKE6EP45AP
Connection: close
Page title: COEXISTENCE MALL - Join Our Launch
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>COEXISTENCE MALL - Join Our Launch</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
@keyframes float {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
}
@keyframes pulse-glow {
0%, 100% { opacity: 0.6; transform: scale(1); }
50% { opacity: 0.8; transform: scale(1.05); }
}
.float-animation { animation: float 3s ease-in-out infinite; }
.pulse-glow { animation: pulse-glow 2s ease-in-out infinite; }
.animation-delay-2000 { animation-delay: 2s; }
.animation-delay-4000 { animation-delay: 4s; }
</style>
</head>
<body class="min-h-screen bg-gradient-to-br from-gray-900 via-blue-900 to-purple-900">
<!-- Animated Background Elements -->
<div class="absolute inset-0 overflow-hidden">
<div class="absolute -top-40 -right-40 w-80 h-80 bg-purple-500 rounded-full mix-blend-multiply filter blur-xl opacity-20 pulse-glow"></div>
<div class="absolute -bottom-40 -left-40 w-80 h-80 bg-blue-500 rounded-full mix-blend-multiply filter blur-xl opacity-20 pulse-glow animation-delay-2000"></div>
<div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 w-80 h-80 bg-cyan-500 rounded-full mix-blend-multiply filter blur-xl opacity-20 pulse-glow animation-delay-4000"></div>
</div>
<!-- Navigation -->
<nav class="relative z-10 px-6 py-4">
<div class="max-w-7xl mx-auto flex justify-between items-center">
<div class="text-2xl font-bold bg-gradient-to-r from-cyan-400 to-purple-400 bg-clip-text text-transparent">
Coexistence
</div>
<div class="hidden md:flex space-x-8 text-gray-300">
<a href="#features" class="hover:text-cyan-400 transition-colors">Features</a>
<a href="#video" class="hover:text-cyan-400 transition-colors">Demo</a>
<a href="#waitlist" class="hover:text-cyan-400 transition-colors">Join Waitlist</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="relative z-10 px-6 py-20">
<div class="max-w-4xl mx-auto text-center">
<h1 class="text-5xl md:text-7xl font-bold mb-6 bg-gradient-to-r from-white via-cyan-200 to-purple-200 bg-clip-text text-transparent leading-tight">
The Future of
<span class="block bg-gradient-to-r from-cyan-400 to-purple-500 bg-clip-text text-transparent">
Digital Commerce
</span>
</h1>
<p class="text-xl md:text-2xl text-gray-300 mb-8 max-w-3xl mx-auto leading-relaxed">
Revolutionary platform that connects <span class="text-cyan-400 font-semibold">shoppers</span>, <span class="text-purple-400 font-semibold">vendors</span>, and <span class="text-cyan-400 font-semibold">suppliers</span> in one unified digital marketplace ecosystem.
</p>
<!-- Who Is This For -->
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-12 max-w-4xl mx-auto">
<div class="bg-gradient-to-br from-cyan-500/10 to-cyan-600/10 border border-cyan-500/20 rounded-xl p-6 text-center backdrop-blur-sm">
<div class="text-4xl mb-4">🛍️</div>
<h3 class="text-xl font-semibold text-cyan-400 mb-2">Shoppers</h3>
<p class="text-gray-300 text-sm">Discover unique products, compare prices, and shop from verified vendors in one place</p>
</div>
<div class="bg-gradient-to-br from-purple-500/10 to-purple-600/10 border border-purple-500/20 rounded-xl p-6 text-center backdrop-blur-sm">
<div class="text-4xl mb-4">🏪</div>
<h3 class="text-xl font-semibold text-purple-400 mb-2">Vendors</h3>
<p class="text-gray-300 t
Open service 2a05:d014:58f:6200::259:80 · waitlist.coexistencemall.com
2025-12-19 17:10
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Fri, 19 Dec 2025 17:10:35 GMT Location: https://waitlist.coexistencemall.com/ Server: Netlify X-Nf-Request-Id: 01KCVSF0W6GY7DMTTNT29GQN4G Content-Length: 52 Connection: close Redirecting to https://waitlist.coexistencemall.com/
Open service 63.176.8.218:443 · waitlist.coexistencemall.com
2025-12-19 17:10
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 13193
Content-Type: text/html; charset=UTF-8
Date: Fri, 19 Dec 2025 17:10:35 GMT
Etag: "3c83dbd90e288d5fa1fd4e82ed094137-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KCVSF1CQ4ZESP8CFD3HWK0QA
Connection: close
Page title: COEXISTENCE MALL - Join Our Launch
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>COEXISTENCE MALL - Join Our Launch</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
@keyframes float {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
}
@keyframes pulse-glow {
0%, 100% { opacity: 0.6; transform: scale(1); }
50% { opacity: 0.8; transform: scale(1.05); }
}
.float-animation { animation: float 3s ease-in-out infinite; }
.pulse-glow { animation: pulse-glow 2s ease-in-out infinite; }
.animation-delay-2000 { animation-delay: 2s; }
.animation-delay-4000 { animation-delay: 4s; }
</style>
</head>
<body class="min-h-screen bg-gradient-to-br from-gray-900 via-blue-900 to-purple-900">
<!-- Animated Background Elements -->
<div class="absolute inset-0 overflow-hidden">
<div class="absolute -top-40 -right-40 w-80 h-80 bg-purple-500 rounded-full mix-blend-multiply filter blur-xl opacity-20 pulse-glow"></div>
<div class="absolute -bottom-40 -left-40 w-80 h-80 bg-blue-500 rounded-full mix-blend-multiply filter blur-xl opacity-20 pulse-glow animation-delay-2000"></div>
<div class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 w-80 h-80 bg-cyan-500 rounded-full mix-blend-multiply filter blur-xl opacity-20 pulse-glow animation-delay-4000"></div>
</div>
<!-- Navigation -->
<nav class="relative z-10 px-6 py-4">
<div class="max-w-7xl mx-auto flex justify-between items-center">
<div class="text-2xl font-bold bg-gradient-to-r from-cyan-400 to-purple-400 bg-clip-text text-transparent">
Coexistence
</div>
<div class="hidden md:flex space-x-8 text-gray-300">
<a href="#features" class="hover:text-cyan-400 transition-colors">Features</a>
<a href="#video" class="hover:text-cyan-400 transition-colors">Demo</a>
<a href="#waitlist" class="hover:text-cyan-400 transition-colors">Join Waitlist</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="relative z-10 px-6 py-20">
<div class="max-w-4xl mx-auto text-center">
<h1 class="text-5xl md:text-7xl font-bold mb-6 bg-gradient-to-r from-white via-cyan-200 to-purple-200 bg-clip-text text-transparent leading-tight">
The Future of
<span class="block bg-gradient-to-r from-cyan-400 to-purple-500 bg-clip-text text-transparent">
Digital Commerce
</span>
</h1>
<p class="text-xl md:text-2xl text-gray-300 mb-8 max-w-3xl mx-auto leading-relaxed">
Revolutionary platform that connects <span class="text-cyan-400 font-semibold">shoppers</span>, <span class="text-purple-400 font-semibold">vendors</span>, and <span class="text-cyan-400 font-semibold">suppliers</span> in one unified digital marketplace ecosystem.
</p>
<!-- Who Is This For -->
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-12 max-w-4xl mx-auto">
<div class="bg-gradient-to-br from-cyan-500/10 to-cyan-600/10 border border-cyan-500/20 rounded-xl p-6 text-center backdrop-blur-sm">
<div class="text-4xl mb-4">🛍️</div>
<h3 class="text-xl font-semibold text-cyan-400 mb-2">Shoppers</h3>
<p class="text-gray-300 text-sm">Discover unique products, compare prices, and shop from verified vendors in one place</p>
</div>
<div class="bg-gradient-to-br from-purple-500/10 to-purple-600/10 border border-purple-500/20 rounded-xl p-6 text-center backdrop-blur-sm">
<div class="text-4xl mb-4">🏪</div>
<h3 class="text-xl font-semibold text-purple-400 mb-2">Vendors</h3>
<p class="text-gray-300 t