Package burp.api.montoya
Interface BurpExtension
public interface BurpExtension
All extensions must implement this interface.
Implementations must be declared public, and must provide a default (public, no-argument) constructor.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(MontoyaApi api) Invoked when the extension is loaded.
-
Method Details
-
initialize
Invoked when the extension is loaded. Any registered handlers will only be enabled once this method has completed.- Parameters:
api
- The API implementation to access the functionality of Burp Suite.
-