Package burp.api.montoya
Interface BurpExtension
-
public interface BurpExtensionAll extensions must implement this interface.Implementations must be declared public, and must provide a default (public, no-argument) constructor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitialize(MontoyaApi api)This method is invoked when the extension is loaded.
-
-
-
Method Detail
-
initialize
void initialize(MontoyaApi api)
This method is invoked when the extension is loaded.- Parameters:
api- The api implementation to access the functionality of burp suite.
-
-