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
MCP Server & Dev Tools
Drive TurboPentest from your editor and terminal - a local and remote MCP server for AI coding agents, plus native Burp Suite and VS Code extensions.
Authentication
Authenticate with the TurboPentest API using a Bearer token in the Authorization header on every request. Covers key format, required headers, and error responses.