Netlify
tcp/443
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65220d084610
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ignorecase = true precomposeunicode = true [remote "origin"] url = https://github.com/aimelive/weather-dashboard.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main vscode-merge-base = origin/main vscode-merge-base = origin/main
Open service 75.2.60.5:443 · aimelive.tech
2026-01-09 15:04
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 2
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 1899
Content-Type: text/html; charset=UTF-8
Date: Fri, 09 Jan 2026 15:04:29 GMT
Etag: "47bc567123065cea436b10110b01e2b0-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KEHMK7SSE79663MBXPY97TST
Connection: close
Page title: Weather Dashboard
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Weather Dashboard</title>
<link rel="stylesheet" href="style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="app-container">
<!-- Header -->
<header class="header">
<h1>Weather Dashboard</h1>
<p>Get real-time weather information for any city</p>
</header>
<!-- Main Content -->
<main class="main-content">
<!-- Search Section -->
<div class="search-section">
<div class="search-container">
<input
type="text"
id="cityInput"
placeholder="Enter city name..."
class="search-input"
/>
<button id="searchBtn" class="search-button">
<svg
width="20"
height="20"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
>
<circle cx="11" cy="11" r="8"></circle>
<path d="m21 21-4.35-4.35"></path>
</svg>
</button>
</div>
</div>
<!-- Weather Display -->
<div id="weatherResult" class="weather-result">
<div class="weather-placeholder">
<div class="placeholder-icon">🌤️</div>
<p>Enter a city name to get weather information</p>
</div>
</div>
</main>
<!-- Footer -->
<footer class="footer">
<p>Weather Dashboard</p>
</footer>
</div>
<script src="config.js"></script>
<script src="script.js"></script>
</body>
</html>
Open service 75.2.60.5:443 · aimelive.tech
2026-01-02 14:35
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: 1899
Content-Type: text/html; charset=UTF-8
Date: Fri, 02 Jan 2026 14:35:04 GMT
Etag: "47bc567123065cea436b10110b01e2b0-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDZJ4ANQ2528QAZPBSNH533C
Connection: close
Page title: Weather Dashboard
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Weather Dashboard</title>
<link rel="stylesheet" href="style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="app-container">
<!-- Header -->
<header class="header">
<h1>Weather Dashboard</h1>
<p>Get real-time weather information for any city</p>
</header>
<!-- Main Content -->
<main class="main-content">
<!-- Search Section -->
<div class="search-section">
<div class="search-container">
<input
type="text"
id="cityInput"
placeholder="Enter city name..."
class="search-input"
/>
<button id="searchBtn" class="search-button">
<svg
width="20"
height="20"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
>
<circle cx="11" cy="11" r="8"></circle>
<path d="m21 21-4.35-4.35"></path>
</svg>
</button>
</div>
</div>
<!-- Weather Display -->
<div id="weatherResult" class="weather-result">
<div class="weather-placeholder">
<div class="placeholder-icon">🌤️</div>
<p>Enter a city name to get weather information</p>
</div>
</div>
</main>
<!-- Footer -->
<footer class="footer">
<p>Weather Dashboard</p>
</footer>
</div>
<script src="config.js"></script>
<script src="script.js"></script>
</body>
</html>
Open service 75.2.60.5:443 · aimelive.tech
2025-12-22 22:07
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 2
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 1899
Content-Type: text/html; charset=UTF-8
Date: Mon, 22 Dec 2025 22:07:42 GMT
Etag: "47bc567123065cea436b10110b01e2b0-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KD41N6ZWYEPS0M2N0SS0FCN0
Connection: close
Page title: Weather Dashboard
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Weather Dashboard</title>
<link rel="stylesheet" href="style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="app-container">
<!-- Header -->
<header class="header">
<h1>Weather Dashboard</h1>
<p>Get real-time weather information for any city</p>
</header>
<!-- Main Content -->
<main class="main-content">
<!-- Search Section -->
<div class="search-section">
<div class="search-container">
<input
type="text"
id="cityInput"
placeholder="Enter city name..."
class="search-input"
/>
<button id="searchBtn" class="search-button">
<svg
width="20"
height="20"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
>
<circle cx="11" cy="11" r="8"></circle>
<path d="m21 21-4.35-4.35"></path>
</svg>
</button>
</div>
</div>
<!-- Weather Display -->
<div id="weatherResult" class="weather-result">
<div class="weather-placeholder">
<div class="placeholder-icon">🌤️</div>
<p>Enter a city name to get weather information</p>
</div>
</div>
</main>
<!-- Footer -->
<footer class="footer">
<p>Weather Dashboard</p>
</footer>
</div>
<script src="config.js"></script>
<script src="script.js"></script>
</body>
</html>
Open service 75.2.60.5:443 · aimelive.tech
2025-12-21 09:37
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: 1899
Content-Type: text/html; charset=UTF-8
Date: Sun, 21 Dec 2025 09:37:07 GMT
Etag: "47bc567123065cea436b10110b01e2b0-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KD04A4TFV2H80MQ2EGBBF3WY
Connection: close
Page title: Weather Dashboard
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Weather Dashboard</title>
<link rel="stylesheet" href="style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="app-container">
<!-- Header -->
<header class="header">
<h1>Weather Dashboard</h1>
<p>Get real-time weather information for any city</p>
</header>
<!-- Main Content -->
<main class="main-content">
<!-- Search Section -->
<div class="search-section">
<div class="search-container">
<input
type="text"
id="cityInput"
placeholder="Enter city name..."
class="search-input"
/>
<button id="searchBtn" class="search-button">
<svg
width="20"
height="20"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
>
<circle cx="11" cy="11" r="8"></circle>
<path d="m21 21-4.35-4.35"></path>
</svg>
</button>
</div>
</div>
<!-- Weather Display -->
<div id="weatherResult" class="weather-result">
<div class="weather-placeholder">
<div class="placeholder-icon">🌤️</div>
<p>Enter a city name to get weather information</p>
</div>
</div>
</main>
<!-- Footer -->
<footer class="footer">
<p>Weather Dashboard</p>
</footer>
</div>
<script src="config.js"></script>
<script src="script.js"></script>
</body>
</html>
Open service 75.2.60.5:443 · aimelive.tech
2025-12-19 11:14
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: 1899
Content-Type: text/html; charset=UTF-8
Date: Fri, 19 Dec 2025 11:14:25 GMT
Etag: "47bc567123065cea436b10110b01e2b0-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KCV52VXW88QCAVBDVWKR1P4Y
Connection: close
Page title: Weather Dashboard
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Weather Dashboard</title>
<link rel="stylesheet" href="style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="app-container">
<!-- Header -->
<header class="header">
<h1>Weather Dashboard</h1>
<p>Get real-time weather information for any city</p>
</header>
<!-- Main Content -->
<main class="main-content">
<!-- Search Section -->
<div class="search-section">
<div class="search-container">
<input
type="text"
id="cityInput"
placeholder="Enter city name..."
class="search-input"
/>
<button id="searchBtn" class="search-button">
<svg
width="20"
height="20"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
>
<circle cx="11" cy="11" r="8"></circle>
<path d="m21 21-4.35-4.35"></path>
</svg>
</button>
</div>
</div>
<!-- Weather Display -->
<div id="weatherResult" class="weather-result">
<div class="weather-placeholder">
<div class="placeholder-icon">🌤️</div>
<p>Enter a city name to get weather information</p>
</div>
</div>
</main>
<!-- Footer -->
<footer class="footer">
<p>Weather Dashboard</p>
</footer>
</div>
<script src="config.js"></script>
<script src="script.js"></script>
</body>
</html>