Netlify
tcp/443
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522187fd899
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ignorecase = true precomposeunicode = true [remote "origin"] url = https://github.com/KarrarMohamed/mathkharchi_website.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master
Open service 35.157.26.135:443 · mathkharchi.com
2025-12-30 15:38
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: 3423
Content-Type: text/html; charset=UTF-8
Date: Tue, 30 Dec 2025 15:38:00 GMT
Etag: "d2941d8c5718165be6cb03f1554618f7-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDQYHDTFA1P8KXTD7CVGMENC
Connection: close
Page title: Mathkharchi
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mathkharchi</title>
<link href="https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap" rel="stylesheet">
<style>
/* General Reset */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Cairo', sans-serif;
background-color: #f9f9f9;
color: #707070;
display: flex;
justify-content: center;
align-items: flex-start;
min-height: 100vh;
padding: 50px 0;
}
.container {
text-align: right;
padding: 50px 160.5px 0 50px;
width: 100%;
}
.title {
font-size: 7rem;
font-weight: bold;
margin-bottom: 20px;
}
.subtitle {
font-size: 1.4rem;
margin-bottom: 20px;
}
.description {
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 20px;
}
.buttons {
display: flex;
gap: 10px;
justify-content: flex-end;
padding: 20px 0 0 0;
flex-direction: row;
}
.button img {
width: 180px;
/* Adjusted width for better visibility */
height: auto;
}
/* Responsive Design */
@media (max-width: 1000px) {
.container {
padding: 50px;
}
.title {
font-size: 4rem;
}
.subtitle {
font-size: 1.2rem;
}
.description {
font-size: 1rem;
}
.button img {
width: 150px;
/* Reduced size for medium screens */
}
}
@media (max-width: 600px) {
.container {
text-align: center;
padding: 20px;
}
.title {
font-size: 2rem;
}
.subtitle {
font-size: 1rem;
}
.description {
font-size: 0.9rem;
}
.buttons {
flex-direction: column;
align-items: center;
}
.button img {
width: 120px;
/* Reduced size for small screens */
}
}
</style>
</head>
<body>
<div class="container">
<div class="title">مذخرچي</div>
<div class="subtitle">لمتابعة الاستحصالات المالية والمدفوعات</div>
<div class="description">
تسهيل وتبسيط عمليات الاستحصالات المالية بكل كفائة مع امكانية مراقبة ديون العملاء وارصدة المردود
</div>
<div class="buttons">
<a class="button google-play">
<img src="assets/group_1.svg" alt="Download on Google Play">
</a>
<a class="button app-store">
<img src="assets/group_3.svg" alt="Download on App Store">
</a>
</div>
</div>
</body>
</html>