> For the complete documentation index, see [llms.txt](https://tangled.gitbook.io/tangled-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tangled.gitbook.io/tangled-docs/readme.md).

# Developer Platform

Welcome to your team’s developer platform

<p align="center"><img src="https://3124280947-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FErIAom7Avh2PEVg99G3d%2Fuploads%2FPzTp28DJWUm7qTx3FHWq%2FTANGLED-RUNNING.png?alt=media&amp;token=c2c4acf3-96b9-415c-9a8a-d551b1c5e778" alt=""></p>

<h2 align="center">Tangled Docs</h2>

<p align="center">Open-source offensive security platform for conducting phishing campaigns<br>that weaponizes iCalendar automatic event processing.</p>

<p align="center"><a href="https://www.github.com/ineesdv/Tangled" class="button primary" data-icon="github">Open in GitHub</a></p>

***

{% columns %}
{% column %}

### Explore the platform

Learn how to set up the environment, configure your settings, and utilize all the features available.

<a href="/tangled-docs/documentation/getting-started/quickstart.md" class="button secondary" data-icon="rocket-launch">Go to quickstart</a>&#x20;
{% endcolumn %}

{% column %}

<figure><img src="https://3124280947-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FErIAom7Avh2PEVg99G3d%2Fuploads%2FG6TohJ8iK08WPiFlBSdN%2FDashboard.png?alt=media&amp;token=78feaa3e-4c23-4da0-bfa3-c4210f7ac7a9" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column %}

<figure><img src="https://3124280947-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FErIAom7Avh2PEVg99G3d%2Fuploads%2FCBv7lR62p5E82BPYDfOz%2FBLOG_002%202.png?alt=media&amp;token=47df7654-3cda-4db2-bdf8-d871aecb06f2" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

### Technical details

Read our technical breakdown to understand the logic and mechanics behind the automatic iCalendar processing for initial access and lateral movement.

<a href="https://www.tarlogic.com/blog/abusing-calendar-processing/" class="button primary" data-icon="newspaper">See blog post</a>&#x20;
{% endcolumn %}
{% endcolumns %}

***

{% columns %}
{% column width="50%" %}

### See API Reference

Access comprehensive documentation for programmatically managing campaigns, users, and reporting.

<a href="https://tangled.gitbook.io/tangled-docs/api-reference/" class="button secondary" data-icon="rectangle-terminal">Explore the API</a>&#x20;
{% endcolumn %}

{% column width="50%" %}
{% code overflow="wrap" %}

```bash
curl -X POST
  'https://tangledsec.com/api/...'
  -H 'Content-Type: application/json'
  -H 'Authorization: ApiKey <key>'
  --data-raw '{
    "email": "hello@tangledsec.com",
    "opened": true
  }'
```

{% endcode %}
{% endcolumn %}
{% endcolumns %}
