This repository holds the Burp Suite Extensions API for building user extensions (BApps) leveraging the core functionality of Burp.
Available on Maven Central and in Burp Suite.
<dependency>
<groupId>net.portswigger.burp.extensions</groupId>
<artifactId>montoya-api</artifactId>
<version>2024.7</version>
</dependency>
implementation 'net.portswigger.burp.extensions:montoya-api:2024.7'
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.
https://github.com/PortSwigger/burp-extensions-montoya-api-examples