cloudflare
tcp/443
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65228ec240c3
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://github.com/vjaguar/custom-payment.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65227221a0c5
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = git@github.com:vjaguar/custom-payment.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main
Open service 104.26.5.244:443 · custom-payment.trellissoft.ai
2026-01-09 16:22
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 16:22:51 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
last-modified: Fri, 23 May 2025 07:12:52 GMT
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=17,cfOrigin;dur=425
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=YhdpoeAM50If7zaQ2WaITa9OOOayLIdQaZnNmgo2iw4GfBai0KFpbp4mPL77P5egq82qgBc1SzIH%2Bi1rCnScJF9Y8lV6cvRdgVQRxwrv1pqfczq20hX46LpSmHo%3D"}]}
cf-cache-status: DYNAMIC
vary: accept-encoding
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Speculation-Rules: "/cdn-cgi/speculation"
CF-RAY: 9bb54695fa029079-FRA
alt-svc: h3=":443"; ma=86400
Page title: Make An Online Payment
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="./css/bootstrap.min.css" rel="stylesheet" />
<link href="./css/custom-payment-style.css" rel="stylesheet" />
<link rel="”stylesheet”" href="./css/bootstrap.min.css" />
<link
href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker.min.css"
rel="stylesheet"
type="text/css"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css"
integrity="sha512-17EgCFERpgZKcm0j0fEq1YCJuyAWdz9KUtv1EjVuaOz8pDnh/0nZxmU6BBXwaaxqoi9PQXnRWqlcDB027hgv9A=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css"
integrity="sha512-yHknP1/AwR+yx26cB1y0cjvQUMvEa2PFzt1c9LlS4pRQ5NOTZFWbhBig+X9G9eYW/8m0/4OXNx8pxJ6z57x0dw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- Slick-carousel CSS -->
<link
rel="stylesheet"
type="text/css"
href="https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"
/>
<title>Make An Online Payment</title>
</head>
<body>
<div class="make_a_payment">
<div
class="bg-white d-flex justify-content-between px-4 py-2 align-items-center basic-header"
>
<img src="./images/fdrLogo.png" alt="FDR" />
<h1 class="self-service-portal m-0 text-dirty-blue fs-30 d-none d-sm-block">
Self Service Portal
</h1>
</div>
<div class="container py-5">
<div class="row">
<div class="col-12 col-md-6 left-block">
<h2 class="text-dirty-blue fw-bold">Make an Online Payment</h2>
<p class="text-muted fs-6">
(Pay now via Credit Card,Visa Debit, Mastercard,Google Pay, Apple Pay, Instant Online
Payment,E-Transfer (CAD),ACH,(USD)).
</p>
<form name="make_an_online_payment" method="post" action="javascript:void(0);">
<div class="row">
<div class="col-12">
<div class="form-group">
<label for="account_number" id="account_number_label">
FDR Account Number
</label>
<span class="text-danger"> *</span>
<input
class="form-control"
type="text"
id="account_number"
name="account_number"
placeholder="Enter FDR Account Number"
/>
</div>
</div>
<div class="col-12">
<div class="form-group">
<label for="full_name" id="full_name_label"> Full Name </label>
<span class="text-danger"> *</span>
<input
type="text"
name="full_name"
class="form-control"
id="full_name"
placeholder="Enter Full Name"
/>
</div>
</div>
<div class="col-12">
<div class="form-group">
<label for="email"> Email </label>
<span class="text-danger"> *</span>
<input
type="email"
name="email"
class="f