burp_start
Launch Burp Suite Professional with API enabled for automated security testing, supporting headless operation and custom project configurations.
Instructions
Start Burp Suite Professional with API enabled
Input Schema
Name | Required | Description | Default |
---|---|---|---|
headless | No | Run in headless mode (default: true) | |
jar_path | No | Path to burpsuite_pro.jar (optional, auto-detected) | |
memory | No | Java memory allocation (default: 2g) | |
project_file | No | Burp project file path (optional) |
Input Schema (JSON Schema)
{
"properties": {
"headless": {
"description": "Run in headless mode (default: true)",
"type": "boolean"
},
"jar_path": {
"description": "Path to burpsuite_pro.jar (optional, auto-detected)",
"type": "string"
},
"memory": {
"description": "Java memory allocation (default: 2g)",
"type": "string"
},
"project_file": {
"description": "Burp project file path (optional)",
"type": "string"
}
},
"required": [],
"type": "object"
}