---
title: "Report Export"
description: "Export TurboPentest findings to third-party pentest management platforms - PlexTrac, Dradis, AttackForge, or Ghostwriter - to fit your reporting workflow."
canonical: https://turbopentest.com/docs/integrations/report-export
source: "TurboPentest Docs"
---

# Report Export

Export pentest findings to third-party pentest management platforms.

## Supported platforms

| Platform | Format | Description |
|----------|--------|-------------|
| **PlexTrac** | CSV | Import findings directly into PlexTrac reports |
| **Dradis** | Textile (plain text) | Compatible with Dradis project import |
| **AttackForge** | JSON | Import into AttackForge vulnerability database |
| **Ghostwriter** | JSON | Import into Ghostwriter reporting system |

## Usage

Export is available from the pentest results page in the dashboard. Click the **Export** dropdown and select your platform.

You can also export via the API with `GET /api/pentests/{id}/report?format=plextrac|dradis|attackforge|ghostwriter` (generic `json`, `markdown`, `xml`, and `csv` formats are available too).

Exports include all findings with:
- Severity and CVSS scores
- Descriptions and proof of exploit
- Remediation guidance
- Source tool information
