Awesome
Burp Extensions API - Montoya
This repository holds the Burp Suite Extensions API for building user extensions (BApps) leveraging the core functionality of Burp.
Download
Available on Maven Central and in Burp Suite.
<h5>Maven</h5><dependency>
<groupId>net.portswigger.burp.extensions</groupId>
<artifactId>montoya-api</artifactId>
<version>2024.7</version>
</dependency>
<h5>Gradle</h5>
implementation 'net.portswigger.burp.extensions:montoya-api:2024.7'
Getting Started
Create a class that implements BurpExtension. The initialize method will give you an implementation of the MontoyaApi which can be used to interact and modify Burp suite.
Documentation
Examples
https://github.com/PortSwigger/burp-extensions-montoya-api-examples