- Notifications
You must be signed in to change notification settings - Fork10
PortSwigger/burp-extensions-montoya-api
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository holds the Burp Suite Extensions API for building user extensions (BApps) leveraging the core functionality of Burp.
Available onMaven Central and inBurp Suite.
<dependency> <groupId>net.portswigger.burp.extensions</groupId> <artifactId>montoya-api</artifactId> <version>2025.11</version></dependency>implementation 'net.portswigger.burp.extensions:montoya-api:2025.11'Create a class that implementsBurpExtension.The initialize method will give you an implementation of theMontoyaApi which can be used to interact and modify Burp suite.
https://github.com/PortSwigger/burp-extensions-montoya-api-examples
About
Burp Extensions Api
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors8
Uh oh!
There was an error while loading.Please reload this page.