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: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a6522d4370c20
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true ignorecase = true precomposeunicode = true [lfs] repositoryformatversion = 0 [remote "origin"] url = https://github.com/sagaragrawal07/Himalyanchewsweb.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main
Open service 75.2.60.5:443 路 himalyanchews.com
2026-01-08 22:23
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 4
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 3670
Content-Type: text/html; charset=UTF-8
Date: Thu, 08 Jan 2026 22:23:24 GMT
Etag: "eea6293f9cee2de8b6473d6164c9fd6d-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KEFVA5WEZCHM33VHQ4PBABCD
Connection: close
Page title: Himalayan Chews
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Himalayan Chews</title>
<style>
body {
background-color: #fdf3e7;
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
text-align: center;
}
header {
background-color: #ffcc00;
padding: 20px 0;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
header h1 {
margin: 0;
font-size: 2.5em;
color: #333;
}
nav ul {
list-style: none;
padding: 0;
display: flex;
justify-content: center;
margin: 20px 0;
}
nav ul li {
margin: 0 20px;
}
nav ul li a {
text-decoration: none;
color: #333;
font-weight: bold;
font-size: 1.2em;
}
section {
width: 80%;
max-width: 1200px;
margin: 30px auto;
padding: 20px;
background: white;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
h2 {
font-size: 2em;
color: #333;
}
p {
font-size: 1.2em;
color: #666;
line-height: 1.6;
}
.steps {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.step {
width: 45%;
background: #ffcc00;
padding: 20px;
margin: 10px;
border-radius: 10px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
footer {
background-color: #333;
color: #fff;
padding: 20px 0;
text-align: center;
}
</style>
</head>
<body>
<header>
<h1>Himalayan Chews</h1>
<p>Your pets gonna love it!</p>
</header>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#how-its-made">How It's Made</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
<section id="about">
<h2>About Himalayan Chews</h2>
<p>Himalayan Chews are 100% natural, made from yak and cow milk. Our chews are handcrafted, smoke-dried, and aged to perfection, ensuring a long-lasting, healthy treat for your pets.</p>
</section>
<section id="how-its-made">
<h2>How It's Made</h2>
<div class="steps">
<div class="step">
<h3>1. Milk Collection</h3>
<p>Fresh milk is sourced from yaks and cows grazing at high altitudes, feeding on natural herbs and pure Himalayan water.</p>
</div>
<div class="step">
<h3>2. Boiling</h3>
<p>The milk is heated at 90掳C to kill bacteria, and then the fat is removed to obtain skimmed milk.</p>
</div>
<div class="step">
<h3>3. Cheese Formation</h3>
<p>A small amount of lime juice and Himalayan salt is added to coagulate the milk into fresh cheese.</p>
</div>
<div class="step">
<h3>4. Moisture Removal</h3>
<p>The cheese is packed into blocks, wrapped in jute cloth, and compressed to extract excess water.</p>
</div>
<div class="step">
<h3>5. Smoke Drying</h3>
<p>The chews are cut into bars and smoke-dried for 28 days, enhancing their texture and preservation.</p>
</div>
<div class="step">
<h3>6. Quality Control</h3>
<p>Every chew is inspected to meet international quality standards before packaging and shipping.</p>
</div>
</div>
</section>
<section id="contact">
<h2>Contact Us</h2>
<p>馃搷 Address: Kathmandu, Nepal</p>
<p>馃摟 Email: contact@himalayanchews.com</p>
</section>
<footer>
<p>漏 2025 Himalayan Chews | All Rights Reserved</p>
</footer>
</body>
</html>
Open service 75.2.60.5:443 路 himalyanchews.com
2026-01-02 11:30
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: 3670
Content-Type: text/html; charset=UTF-8
Date: Fri, 02 Jan 2026 11:30:18 GMT
Etag: "eea6293f9cee2de8b6473d6164c9fd6d-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KDZ7J0WTZ1YSS2AWHAEVDTJK
Connection: close
Page title: Himalayan Chews
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Himalayan Chews</title>
<style>
body {
background-color: #fdf3e7;
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
text-align: center;
}
header {
background-color: #ffcc00;
padding: 20px 0;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
header h1 {
margin: 0;
font-size: 2.5em;
color: #333;
}
nav ul {
list-style: none;
padding: 0;
display: flex;
justify-content: center;
margin: 20px 0;
}
nav ul li {
margin: 0 20px;
}
nav ul li a {
text-decoration: none;
color: #333;
font-weight: bold;
font-size: 1.2em;
}
section {
width: 80%;
max-width: 1200px;
margin: 30px auto;
padding: 20px;
background: white;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
h2 {
font-size: 2em;
color: #333;
}
p {
font-size: 1.2em;
color: #666;
line-height: 1.6;
}
.steps {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.step {
width: 45%;
background: #ffcc00;
padding: 20px;
margin: 10px;
border-radius: 10px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
footer {
background-color: #333;
color: #fff;
padding: 20px 0;
text-align: center;
}
</style>
</head>
<body>
<header>
<h1>Himalayan Chews</h1>
<p>Your pets gonna love it!</p>
</header>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#how-its-made">How It's Made</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
<section id="about">
<h2>About Himalayan Chews</h2>
<p>Himalayan Chews are 100% natural, made from yak and cow milk. Our chews are handcrafted, smoke-dried, and aged to perfection, ensuring a long-lasting, healthy treat for your pets.</p>
</section>
<section id="how-its-made">
<h2>How It's Made</h2>
<div class="steps">
<div class="step">
<h3>1. Milk Collection</h3>
<p>Fresh milk is sourced from yaks and cows grazing at high altitudes, feeding on natural herbs and pure Himalayan water.</p>
</div>
<div class="step">
<h3>2. Boiling</h3>
<p>The milk is heated at 90掳C to kill bacteria, and then the fat is removed to obtain skimmed milk.</p>
</div>
<div class="step">
<h3>3. Cheese Formation</h3>
<p>A small amount of lime juice and Himalayan salt is added to coagulate the milk into fresh cheese.</p>
</div>
<div class="step">
<h3>4. Moisture Removal</h3>
<p>The cheese is packed into blocks, wrapped in jute cloth, and compressed to extract excess water.</p>
</div>
<div class="step">
<h3>5. Smoke Drying</h3>
<p>The chews are cut into bars and smoke-dried for 28 days, enhancing their texture and preservation.</p>
</div>
<div class="step">
<h3>6. Quality Control</h3>
<p>Every chew is inspected to meet international quality standards before packaging and shipping.</p>
</div>
</div>
</section>
<section id="contact">
<h2>Contact Us</h2>
<p>馃搷 Address: Kathmandu, Nepal</p>
<p>馃摟 Email: contact@himalayanchews.com</p>
</section>
<footer>
<p>漏 2025 Himalayan Chews | All Rights Reserved</p>
</footer>
</body>
</html>
Open service 75.2.60.5:443 路 himalyanchews.com
2025-12-22 21:39
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: 3670
Content-Type: text/html; charset=UTF-8
Date: Mon, 22 Dec 2025 21:39:48 GMT
Etag: "eea6293f9cee2de8b6473d6164c9fd6d-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KD4024AQQNT7A3A9H13GT2MX
Connection: close
Page title: Himalayan Chews
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Himalayan Chews</title>
<style>
body {
background-color: #fdf3e7;
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
text-align: center;
}
header {
background-color: #ffcc00;
padding: 20px 0;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
header h1 {
margin: 0;
font-size: 2.5em;
color: #333;
}
nav ul {
list-style: none;
padding: 0;
display: flex;
justify-content: center;
margin: 20px 0;
}
nav ul li {
margin: 0 20px;
}
nav ul li a {
text-decoration: none;
color: #333;
font-weight: bold;
font-size: 1.2em;
}
section {
width: 80%;
max-width: 1200px;
margin: 30px auto;
padding: 20px;
background: white;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
h2 {
font-size: 2em;
color: #333;
}
p {
font-size: 1.2em;
color: #666;
line-height: 1.6;
}
.steps {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.step {
width: 45%;
background: #ffcc00;
padding: 20px;
margin: 10px;
border-radius: 10px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
footer {
background-color: #333;
color: #fff;
padding: 20px 0;
text-align: center;
}
</style>
</head>
<body>
<header>
<h1>Himalayan Chews</h1>
<p>Your pets gonna love it!</p>
</header>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#how-its-made">How It's Made</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
<section id="about">
<h2>About Himalayan Chews</h2>
<p>Himalayan Chews are 100% natural, made from yak and cow milk. Our chews are handcrafted, smoke-dried, and aged to perfection, ensuring a long-lasting, healthy treat for your pets.</p>
</section>
<section id="how-its-made">
<h2>How It's Made</h2>
<div class="steps">
<div class="step">
<h3>1. Milk Collection</h3>
<p>Fresh milk is sourced from yaks and cows grazing at high altitudes, feeding on natural herbs and pure Himalayan water.</p>
</div>
<div class="step">
<h3>2. Boiling</h3>
<p>The milk is heated at 90掳C to kill bacteria, and then the fat is removed to obtain skimmed milk.</p>
</div>
<div class="step">
<h3>3. Cheese Formation</h3>
<p>A small amount of lime juice and Himalayan salt is added to coagulate the milk into fresh cheese.</p>
</div>
<div class="step">
<h3>4. Moisture Removal</h3>
<p>The cheese is packed into blocks, wrapped in jute cloth, and compressed to extract excess water.</p>
</div>
<div class="step">
<h3>5. Smoke Drying</h3>
<p>The chews are cut into bars and smoke-dried for 28 days, enhancing their texture and preservation.</p>
</div>
<div class="step">
<h3>6. Quality Control</h3>
<p>Every chew is inspected to meet international quality standards before packaging and shipping.</p>
</div>
</div>
</section>
<section id="contact">
<h2>Contact Us</h2>
<p>馃搷 Address: Kathmandu, Nepal</p>
<p>馃摟 Email: contact@himalayanchews.com</p>
</section>
<footer>
<p>漏 2025 Himalayan Chews | All Rights Reserved</p>
</footer>
</body>
</html>
Open service 75.2.60.5:443 路 himalyanchews.com
2025-12-20 23:40
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: 3670
Content-Type: text/html; charset=UTF-8
Date: Sat, 20 Dec 2025 23:40:22 GMT
Etag: "eea6293f9cee2de8b6473d6164c9fd6d-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KCZ25F79VTE1PC94S88FQHMB
Connection: close
Page title: Himalayan Chews
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Himalayan Chews</title>
<style>
body {
background-color: #fdf3e7;
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
text-align: center;
}
header {
background-color: #ffcc00;
padding: 20px 0;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
header h1 {
margin: 0;
font-size: 2.5em;
color: #333;
}
nav ul {
list-style: none;
padding: 0;
display: flex;
justify-content: center;
margin: 20px 0;
}
nav ul li {
margin: 0 20px;
}
nav ul li a {
text-decoration: none;
color: #333;
font-weight: bold;
font-size: 1.2em;
}
section {
width: 80%;
max-width: 1200px;
margin: 30px auto;
padding: 20px;
background: white;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
h2 {
font-size: 2em;
color: #333;
}
p {
font-size: 1.2em;
color: #666;
line-height: 1.6;
}
.steps {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.step {
width: 45%;
background: #ffcc00;
padding: 20px;
margin: 10px;
border-radius: 10px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
footer {
background-color: #333;
color: #fff;
padding: 20px 0;
text-align: center;
}
</style>
</head>
<body>
<header>
<h1>Himalayan Chews</h1>
<p>Your pets gonna love it!</p>
</header>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#how-its-made">How It's Made</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
<section id="about">
<h2>About Himalayan Chews</h2>
<p>Himalayan Chews are 100% natural, made from yak and cow milk. Our chews are handcrafted, smoke-dried, and aged to perfection, ensuring a long-lasting, healthy treat for your pets.</p>
</section>
<section id="how-its-made">
<h2>How It's Made</h2>
<div class="steps">
<div class="step">
<h3>1. Milk Collection</h3>
<p>Fresh milk is sourced from yaks and cows grazing at high altitudes, feeding on natural herbs and pure Himalayan water.</p>
</div>
<div class="step">
<h3>2. Boiling</h3>
<p>The milk is heated at 90掳C to kill bacteria, and then the fat is removed to obtain skimmed milk.</p>
</div>
<div class="step">
<h3>3. Cheese Formation</h3>
<p>A small amount of lime juice and Himalayan salt is added to coagulate the milk into fresh cheese.</p>
</div>
<div class="step">
<h3>4. Moisture Removal</h3>
<p>The cheese is packed into blocks, wrapped in jute cloth, and compressed to extract excess water.</p>
</div>
<div class="step">
<h3>5. Smoke Drying</h3>
<p>The chews are cut into bars and smoke-dried for 28 days, enhancing their texture and preservation.</p>
</div>
<div class="step">
<h3>6. Quality Control</h3>
<p>Every chew is inspected to meet international quality standards before packaging and shipping.</p>
</div>
</div>
</section>
<section id="contact">
<h2>Contact Us</h2>
<p>馃搷 Address: Kathmandu, Nepal</p>
<p>馃摟 Email: contact@himalayanchews.com</p>
</section>
<footer>
<p>漏 2025 Himalayan Chews | All Rights Reserved</p>
</footer>
</body>
</html>
Open service 75.2.60.5:80 路 www.himalyanchews.com
2025-12-19 00:03
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Fri, 19 Dec 2025 00:03:35 GMT Location: https://www.himalyanchews.com/ Server: Netlify X-Nf-Request-Id: 01KCSYPHGYXFJ7F5KZGG5HHX3Z Content-Length: 45 Connection: close Redirecting to https://www.himalyanchews.com/
Open service 75.2.60.5:443 路 www.himalyanchews.com
2025-12-19 00:03
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Fri, 19 Dec 2025 00:03:35 GMT Location: https://himalyanchews.com/ Server: Netlify Strict-Transport-Security: max-age=31536000 X-Nf-Request-Id: 01KCSYPHH9WKGAHNECDY2QZRAG Content-Length: 41 Connection: close Redirecting to https://himalyanchews.com/
Open service 75.2.60.5:80 路 himalyanchews.com
2025-12-19 00:03
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Fri, 19 Dec 2025 00:03:35 GMT Location: https://himalyanchews.com/ Server: Netlify X-Nf-Request-Id: 01KCSYPHB7NY24C12R6B8MMDH9 Content-Length: 41 Connection: close Redirecting to https://himalyanchews.com/
Open service 75.2.60.5:443 路 himalyanchews.com
2025-12-19 00:03
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: 3670
Content-Type: text/html; charset=UTF-8
Date: Fri, 19 Dec 2025 00:03:35 GMT
Etag: "eea6293f9cee2de8b6473d6164c9fd6d-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KCSYPHM8DV1W7N1WH7AX5HW0
Connection: close
Page title: Himalayan Chews
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Himalayan Chews</title>
<style>
body {
background-color: #fdf3e7;
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0;
text-align: center;
}
header {
background-color: #ffcc00;
padding: 20px 0;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
header h1 {
margin: 0;
font-size: 2.5em;
color: #333;
}
nav ul {
list-style: none;
padding: 0;
display: flex;
justify-content: center;
margin: 20px 0;
}
nav ul li {
margin: 0 20px;
}
nav ul li a {
text-decoration: none;
color: #333;
font-weight: bold;
font-size: 1.2em;
}
section {
width: 80%;
max-width: 1200px;
margin: 30px auto;
padding: 20px;
background: white;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
h2 {
font-size: 2em;
color: #333;
}
p {
font-size: 1.2em;
color: #666;
line-height: 1.6;
}
.steps {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.step {
width: 45%;
background: #ffcc00;
padding: 20px;
margin: 10px;
border-radius: 10px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
footer {
background-color: #333;
color: #fff;
padding: 20px 0;
text-align: center;
}
</style>
</head>
<body>
<header>
<h1>Himalayan Chews</h1>
<p>Your pets gonna love it!</p>
</header>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#how-its-made">How It's Made</a></li>
<li><a href="#contact">Contact Us</a></li>
</ul>
</nav>
<section id="about">
<h2>About Himalayan Chews</h2>
<p>Himalayan Chews are 100% natural, made from yak and cow milk. Our chews are handcrafted, smoke-dried, and aged to perfection, ensuring a long-lasting, healthy treat for your pets.</p>
</section>
<section id="how-its-made">
<h2>How It's Made</h2>
<div class="steps">
<div class="step">
<h3>1. Milk Collection</h3>
<p>Fresh milk is sourced from yaks and cows grazing at high altitudes, feeding on natural herbs and pure Himalayan water.</p>
</div>
<div class="step">
<h3>2. Boiling</h3>
<p>The milk is heated at 90掳C to kill bacteria, and then the fat is removed to obtain skimmed milk.</p>
</div>
<div class="step">
<h3>3. Cheese Formation</h3>
<p>A small amount of lime juice and Himalayan salt is added to coagulate the milk into fresh cheese.</p>
</div>
<div class="step">
<h3>4. Moisture Removal</h3>
<p>The cheese is packed into blocks, wrapped in jute cloth, and compressed to extract excess water.</p>
</div>
<div class="step">
<h3>5. Smoke Drying</h3>
<p>The chews are cut into bars and smoke-dried for 28 days, enhancing their texture and preservation.</p>
</div>
<div class="step">
<h3>6. Quality Control</h3>
<p>Every chew is inspected to meet international quality standards before packaging and shipping.</p>
</div>
</div>
</section>
<section id="contact">
<h2>Contact Us</h2>
<p>馃搷 Address: Kathmandu, Nepal</p>
<p>馃摟 Email: contact@himalayanchews.com</p>
</section>
<footer>
<p>漏 2025 Himalayan Chews | All Rights Reserved</p>
</footer>
</body>
</html>