Mirror GitHub commit ee85750d6e24637976519a5c34924a5c44d47886 (committed 2026-09-15T16:44:49+03:00), pushed 2026-09-15T13:45:07Z
84fcd8d verified | <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>WebSecure — Free Website Security Check for Eilat Businesses</title> | |
| <meta name="description" content="Free, instant, passive security scan for your business website. Find exposed files, missing HTTPS, and misconfigurations before someone else does." /> | |
| <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🛡</text></svg>" /> | |
| <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=Space+Grotesk:wght@500;600;700&family=IBM+Plex+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500;600&display=swap" rel="stylesheet"> | |
| <style> | |
| :root { | |
| --bg: #0b1a1f; | |
| --bg-elevated: #0f2229; | |
| --bg-card: #122832; | |
| --border: rgba(180, 210, 210, 0.12); | |
| --text: #eaf3f2; | |
| --text-dim: #a9c2c1; | |
| --text-faint: #6f8f8e; | |
| --accent: #ff6a4d; | |
| --accent-soft: rgba(255, 106, 77, 0.12); | |
| --safe: #4dd0a7; | |
| --safe-soft: rgba(77, 208, 167, 0.12); | |
| --warn: #f0b34d; | |
| --sev-critical: #ff5a5a; | |
| --sev-high: #ff9a4d; | |
| --sev-medium: #f0c94d; | |
| --sev-low: #7fb8c9; | |
| --font-display: "Space Grotesk", sans-serif; | |
| --font-body: "IBM Plex Sans", sans-serif; | |
| --font-mono: "IBM Plex Mono", monospace; | |
| } | |
| @media (prefers-color-scheme: light) { | |
| :root { | |
| --bg: #f4f8f7; | |
| --bg-elevated: #ffffff; | |
| --bg-card: #ffffff; | |
| --border: rgba(15, 40, 45, 0.1); | |
| --text: #0e2126; | |
| --text-dim: #3f5b5c; | |
| --text-faint: #7a9494; | |
| --accent-soft: rgba(255, 106, 77, 0.1); | |
| --safe-soft: rgba(20, 150, 110, 0.1); | |
| } | |
| } | |
| * { box-sizing: border-box; margin: 0; padding: 0; } | |
| html { scroll-behavior: smooth; } | |
| body { | |
| background: var(--bg); | |
| color: var(--text); | |
| font-family: var(--font-body); | |
| line-height: 1.55; | |
| -webkit-font-smoothing: antialiased; | |
| overflow-x: hidden; | |
| } | |
| body::before { | |
| content: ""; | |
| position: fixed; | |
| inset: 0; | |
| background: | |
| radial-gradient(ellipse 900px 500px at 15% -10%, rgba(255,106,77,0.10), transparent 60%), | |
| radial-gradient(ellipse 700px 500px at 100% 20%, rgba(77,208,167,0.08), transparent 60%); | |
| pointer-events: none; | |
| z-index: 0; | |
| } | |
| .wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; position: relative; z-index: 1; } | |
| a { color: inherit; } | |
| nav { | |
| display: flex; align-items: center; justify-content: space-between; | |
| padding: 22px 0; | |
| } | |
| .logo { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; letter-spacing: -0.01em; } | |
| .logo-mark { width: 30px; height: 30px; border-radius: 8px; background: linear-gradient(145deg, var(--accent), #b8412b); display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; } | |
| nav .links { display: flex; gap: 28px; font-size: 0.88rem; color: var(--text-dim); } | |
| nav .links a:hover { color: var(--text); } | |
| .cta-btn { | |
| display: inline-flex; align-items: center; gap: 8px; | |
| background: var(--accent); color: #17100d; | |
| font-family: var(--font-display); font-weight: 600; font-size: 0.88rem; | |
| padding: 10px 18px; border-radius: 999px; border: none; cursor: pointer; | |
| transition: transform 0.15s ease, box-shadow 0.15s ease; | |
| text-decoration: none; | |
| } | |
| .cta-btn:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(255,106,77,0.35); } | |
| .cta-btn.ghost { background: transparent; color: var(--text); border: 1px solid var(--border); } | |
| header.hero { padding: 64px 0 40px; text-align: center; } | |
| .eyebrow { | |
| display: inline-flex; align-items: center; gap: 8px; | |
| font-family: var(--font-mono); font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; | |
| color: var(--safe); background: var(--safe-soft); border: 1px solid rgba(77,208,167,0.25); | |
| padding: 6px 14px; border-radius: 999px; margin-bottom: 26px; | |
| } | |
| h1 { | |
| font-family: var(--font-display); font-weight: 700; letter-spacing: -0.02em; | |
| font-size: clamp(2.1rem, 5.5vw, 3.4rem); line-height: 1.08; text-wrap: balance; | |
| max-width: 820px; margin: 0 auto 20px; | |
| } | |
| h1 em { font-style: normal; color: var(--accent); } | |
| .sub { color: var(--text-dim); font-size: clamp(1rem, 2vw, 1.15rem); max-width: 560px; margin: 0 auto 40px; text-wrap: balance; } | |
| .scan-box { | |
| max-width: 620px; margin: 0 auto; background: var(--bg-card); | |
| border: 1px solid var(--border); border-radius: 18px; padding: 8px; | |
| display: flex; gap: 8px; box-shadow: 0 20px 60px -20px rgba(0,0,0,0.4); | |
| } | |
| .scan-box input { | |
| flex: 1; background: transparent; border: none; outline: none; | |
| color: var(--text); font-family: var(--font-mono); font-size: 0.95rem; | |
| padding: 14px 16px; | |
| } | |
| .scan-box input::placeholder { color: var(--text-faint); } | |
| .scan-box button { | |
| font-family: var(--font-display); font-weight: 600; font-size: 0.9rem; | |
| background: var(--accent); color: #17100d; border: none; border-radius: 12px; | |
| padding: 0 22px; cursor: pointer; white-space: nowrap; | |
| transition: filter 0.15s ease; | |
| } | |
| .scan-box button:hover { filter: brightness(1.08); } | |
| .scan-box button:disabled { opacity: 0.6; cursor: wait; } | |
| .fine-print { margin-top: 14px; font-size: 0.78rem; color: var(--text-faint); } | |
| .fine-print a { text-decoration: underline; text-underline-offset: 2px; } | |
| #report { max-width: 720px; margin: 40px auto 0; text-align: left; display: none; } | |
| .report-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; } | |
| .report-head { | |
| display: flex; align-items: center; justify-content: space-between; gap: 16px; | |
| padding: 22px 24px; border-bottom: 1px solid var(--border); | |
| } | |
| .report-head .target { font-family: var(--font-mono); font-size: 0.95rem; color: var(--text-dim); word-break: break-all; } | |
| .grade-pill { | |
| font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; | |
| width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; | |
| flex-shrink: 0; | |
| } | |
| .grade-good { background: var(--safe-soft); color: var(--safe); } | |
| .grade-mid { background: rgba(240,179,77,0.14); color: var(--warn); } | |
| .grade-bad { background: rgba(255,90,90,0.14); color: var(--sev-critical); } | |
| .findings-list { padding: 8px; } | |
| .finding { | |
| display: flex; gap: 14px; padding: 14px 16px; border-radius: 12px; | |
| } | |
| .finding + .finding { margin-top: 2px; } | |
| .sev-dot { width: 9px; height: 9px; border-radius: 50%; margin-top: 6px; flex-shrink: 0; } | |
| .sev-critical .sev-dot { background: var(--sev-critical); } | |
| .sev-high .sev-dot { background: var(--sev-high); } | |
| .sev-medium .sev-dot { background: var(--sev-medium); } | |
| .sev-low .sev-dot { background: var(--sev-low); } | |
| .finding-title { font-weight: 600; font-size: 0.92rem; margin-bottom: 3px; } | |
| .finding-detail { font-size: 0.85rem; color: var(--text-dim); line-height: 1.5; } | |
| .all-clear { padding: 32px 24px; text-align: center; color: var(--safe); font-family: var(--font-mono); font-size: 0.9rem; } | |
| .report-footer { padding: 20px 24px; border-top: 1px solid var(--border); text-align: center; } | |
| .report-footer p { color: var(--text-dim); font-size: 0.88rem; margin-bottom: 14px; } | |
| #scan-error { display: none; max-width: 620px; margin: 20px auto 0; color: var(--sev-critical); font-family: var(--font-mono); font-size: 0.85rem; text-align: center; } | |
| section { padding: 80px 0; } | |
| .section-head { text-align: center; max-width: 560px; margin: 0 auto 48px; } | |
| .section-eyebrow { font-family: var(--font-mono); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 12px; } | |
| h2 { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.015em; font-size: clamp(1.6rem, 3.5vw, 2.2rem); text-wrap: balance; } | |
| .section-head p { color: var(--text-dim); margin-top: 12px; } | |
| .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; } | |
| @media (max-width: 780px) { .grid-3 { grid-template-columns: 1fr; } } | |
| .card { | |
| background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 26px; | |
| } | |
| .card .num { font-family: var(--font-mono); color: var(--accent); font-size: 0.8rem; margin-bottom: 14px; } | |
| .card h3 { font-family: var(--font-display); font-size: 1.05rem; margin-bottom: 8px; } | |
| .card p { color: var(--text-dim); font-size: 0.9rem; } | |
| .checks-section { background: var(--bg-elevated); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); } | |
| .checks-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 32px; max-width: 720px; margin: 0 auto; } | |
| @media (max-width: 640px) { .checks-grid { grid-template-columns: 1fr; } } | |
| .check-item { display: flex; align-items: baseline; gap: 10px; font-size: 0.92rem; color: var(--text-dim); padding: 10px 0; border-bottom: 1px dashed var(--border); } | |
| .check-item::before { content: "◆"; color: var(--safe); font-size: 0.7rem; } | |
| .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 920px; margin: 0 auto; } | |
| @media (max-width: 780px) { .services-grid { grid-template-columns: 1fr; } } | |
| .service-card { | |
| background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; | |
| display: flex; flex-direction: column; gap: 10px; | |
| } | |
| .service-card.featured { border-color: var(--accent); } | |
| .service-card h3 { font-family: var(--font-display); font-size: 1.05rem; } | |
| .service-price { font-family: var(--font-mono); color: var(--accent); font-size: 1.15rem; font-weight: 700; } | |
| .service-card p { color: var(--text-dim); font-size: 0.9rem; flex-grow: 1; } | |
| .service-card .cta-btn.ghost { align-self: flex-start; margin-top: 4px; } | |
| .contact-card { | |
| max-width: 640px; margin: 0 auto; background: var(--bg-card); border: 1px solid var(--border); | |
| border-radius: 20px; padding: 44px; text-align: center; | |
| } | |
| .contact-card h2 { margin-bottom: 12px; } | |
| .contact-card p { color: var(--text-dim); margin-bottom: 26px; } | |
| .contact-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; } | |
| footer { padding: 40px 0 60px; text-align: center; color: var(--text-faint); font-size: 0.82rem; } | |
| footer a { text-decoration: underline; text-underline-offset: 2px; } | |
| footer .other-services { margin-bottom: 14px; color: var(--text-dim); } | |
| footer .legal-links { margin-top: 10px; } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="wrap"> | |
| <nav> | |
| <div class="logo"><span class="logo-mark">🛡</span> EilatSecure</div> | |
| <div class="links"> | |
| <a href="#how">How it works</a> | |
| <a href="#checks">What we check</a> | |
| <a href="#services">Services</a> | |
| <a href="#contact">Contact</a> | |
| </div> | |
| <a href="#scan" class="cta-btn">Scan my site</a> | |
| </nav> | |
| </div> | |
| <header class="hero wrap" id="scan"> | |
| <span class="eyebrow">◆ Free · Instant · No signup</span> | |
| <h1>Is your business website leaking <em>more</em> than you think?</h1> | |
| <p class="sub">Paste your URL below. In seconds we'll show you exactly what a stranger — or a competitor — can already see about your site's security.</p> | |
| <form class="scan-box" id="scan-form"> | |
| <input type="text" id="scan-url" placeholder="yourbusiness.co.il" autocomplete="off" required /> | |
| <button type="submit" id="scan-btn">Scan free →</button> | |
| </form> | |
| <p class="fine-print">Passive, read-only check — we never modify or log into your site. See <a href="#how">how it works</a>.</p> | |
| <p id="scan-error"></p> | |
| <div id="report"> | |
| <div class="report-card"> | |
| <div class="report-head"> | |
| <div> | |
| <div style="font-size:0.75rem;color:var(--text-faint);font-family:var(--font-mono);margin-bottom:4px;">SCAN RESULT</div> | |
| <div class="target" id="report-target"></div> | |
| </div> | |
| <div class="grade-pill" id="report-grade">—</div> | |
| </div> | |
| <div class="findings-list" id="report-findings"></div> | |
| <div class="report-footer"> | |
| <p>Want these fixed instead of just found? We do that too.</p> | |
| <a href="#contact" class="cta-btn">Get a fix quote →</a> | |
| </div> | |
| </div> | |
| </div> | |
| </header> | |
| <section id="how"> | |
| <div class="wrap"> | |
| <div class="section-head"> | |
| <div class="section-eyebrow">How it works</div> | |
| <h2>Three steps, zero risk to your site</h2> | |
| <p>Everything we do is the same as what a browser or search engine already does when it visits your homepage.</p> | |
| </div> | |
| <div class="grid-3"> | |
| <div class="card"> | |
| <div class="num">01</div> | |
| <h3>You paste your URL</h3> | |
| <p>No account, no install, nothing added to your site. Just the address you'd give a customer.</p> | |
| </div> | |
| <div class="card"> | |
| <div class="num">02</div> | |
| <h3>We look at what's public</h3> | |
| <p>HTTPS setup, response headers, cookie flags, and a short list of files that are sometimes accidentally left open to the world.</p> | |
| </div> | |
| <div class="card"> | |
| <div class="num">03</div> | |
| <h3>You get a plain-language report</h3> | |
| <p>What's wrong, how bad it is, and — if you want — we quote a fix. No obligation either way.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <section class="checks-section" id="checks"> | |
| <div class="wrap"> | |
| <div class="section-head"> | |
| <div class="section-eyebrow">What we check</div> | |
| <h2>Passive checks only — nothing that could break your site</h2> | |
| <p>We never attempt logins, injections, or brute force. If it's not something a normal visitor's browser would trigger, we don't do it.</p> | |
| </div> | |
| <div class="checks-grid"> | |
| <div class="check-item">Valid HTTPS & forced redirect from HTTP</div> | |
| <div class="check-item">Security headers (CSP, HSTS, X-Frame-Options…)</div> | |
| <div class="check-item">Cookie Secure / HttpOnly flags</div> | |
| <div class="check-item">Server & framework version disclosure</div> | |
| <div class="check-item">Mixed content on HTTPS pages</div> | |
| <div class="check-item">Accidentally exposed .env / .git / backups</div> | |
| </div> | |
| </div> | |
| </section> | |
| <section id="services"> | |
| <div class="wrap"> | |
| <div class="section-head"> | |
| <div class="section-eyebrow">What we offer</div> | |
| <h2>Beyond the free scan</h2> | |
| <p>Part of the same team behind web.sipa-os.org — websites and AI tools for local Eilat businesses.</p> | |
| </div> | |
| <div class="services-grid"> | |
| <div class="service-card featured"> | |
| <h3>Full security audit</h3> | |
| <div class="service-price">from ₪2,000</div> | |
| <p>A human goes through what the free scan found — plus what it can't see: outdated CMS versions, weak passwords, exposed admin panels. Clear report in Hebrew within 48 hours.</p> | |
| <a href="mailto:support@sipa-os.org?subject=Full%20security%20audit" class="cta-btn ghost">Ask for a quote</a> | |
| </div> | |
| <div class="service-card"> | |
| <h3>Business website</h3> | |
| <div class="service-price">from ₪1,200</div> | |
| <p>A real landing page, live within 24 hours — WhatsApp button, Google Maps, HTTPS, three rounds of edits included.</p> | |
| <a href="https://web.sipa-os.org" class="cta-btn ghost">See web.sipa-os.org</a> | |
| </div> | |
| <div class="service-card"> | |
| <h3>AI WhatsApp agent</h3> | |
| <div class="service-price">from ₪4,000</div> | |
| <p>Answers customers 24/7, books appointments, in Hebrew, English, or Russian — with monthly upkeep included.</p> | |
| <a href="https://web.sipa-os.org" class="cta-btn ghost">See web.sipa-os.org</a> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <section id="contact"> | |
| <div class="wrap"> | |
| <div class="contact-card"> | |
| <h2>Found something scary?</h2> | |
| <p>We fix what we find — or anything else on your site that's bugging you. Straightforward pricing, no long contracts.</p> | |
| <div class="contact-actions"> | |
| <a href="mailto:support@sipa-os.org" class="cta-btn">support@sipa-os.org</a> | |
| <a href="#scan" class="cta-btn ghost">Run another scan</a> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <footer class="wrap"> | |
| <p class="other-services">Our other services · | |
| <a href="https://web.sipa-os.org">AI Landing Pages</a> · | |
| <a href="https://web-secure.sipa-os.org">Security Audits</a> (you're here) · | |
| <a href="https://web-ai.sipa-os.org">AI Business Agents</a> | |
| </p> | |
| <p>EilatSecure — independent website security checks for local businesses. Built with care in Eilat.</p> | |
| <p class="legal-links"> | |
| <a href="/privacy.html">Privacy</a> · <a href="/terms.html">Terms</a> · <a href="/faq.html">FAQ</a> | |
| </p> | |
| </footer> | |
| <script> | |
| const form = document.getElementById('scan-form'); | |
| const btn = document.getElementById('scan-btn'); | |
| const urlInput = document.getElementById('scan-url'); | |
| const report = document.getElementById('report'); | |
| const errorBox = document.getElementById('scan-error'); | |
| const reportTarget = document.getElementById('report-target'); | |
| const reportGrade = document.getElementById('report-grade'); | |
| const reportFindings = document.getElementById('report-findings'); | |
| function severityLabel(sev) { | |
| return { critical: 'Critical', high: 'High', medium: 'Medium', low: 'Low' }[sev] || sev; | |
| } | |
| form.addEventListener('submit', async (e) => { | |
| e.preventDefault(); | |
| const url = urlInput.value.trim(); | |
| if (!url) return; | |
| btn.disabled = true; | |
| btn.textContent = 'Scanning…'; | |
| errorBox.style.display = 'none'; | |
| report.style.display = 'none'; | |
| try { | |
| const res = await fetch('/api/scan', { | |
| method: 'POST', | |
| headers: { 'Content-Type': 'application/json' }, | |
| body: JSON.stringify({ url }), | |
| }); | |
| const data = await res.json(); | |
| if (!res.ok) throw new Error(data.error || 'scan failed'); | |
| reportTarget.textContent = data.target; | |
| reportGrade.textContent = data.grade; | |
| reportGrade.className = 'grade-pill ' + (data.grade >= 80 ? 'grade-good' : data.grade >= 50 ? 'grade-mid' : 'grade-bad'); | |
| reportFindings.innerHTML = ''; | |
| if (!data.findings.length) { | |
| reportFindings.innerHTML = '<div class="all-clear">✓ No issues found in this passive scan.</div>'; | |
| } else { | |
| for (const f of data.findings) { | |
| const div = document.createElement('div'); | |
| div.className = 'finding sev-' + f.severity; | |
| div.innerHTML = ` | |
| <div class="sev-dot"></div> | |
| <div> | |
| <div class="finding-title">${f.title} <span style="color:var(--text-faint);font-weight:400;">— ${severityLabel(f.severity)}</span></div> | |
| <div class="finding-detail">${f.detail}</div> | |
| </div>`; | |
| reportFindings.appendChild(div); | |
| } | |
| } | |
| report.style.display = 'block'; | |
| report.scrollIntoView({ behavior: 'smooth', block: 'nearest' }); | |
| } catch (err) { | |
| errorBox.textContent = 'Could not scan that site — check the URL and try again.'; | |
| errorBox.style.display = 'block'; | |
| } finally { | |
| btn.disabled = false; | |
| btn.textContent = 'Scan free →'; | |
| } | |
| }); | |
| </script> | |
| </body> | |
| </html> | |