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 TypeMethodDescriptionvoidinitialize(MontoyaApi api) Invoked when the extension is loaded.
-
Method Details
-
initialize
Invoked when the extension is loaded.- Parameters:
api- The api implementation to access the functionality of burp suite.
-