cloudflare
tcp/443
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a652283a67b03
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = git@bitbucket.org:cubrady/stripe-sub-dash.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "main"] remote = origin merge = refs/heads/main
Open service 172.67.144.103:443 ยท subadmin.prajina.org
2026-01-22 23:52
HTTP/1.1 200 OK
Date: Thu, 22 Jan 2026 23:52:12 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: close
Server: cloudflare
Last-Modified: Wed, 10 Dec 2025 05:03:50 GMT
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server-Timing: cfCacheStatus;desc="DYNAMIC"
Server-Timing: cfEdge;dur=10,cfOrigin;dur=214
X-Frame-Options: DENY
X-Content-Type-Options: nosniff
X-XSS-Protection: 1; mode=block
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9dKygFFLPnooPJF9P1gVQTjgiaWg%2F1hUytHtaxlrWlZE5f%2BaYbp%2F6hJP2VL%2ByZnIckO%2F%2BIefhphtCgSy%2BSJIrpmfUc89GYrVHAh%2FCTQPOq%2FXmE0N"}]}
cf-cache-status: DYNAMIC
vary: accept-encoding
CF-RAY: 9c22f6b70c7f9fb3-SIN
alt-svc: h3=":443"; ma=86400
Page title: Subscription Dashboard - Prajina
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Subscription Dashboard - Prajina</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<style>
:root {
/* Modern Color System */
--primary-50: #f0f9ff;
--primary-100: #e0f2fe;
--primary-500: #0ea5e9;
--primary-600: #0284c7;
--primary-700: #0369a1;
--gray-50: #f8fafc;
--gray-100: #f1f5f9;
--gray-200: #e2e8f0;
--gray-300: #cbd5e1;
--gray-400: #94a3b8;
--gray-500: #64748b;
--gray-600: #475569;
--gray-700: #334155;
--gray-800: #1e293b;
--gray-900: #0f172a;
--success-50: #f0fdf4;
--success-500: #22c55e;
--success-600: #16a34a;
--warning-50: #fffbeb;
--warning-500: #f59e0b;
--warning-600: #d97706;
--error-50: #fef2f2;
--error-500: #ef4444;
--error-600: #dc2626;
/* Spacing System */
--space-1: 0.25rem;
--space-2: 0.5rem;
--space-3: 0.75rem;
--space-4: 1rem;
--space-5: 1.25rem;
--space-6: 1.5rem;
--space-8: 2rem;
--space-10: 2.5rem;
--space-12: 3rem;
--space-16: 4rem;
/* Border Radius */
--radius-sm: 0.375rem;
--radius-md: 0.5rem;
--radius-lg: 0.75rem;
--radius-xl: 1rem;
--radius-2xl: 1.5rem;
/* Shadows */
--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%);
min-height: 100vh;
color: var(--gray-100);
line-height: 1.6;
font-feature-settings: "cv02", "cv03", "cv04", "cv11";
}
/* Enhanced Login Styles */
.login-container {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
padding: var(--space-5);
background: linear-gradient(135deg, var(--gray-900) 0%, var(--primary-900) 100%);
}
.login-card {
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.1);
padding: var(--space-12);
border-radius: var(--radius-2xl);
box-shadow: var(--shadow-xl);
width: 100%;
max-width: 420px;
text-align: center;
position: relative;
overflow: hidden;
}
.login-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}
.login-card h1 {
color: var(--gray-50);
margin-bottom: var(--space-3);
font-weight: 700;
font-size: 1.875rem;