name: burpsuite
category: web
description: Web application security testing platform (CLI launcher).
keywords:
  - proxy
  - web
  - scanner
  - interceptor
  - pentest

parameters:
  project:
    type: string
    description: Project file to open

  config:
    type: string
    description: Configuration file

  user_config:
    type: string
    description: User configuration file

  headless:
    type: boolean
    description: Run in headless mode (Pro only)

requires_root: false
timeout: 0
interactive: true

examples:
  - "burpsuite"
  - "burpsuite --project-file=project.burp"
  - "burpsuite --config-file=config.json"

notes: |
  Proxy setup:
  - Default: 127.0.0.1:8080
  - Configure browser/tools to use

  Key features:
  - Intercept proxy
  - Scanner (Pro)
  - Intruder
  - Repeater
  - Decoder
  - Comparer

  Extensions:
  - Install via BApp Store
  - Custom extensions in Python/Java

  Tips:
  - Use with browser extension
  - Scope targets properly
  - Save project regularly
