Netlify
tcp/443
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb4a80681a
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true [remote "origin"] url = https://github.com/aminelmaghili79-art/kickflow-sitee.git fetch = +refs/heads/*:refs/remotes/origin/*
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb51d830b0
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true [remote "origin"] url = https://github.com/amine/kickflow-site.git fetch = +refs/heads/*:refs/remotes/origin/*
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb51d830b0
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true [remote "origin"] url = https://github.com/amine/kickflow-site.git fetch = +refs/heads/*:refs/remotes/origin/*
Open service 75.2.60.5:443 · kickflow.ma
2026-01-09 06:35
HTTP/1.1 404 Not Found Cache-Control: private, max-age=0 Content-Type: text/plain; charset=utf-8 Date: Fri, 09 Jan 2026 06:35:17 GMT Server: Netlify X-Nf-Request-Id: 01KEGQEVVYS7YRHZF0WYQJE94E Content-Length: 50 Connection: close Not Found - Request ID: 01KEGQEVVYS7YRHZF0WYQJE94E
Open service 75.2.60.5:443 · kickflow.ma
2026-01-02 05:53
HTTP/1.1 404 Not Found Cache-Control: private, max-age=0 Content-Type: text/plain; charset=utf-8 Date: Fri, 02 Jan 2026 05:53:14 GMT Server: Netlify X-Nf-Request-Id: 01KDYM8TNA34QDDTB8EV7QZMW2 Content-Length: 50 Connection: close Not Found - Request ID: 01KDYM8TNA34QDDTB8EV7QZMW2
Open service 75.2.60.5:443 · kickflow.ma
2025-12-23 00:26
HTTP/1.1 404 Not Found Cache-Control: private, max-age=0 Content-Type: text/plain; charset=utf-8 Date: Tue, 23 Dec 2025 00:26:54 GMT Server: Netlify X-Nf-Request-Id: 01KD49M36X6BMW64TSS0ZSW4VD Content-Length: 50 Connection: close Not Found - Request ID: 01KD49M36X6BMW64TSS0ZSW4VD
Open service 75.2.60.5:443 · kickflow.ma
2025-12-21 02:35
HTTP/1.1 404 Not Found Cache-Control: private, max-age=0 Content-Type: text/plain; charset=utf-8 Date: Sun, 21 Dec 2025 02:35:36 GMT Server: Netlify X-Nf-Request-Id: 01KCZC6AAF013129SMN363CQ3B Content-Length: 50 Connection: close Not Found - Request ID: 01KCZC6AAF013129SMN363CQ3B
Open service 75.2.60.5:443 · kickflow.ma
2025-12-19 04:15
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: 2574
Content-Type: text/html; charset=UTF-8
Date: Fri, 19 Dec 2025 04:15:41 GMT
Etag: "3c77602e2261efaecd171eb8e0193c44-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KCTD455E2Q49N7GE09ANTMJ0
Connection: close
Page title: Kick Flow - Welcome
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kick Flow - Welcome</title>
<style>
/* إعداد عام */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
height: 100vh;
width: 100%;
background:
linear-gradient(rgba(184, 24, 24, 0.35), rgba(0, 0, 0, 0.35)),
url("https://i.ibb.co/Dg55qLj9/IMG-1704.png") no-repeat center center/cover;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: #d3c9c9;
font-family: 'Poppins', sans-serif;
text-align: center;
overflow: hidden;
}
h1 {
font-size: 4rem;
font-weight: 900;
text-transform: uppercase;
color: #ffcc00;
text-shadow: 0 0 25px #000000, 0 0 50px #ff6600;
letter-spacing: 3px;
margin-bottom: 20px;
animation: fadeInDown 1.2s ease forwards;
}
h2 {
font-size: 1.5rem;
font-weight: 400;
color: #ffffff;
margin-bottom: 60px;
animation: fadeIn 2s ease forwards;
}
button {
background: linear-gradient(90deg, #990606, #ff6600);
border: none;
color: white;
padding: 18px 55px;
font-size: 1.3rem;
border-radius: 40px;
cursor: pointer;
box-shadow: 0 0 20px rgba(255,0,0,0.8);
transition: 0.3s ease;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
animation: pulse 2s infinite;
}
button:hover {
transform: scale(1.1);
box-shadow: 0 0 40px rgba(255,150,0,1);
}
footer {
position: absolute;
bottom: 15px;
font-size: 0.9rem;
color: #ddd;
letter-spacing: 1px;
}
@keyframes pulse {
0%,100% { box-shadow: 0 0 15px rgba(255,0,0,0.7); }
50% { box-shadow: 0 0 35px rgba(255,150,0,1); }
}
@keyframes fadeInDown {
from { opacity: 0; transform: translateY(-50px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
</style>
</head>
<body>
<h1>Welcome to KickFlow </h1>
<h2>The Ultimate Rap Battle Experience</h2>
<button onclick="window.location.href='organizers.html'">Enter the Event</button>
<footer>© 2025 Kick Flow. All Rights Reserved.FDI TEAM</footer>
</body>
</html>