> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scorton.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Official documentation for the Scorton API — powering Cyberscor with advanced cybersecurity scanning capabilities.

<img className="hidden dark:block" src="https://mintcdn.com/scorton/LYaeDDtU3bWekk7W/images/intro-scorton-docs.png?fit=max&auto=format&n=LYaeDDtU3bWekk7W&q=85&s=922a78c833eff8405993e788250503ea" alt="Scorton Hero Dark" width="2528" height="1694" data-path="images/intro-scorton-docs.png" />

<img className="dark:hidden" src="https://mintcdn.com/scorton/LYaeDDtU3bWekk7W/images/intro-scorton-docs.png?fit=max&auto=format&n=LYaeDDtU3bWekk7W&q=85&s=922a78c833eff8405993e788250503ea" alt="Scorton Hero Light" width="2528" height="1694" data-path="images/intro-scorton-docs.png" />

## Welcome to Scorton API

The **Scorton API** is the backbone of **Cyberscor**, providing a comprehensive suite of cybersecurity scanning tools.\
It enables the automated analysis of domains and IPs through multiple integrated modules to assess vulnerabilities, configuration issues, and security posture.

***

## Getting Started

<CardGroup cols={2}>
  <Card icon="lock" href="/api-reference/endpoint/auth/post_login" title="Authentication">
    Learn how to authenticate and securely access the Scorton API.
  </Card>

  <Card icon="search" href="/api-reference/endpoint/scans/post_scan" title="First Scan">
    Run your first target scan and analyze its security status in seconds.
  </Card>
</CardGroup>

***

## Available scan features

These features are now available from the scanning tool of the API.

<CardGroup cols={2}>
  <Card icon="flag" title="DNS Analysis">
    Inspect domain records to identify potential misconfigurations.
  </Card>

  <Card icon="wifi" title="Open Port Scan">
    Detect exposed services and assess their security risk.
  </Card>
</CardGroup>

## Work in progress scan features

These features will be added soon to the list of scan tools.

<CardGroup cols={2}>
  <Card icon="id-card" title="WHOIS Scan">
    Retrieve domain registration and ownership details.
  </Card>

  <Card icon="server" title="HTTP Headers Check">
    Evaluate HTTP headers for missing or insecure configurations.
  </Card>

  <Card icon="shield" title="SSL/TLS Analysis">
    Verify certificate validity and encryption strength.
  </Card>

  <Card icon="bug" title="XSS Detection">
    Identify cross-site scripting vulnerabilities.
  </Card>

  <Card icon="cookie" title="Cookie Validation">
    Inspect cookies for secure, HttpOnly, and SameSite flags.
  </Card>

  <Card icon="gauge" title="Security Scoring">
    Generate a global security score for each analyzed target.
  </Card>
</CardGroup>
