File size: 19,369 Bytes
4fc408d 84fcd8d 4fc408d 84fcd8d 4fc408d 84fcd8d 4fc408d 84fcd8d 4fc408d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 | <!doctype html>
<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>
|