File size: 6,488 Bytes
84fcd8d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FAQ — EilatSecure</title>
<meta name="robots" content="noindex, follow" />
<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);
    --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.6;
    -webkit-font-smoothing: antialiased;
  }
  a { color: var(--accent); }
  .wrap { max-width: 780px; margin: 0 auto; padding: 0 24px; }
  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; }
  .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; }
  .back { font-size: 0.85rem; color: var(--text-dim); text-decoration: none; }
  .back:hover { color: var(--text); }
  main { padding: 24px 0 60px; }
  h1 { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.02em; font-size: clamp(1.7rem, 4vw, 2.3rem); margin-bottom: 6px; }
  .updated { color: var(--text-faint); font-family: var(--font-mono); font-size: 0.8rem; margin-bottom: 32px; }
  details {
    background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px;
    padding: 16px 20px; margin-bottom: 12px;
  }
  summary { cursor: pointer; font-weight: 600; color: var(--text); font-size: 0.98rem; font-family: var(--font-display); }
  details p { margin: 12px 0 0; color: var(--text-dim); font-size: 0.9rem; line-height: 1.6; }
  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); }
</style>
</head>
<body>

<div class="wrap">
  <nav>
    <div class="logo"><span class="logo-mark">🛡</span> EilatSecure</div>
    <a href="/" class="back">&larr; Back to scanner</a>
  </nav>
</div>

<main class="wrap">
  <h1>Frequently Asked Questions</h1>
  <p class="updated">Prices and details match what's on the main page.</p>

  <details>
    <summary>Is the scan really free?</summary>
    <p>Yes — free, instant, no signup, no credit card required.</p>
  </details>

  <details>
    <summary>Is it safe to run against my live site?</summary>
    <p>Yes. The scan is fully passive and read-only — the same as what a normal visitor's browser already does when it loads your homepage. We never attempt logins, injections, or brute force, and nothing we do can modify or break your site.</p>
  </details>

  <details>
    <summary>What exactly do you check?</summary>
    <p>Valid HTTPS and forced redirect from HTTP; security headers (CSP, HSTS, X-Frame-Options, etc.); cookie Secure/HttpOnly flags; server and framework version disclosure; mixed content on HTTPS pages; and accidentally exposed <code>.env</code>, <code>.git</code>, or backup files.</p>
  </details>

  <details>
    <summary>How long does a scan take?</summary>
    <p>Seconds — you'll see your report right on the page after submitting your URL.</p>
  </details>

  <details>
    <summary>What if the scan finds something critical?</summary>
    <p>We offer a full security audit from ₪2,000: a human goes through what the free scan found plus what it can't see (outdated CMS versions, weak passwords, exposed admin panels), with a clear report in Hebrew within 48 hours.</p>
  </details>

  <details>
    <summary>Do you store data about my website?</summary>
    <p>No — we don't store your site's content beyond the scan report shown to you. We may briefly log the submitted URL and timestamp for abuse prevention on the free scanner. See our <a href="/privacy.html">Privacy Policy</a> for details.</p>
  </details>

  <details>
    <summary>Can you also fix what you find, or build me a better site?</summary>
    <p>Yes. Beyond the audit, we build business websites from ₪1,200 (live in 24 hours) and AI WhatsApp agents from ₪4,000 — see <a href="https://web.sipa-os.org">web.sipa-os.org</a>.</p>
  </details>

  <details>
    <summary>Who is behind EilatSecure?</summary>
    <p>EilatSecure is operated by Soul In PsyAbstract LLC (Delaware, USA, EIN 30-1491964), run by Marina Davidov (Aelin AquaSoul), based in Eilat, Israel.</p>
  </details>
</main>

<footer class="wrap">
  <p class="other-services">Our other services &middot;
    <a href="https://web.sipa-os.org">AI Landing Pages</a> &middot;
    <a href="https://web-secure.sipa-os.org">Security Audits</a> (you're here) &middot;
    <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 style="margin-top:10px">
    <a href="/privacy.html">Privacy</a> &middot; <a href="/terms.html">Terms</a> &middot; <a href="/faq.html">FAQ</a>
  </p>
</footer>

</body>
</html>