# lightning-burp **Repository Path**: mirrors_salesforce/lightning-burp ## Basic Information - **Project Name**: lightning-burp - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-17 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Burp Suite Lightning Plugin A tool to help Burp better handle Lightning. Does URL decoding, and JSON parsing. Installs Aura tabs on HTTP message editors (Interceptor, Repeater, etc). Decodes and prettifies the aura actions, and makes params editable (will fall back to no editing if new update doesn't typecheck as JSON) HTTP Request UI: ![Request panel](examples/request.png) ## Building `mvn clean install` ## Installing In Burp Suite: - Go to Extender -> Extensions -> Add - Locate the compiled jar file (e.g. `target/LightningBurp-x.x.x-jar-with-dependencies.jar`) - Click Open -> Next