FixWeb

// docs / quickstart

Γρήγορη εκκίνηση

Κάνε εγγραφή, τρέξε την πρώτη σου σάρωση, διάβασε την αναφορά. Το δωρεάν πακέτο είναι πραγματικό — δεν χρειάζεται πιστωτική κάρτα για αξιολόγηση.

1. Δημιούργησε λογαριασμό

Επισκέψου το /sign-in και επίλεξε Google, GitHub ή e-mail με magic link. Οι νέοι λογαριασμοί ξεκινούν στο πλάνο Free, που περιλαμβάνει 3 σαρώσεις τον μήνα και μόνο παθητικές σαρώσεις. Μπορείς να αναβαθμίσεις αργότερα από Λογαριασμός → Χρεώσεις.

2. Τρέξε μια σάρωση

01

Διάλεξε στόχο

Από το dashboard πάτησε Νέα σάρωση, επικόλλησε ένα URL και υπέβαλέ το. Το FixWeb κανονικοποιεί γυμνά hostnames (example.comhttps://example.com) και απορρίπτει εσωτερικές διευθύνσεις (RFC 1918, link-local, AWS metadata).

02

Περίμενε ~20 δευτερόλεπτα

A passive scan runs in three phases: crawl (Chromium renders the page to discover links, metadata, media, scripts, and forms), quality checks (crawlability, search presentation, content/schema, media, performance, accessibility, forms, mobile/i18n, and runtime signals), and aggregate (deduplicate + severity ranking). Live progress streams via the dashboard; you don't need to refresh.

03

Διάβασε την αναφορά

The report opens automatically when complete. Free plan users see only the highest-severity finding in full (title, description, evidence, remediation); other findings are stripped to severity-only stubs server-side. The Hobby plan and higher (Pro, Unlimited) unlock every finding plus the AI prompt copy button on each one.

3. Run an owner-depth scan (optional, Hobby plan and higher)

Owner-depth scans extend the same website-quality checks into verified domains and can include private journeys when you provide a short-lived test-account header. Add and verify a domain at Dashboard -> Domains (DNS TXT or HTTP file), then start an Owner-depth scan from New scan. You'll attest to the scan; we audit-log it server-side.

4. Χρησιμοποίησε το REST API

Δημιούργησε ένα bearer token στο Λογαριασμός → API tokens. Το plaintext εμφανίζεται μία φορά· επικόλλησέ το στο CI / Cursor / curl σου.

curl
# Start a passive scan
curl -X POST https://fixweb.app/api/v1/scans \
  -H "Authorization: Bearer fxw_..." \
  -H "content-type: application/json" \
  -d '{"target":"https://staging.example.com"}'

Πλήρης αναφορά στο /docs/api.

5. Σύνδεσε το FixWeb στον AI agent σου (MCP)

Το FixWeb παρέχει MCP server στο /api/mcp με επτά tools, δύο resources και μια slash command /fixweb-fix για προτροπές αποκατάστασης με πρότυπο. Σύνδεσέ το με Claude Desktop / Cursor / Continue — δες /docs/mcp.

Πού να πας μετά

  • Scan types — passive vs owner-depth vs GitHub repo scans, the attestation flow.
  • Domains — verify a domain, schedule re-scans, enable live monitoring.
  • Ποσοστώσεις & όρια — όρια ανά πακέτο, όρια ρυθμού API, πολιτικές διατήρησης.

Κόλλησες;

Στείλε e-mail στο support@fixweb.app με το id της σάρωσης και τι περίμενες σε σύγκριση με αυτό που είδες. Το πλάνο Hobby λαμβάνει τυπική υποστήριξη, το πλάνο Pro λαμβάνει υποστήριξη με προτεραιότητα, και το πλάνο Unlimited περιλαμβάνει αποκλειστική υποστήριξη.

Γρήγορη εκκίνηση — Docs · FixWeb