Apache
tcp/80
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65227ffa3252
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true symlinks = false [remote "origin"] url = git@github.com:prasadjadhav999/pingr.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65227ffa3252
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true symlinks = false [remote "origin"] url = git@github.com:prasadjadhav999/pingr.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main
Open service 45.113.122.95:80 ยท mail.pingr.in
2026-01-23 08:06
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 08:07:13 GMT
Server: Apache
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
Set-Cookie: PHPSESSID=e0dbfdbe3cf985c42eb2568dd39bb39b; path=/
Upgrade: h2,h2c
Connection: Upgrade, close
Vary: Accept-Encoding,User-Agent
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
Page title: Pingr - Open Source Secure Messaging App
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Pingr - Open Source Secure Messaging App</title>
<link rel="stylesheet" href="/css/styles_combined.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"/>
</head>
<body>
<div class="wrapper">
<section class="form signup">
<div style="display: flex; flex-direction: column; align-items: center;">
<img src="logo.png" alt="Logo" style="margin-bottom: 10px; max-width: 100px;">
<header style="text-align: center;">Pingr</header>
</div>
<form action="#" method="POST" enctype="multipart/form-data" autocomplete="off">
<div class="error-text"></div>
<div class="field input">
<label>Mobile Number</label>
<input type="text" name="mobile" placeholder="Enter your mobile number" required>
</div>
<div class="field input">
<label>Password</label>
<input type="password" name="password" placeholder="Enter new password" required>
<i class="fas fa-eye"></i>
</div>
<div class="field button">
<input type="submit" name="submit" value="Sign Up To Pingr">
</div>
</form>
<div class="link" style="color: #959090;">Already Account? <a href="login.php" style="color: #38bdf8;">Login now</a></div>
</section>
</div>
<script src="js/password-eye-btn.js"></script>
<script src="js/signup.js"></script>
</body>
</html>